.guides .guides__link:nth-child(1) .guides__name {
    background: linear-gradient(180deg, rgba(228, 191, 99, 0.2) 0%, #E2B749 105.91%);
}

.guides .guides__link:nth-child(2) .guides__name {
    background: linear-gradient(180deg, rgba(188, 62, 54, 0.2) 0%, #BC3E36 100%);
}

.guides .guides__link:nth-child(3) .guides__name {
    background: linear-gradient(180deg, rgba(54, 191, 183, 0.2) -17.73%, #36BFB7 100%);
}

@media screen and (max-width: 600px) {
    .guides .guides__top-text {
        font-size: 18px;
    }
}
