.footer {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 115px;
    width: 100%;
    background-color: rgba(240, 192, 89, 0.795);
    padding: 5px 0 0 0;
    border-top: 2px solid rgba(100, 86, 91, 0.185);
}
@media(max-width:874px) {
    .footer {
        height: 85px;
    }
}
@media(max-width:376px) {
    .footer {
        height: 60px;
    }
}
.footer__item {
   font-size: 25px;
   font-weight: 600;
}
@media(max-width:376px) {
    .footer__item {
        font-size: 20px;
        font-weight: 600;
     }
}
.footer__item:nth-child(2) {
    margin: 0 62px 0 0;
}
@media(max-width:874px) {
    .footer__item:nth-child(2) {
        margin: 0;
    }
}
.footer__link {

}
.footer__logo {
    display: inline-block;
    width: 98px;
    height: 98px;
    border: 2px solid rgb(247, 85, 56);
    border-radius: 50%;
}
@media(max-width:874px) {
    .footer__logo {
    width: 70px;
    height: 70px;
    }
}

@media(max-width:376px) {
    .footer__logo {
    width: 50px;
    height: 50px;
    }
}