.favorite-empty-result-container{
    margin: 37px auto 76px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 36px;
    max-width: 503px;
}
.favorite-empty-result-container h2{
    color: #696E7B;
    text-align: center;
    font-family: "Montserratarm-SemiBold";
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.favorite-empty-result-container a{
    color: #FFF;
    font-family: "Montserratarm-Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 14px;
    background: #130266;
    display: flex;
    padding: 18px 40px;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.favorite-empty-result-img ,.favorite-empty-result-img img{
    width: 279px;
}
@media (max-width: 768px){
    .favorite-empty-result-container h2{
        font-size: 20px;
    }
}