header.site-header{
    padding: 10px 0;
}
.header-btn{
    background: linear-gradient(90deg,rgba(250, 48, 54, 1) 0%, rgba(234, 33, 39, 1) 100%);
    display: flex;
    justify-content: center;
    border-radius: 10px;
    height: 42px;
    align-items: center;
    min-width: 42px;
}
@media screen and (max-width:768px) {
    .header-btn{
        width: fit-content;
        margin-left: auto;
    }
}