.fc-top .section-logo{padding: 17.25px 14.77px 16.75px 21px;border-radius: 5px;background: var(--color-background);border: 1px solid #D8D8D8;}
.fc-top{display: flex;align-items: center;gap: 20px;}
.fc-top .fc-right{display:flex;flex-direction:column;gap:5px}
@media(max-width:767px){
    .fc-top{flex-direction: column;text-align: center;}
    .fc-top .fc-right .btn-link{justify-content: center;}
}