footer {
    background-color: #002B5B;
    color: white;
    padding: 32px 0;
    font-size: 14px;
    font-family: "Univers LT W04_65 Bold1475972";
    position: relative;
    display: block;
    font-style:  normal !important;
}

.footer-container {
    display: flex;
    gap: 278px;
    margin-bottom: 20px;
}
.social-icons.only-mobile {
    display: none;
}
footer .footer-container p {
    color: #fff !important;
}
footer .copyright {
    color: #fff !important;
}
.left,
.right {
    flex: 1;
}

.left .logo {
    margin-bottom: 20px;
    width: 250px;
}

.contact-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26.4px;
    text-align: left;

    margin-bottom: 32px;
}
.contact-text a{
   text-decoration: underline;
}

.copyright{
    margin-right: 22px
}

.follow-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26.4px;
    text-align: left;
    width: max-content;
    margin: 0;

}

.footer-adress {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 9px;


}

.social-icons .icon {
    margin-right: 0;
    border-radius: 50%;
    padding: 0px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
}

footer .right h3 {
    font-family: "Univers LT W04_65 Bold1475972";
    font-size: 16px;
    font-weight: 700;
    line-height: 16.51px;
    text-align: left;
    color: #FFFFFF;
    margin: 25px 0 16px;
}

.right .footer-adress {
    margin-bottom: 16px;
}

.contact-info {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    gap: 7.5px;
    margin-bottom: 9px;
}

.contact-info img {
    margin-right: 8px;
}

.footer-bottom {
    display: flex;
    border-top: 1px solid #ffffff;
    padding-top: 20px;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30.02px;
    text-align: left;
    gap: 55px;

}

.footer-bottom a {
    color: white;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 1199px){
    .footer-container {
        display: flex;
        gap: 16px;
    }
}

@media only screen and (max-width: 767px){
    footer .right h3 {
        margin: 0 0 16px;
    }
    .footer-container {
        display: flex;
        gap: 0;
        margin-bottom: 20px;
        flex-direction: column;
    }
    .footer-container {
        display: flex;
        gap: 32px;
        margin-bottom: 0;
    }
    .right .footer-adress br {
     
        display: none;
    }
    .footer-bottom {
        display: flex;
       
        padding-top: 20px;
        margin-top: 32px;
        font-size: 12px;
        font-weight: 400;
        line-height: 30.02px;
        text-align: left;
        gap: 24px;
    }
    .left .logo {
        margin-bottom: 16px;
        width: 175px;
    }
    .contact-text {
        font-size: 14px;
        font-weight: 400;
        line-height: 23.1px;
        text-align: left;
        margin-bottom: 0;
    }
    .social-icons {
       
        align-items: flex-start;
        gap: 16px;
        flex-direction: column;
    }
    .social-icons.only-mobile .socials-footer {
        display: flex;
    }
    footer {
      
        padding: 24px 0;
   
    }
    .footer-bottom p {
        margin: 0;
        font-size: 12px;
        font-weight: 400;
        line-height: 30.02px;
    }
    .social-icons.only-mobile {
        display: flex;
    }
    .social-icons.only-desktop {
        display: none;
    }
}