.main-logo{
    width: 100%; 
    height: auto;
}
.main-logo img{
    width: 80px;
    height: auto;
    object-fit: contain;
}
.main-logo a{
    display: inline-flex;
}
.main-logo .logo-img{
    padding: 5px;
}
@media screen and (max-width: 575px) {
    .main-logo{
        width: 150px; 
        height: auto;
    }
}


.right-img{
    width: 100%;
    height: auto;
}

.right-img img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

.logo-text{
    color: black;
    text-align: justify;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.logo-text .logo-text-big{
    font-size: 45px;
    width: 100%;
    letter-spacing: 7.5px;
    text-transform: uppercase;
}

.logo-text .logo-text-small{
    font-size: 13px;
}


.clients-slider{
width: 100%;    
}
.clients-slider div {
    padding: 10px 2px 10px 2px
}
.clients-slider div img{
    width: 80%;
    height: auto;
    object-fit: contain;
}

.slick-arrow{
}

.slick-prev:before, .slick-next:before {
    color: black !important

}

.support-caption p{
    font-size: 18px !important;
    text-align: justify;
    line-height: 25px !important;
}

.hero-text{
    text-align: center;
}
.hero-text h1{
    font-size: 75px;
    font-weight: 700;
    font-family: "Barlow",sans-serif;
    line-height: 2;
    text-transform: uppercase;
    word-spacing: 12px;
    color: #fff;
}

.hero-text h2{
    font-size: 48px;
    color: #fff;
}

.header-info-left li a{
    text-decoration: none;
    color: white
}
.more-btn{
    display: none
}