.card__syl {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* grid-gap: 20px; */
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 5px 5px 5px #d3d3d3, -5px -5px 5px #ffffff;
    cursor: pointer;
    transition: transform .4s;
}

.card__syl:nth-child(1) {
    background: #fcf5e6;
}

.card__syl:nth-child(2),
.card__syl:nth-child(3) {
    background: #D2A5A7;
}

.card__syl:nth-child(4) {
    background: #e5cfd2;
}

.card__syl:hover {
    transform: translateX(-.9rem)
}

.img__syl_card img {
    width: 55px;
    filter: drop-shadow( 5px 2px 3px #56565650);
}

.text__card_syl {
    width: 320px;
    margin: auto;
}

.red__text_syl {
    color: #874E55;
    margin: auto;
}

.white__text_syl {
    color: #ffffff;
    margin: auto;
}

.green__text_syl {
    color: #045d58;
}

.text__card_syl p {
    font-size: 16px;
    font-weight: 600px;
    margin: auto;
}

.text___Gonorrhea02_woman {
    align-items: end;
}

.text___Gonorrhea02_woman p {
    position: relative;
    width: 100%;
    padding: 14px;
    background: linear-gradient(145deg, #eabbc5, #d68294);
    box-shadow: inset 3px 3px 4px #a25f6d, inset -3px -3px 4px #f7dbe1;
    border: 5px solid #ffffff;
    filter: drop-shadow(3px 3px 6px #aa8990);
    border-radius: 50px;
    color: #ffffff;
    text-shadow: 1px 1px 2px #814955;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    cursor: pointer;
    transition: transform .4s;
}

.text___Gonorrhea02_woman p:hover {
    transform: translateY(-.5rem);
}

.card-butmom span {
    color: #d6313e;
}

.card-butmom p {
    padding: 4px;
    font-size: 10px;
    color: #240D0D;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.card-butmom {
    width: 120px;
    height: 25px;
    position: absolute;
    background-color: #f9f9ff;
    box-shadow: 1px 1px 5px #bbbbbe;
    border-radius: 50px;
    margin: 60px 0px;
    display: table;
}


/* media */

@media screen and (max-width: 585px) {
    .card__syl {
        flex-direction: column;
        padding: 10px 30px;
    }
}

@media screen and (max-width: 990px) {
    .text__card_syl {
        width: 200px;
    }
}

@media screen and (max-width: 726px) {
    .text__card_syl {
        width: 200px;
        text-align: center;
    }
}