* {
    font-family:'Open Sans', sans-serif;
}

section.hero p{
    color: #fff !important;
}

.site-footer {
    margin-top: 0px !important;
}

.about p{
    color: #fff !important;
}
.site-footer {
    background-color: #220544;
    color: #fff;
    padding: 6.4rem 0 !important;
}

.mobile-section{
        margin-top: 58px !important;
}
.table-bg {
    background-color: #605f65 !important;
    margin-bottom: -20px !important;
}

.currency-btn {
    text-align: center;
    margin-top: 40px;
    margin-bottom: -50px;
    display: none;
}

.currency-table-btn {
    background-color: transparent;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    border: solid 0.1rem currentColor;
    border-radius: 99px;
    padding: 0.4rem 1.2rem;
    line-height: 1;
    margin-left: -0.4rem;
    text-decoration: none;
}

@media screen and (max-width: 1023px){
section.services .service:hover {
    opacity: 1 !important;
}

.site-footer {
    padding:2.4rem 0
}

.table-bg {
    background-color: #605f65 !important;
}

.currency-btn {
    display: block;
}
}

header.site-header {
    width: 100% !important;
}

video {
    transform: none;
}

section.branches ul {
    justify-content: center;
}