#contact {
    background: url("./images/contact-bg.svg");
    background-size: 110% auto;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 45px;
    position: relative;
    margin-top: -35px;
    padding-left: 15px;
    padding-right: 15px;
}
#contact *,
#footer * {
    font-family: 'Archivo';
}
@media screen and (max-width: 768px) {
    #footer {
        text-align: center;
    }
    #contact {
        background: rgb(219, 107, 33);
        background-size: 110% auto;
        background-position: top;
        background-repeat: no-repeat;
        padding-top: 100px;
    }
}
#contact .title {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 35px;
}
#contact .subtitle {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
#contact .address {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 7.5px;
}
#contact .email {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 7.5px;
}
#contact .phone {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 7.5px;
}
#contact .social-title {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
}
#contact .social-list {
    margin-top: 25px;
    padding-left: 0;
}
#contact .social-list li {
    display: inline-flex;
    margin-right: 15px;
}
#contact .social-list a img {
    width: auto;
    height: 20px;
}
#contact .social-list a img:hover {
    opacity: 0.8;
}
#footer {
    background: #fff;
    padding: 20px 10px 10px;

}
#footer .container,
#contact .container{
    width: 100%;
}
@media screen and (max-width: 768px) {
    #contact {
        padding: 40px 20px 20px;
    }
}
#footer #footer-logo {
    object-fit: contain;
}
#footer .copyright {
    color: #6F6E6E;
    margin-bottom: 0;
}
#footer .footer-menu {
    display: inline-flex;
    list-style: none;
    padding-left: 0 !important;
}
#footer .footer-menu li {
    margin-right: 15px;
}
#footer .footer-menu a {
    font-size: 15px;
    color: #DB6B21;
    font-weight: 500;
}
#footer .footer-menu a:hover {
    opacity: 0.8;
}
#to-top {
    cursor: pointer;
    position: fixed;
    margin-bottom: 0;
    bottom: 0;
    right: 15px;
    width: 50px;
    z-index: 999;
}
