footer{
    overflow: hidden;
}
.footer{
    background-color: white;
    padding: 20px;
}
footer .cls-1 {
    fill: #fcb64e;
}
footer .mail,
footer .tel{
    color: #4D4D4D;
    display: flex;
    align-items: center;
    font-size: 14px;
    transition: 0.2s;
}
.footerContact a:hover{
    color: #fcb64e;
}
footer .tel{
    margin-bottom: -3px;
}
footer .mail svg{
    margin-right: 10px;
}
footer .reserved{
    font-size: 12px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.footer-follow{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
.footer-follow .header{
    display: inline-block;
    position: relative;
    margin-right: 90px;
    font-size: 14px;
}
.footer-follow .header:after{
    position: absolute;
    left: calc(100% + 20px);
    top: 49%;
    width: 50px;
    height: 1px;
    background-color: black;
    content: ' ';
}
.footer-follow a{
    display: inline-block;
    margin-right: 20px;
}
.footer-follow a:last-child{
    margin-right: 10px;
}
.footer-follow a:hover #instagram_icon .cls-1,
.footer-follow a:hover #facebook_icon .cls-1,
.footer-follow a:hover #twitter_icon .cls-1{
    fill: #fcb64e;
}

@media (max-width: 575px) {

}

@media (max-width: 767px) {
    .footer{
        padding: 40px 0px;
        overflow: hidden;
    }
    .footerContact{
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px;
    }
    .footerContact a{
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .footer-follow{
        padding-bottom: 20px;
        justify-content: center;
    }
}

@media (max-width: 991px) {

}

@media (max-width: 1199px) {

}