.general-container-who-to-get {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-top: 50px !important;
}

#title-who-to-get {
    color: var(--neutrals-800, var(--Color-Neutrals-Neutrals800, #433f3e));
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.second-container-who-to-get {
    display: flex;
    gap: 150px;
    height: 500px;
    align-items: center;
}

.flex-right-cards-who-to-get {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.list {
    padding-left: 0;
    margin: 0px;
}

.li-container-cards {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    width: 340px;
    justify-content: flex-start;
    padding: 10px;
    gap: 2%;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 14px;
    font-weight: bold;
}

.button-see-more {
    width: 100%;
    max-width: 164px;
    height: 30px;
    border-radius: 18px;
    background: #1ac677;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    color: var(--Color-Base-Base-Black, #0a0b0a);
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.button-see-more:hover {
    transform: scale(1.1);
}

.btn-girl {
    min-width: 360px;
    font-size: 20px;
    border-radius: 50px;
    place-content: center;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.btn-girl:hover {
    transform: scale(1.1);
}

@media screen and (min-width: 10px) and (max-width: 355px) {
    .general-container-who-to-get {
        margin-top: 40px;
        gap: 0;
    }

    .phone-img-long {
        display: none;
    }

    #title-who-to-get {
        color: var(--neutrals-800, var(--Color-Neutrals-Neutrals800, #433f3e));
        text-align: center;
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        display: block;
    }

    .second-container-who-to-get {
        flex-direction: column;
        gap: 40px;
        height: 430px;
    }

    .li-container-cards {
        width: 100%;
        min-width: 226px;
        max-width: 270px;
        background: transparent;
        box-shadow: none;
    }

    .li-container-cards img {
        padding: 12px;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        margin-right: 20px;
    }

    .li-container-cards p {
        color: var(--neutrals-800, var(--Color-Neutrals-Neutrals800, #433f3e));
        font-family: "Open Sans", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .btn-girl {
        font-size: 14px;
        min-width: auto;
        height: auto;
        margin-top: 10px;
        display: flex;
    }
}

@media screen and (min-width: 357px) and (max-width: 768px) {
    .general-container-who-to-get {
        gap: 0;
        margin-top: 50px;
    }

    .phone-img-long {
        display: none;
    }

    #title-who-to-get {
        color: var(--neutrals-800, var(--Color-Neutrals-Neutrals800, #433f3e));
        text-align: center;
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        display: block;
    }

    .second-container-who-to-get {
        flex-direction: column;
        gap: 40px;
        height: auto;
    }

    .li-container-cards {
        width: 100%;
        min-width: 226px;
        max-width: 270px;
        background: transparent;
        box-shadow: none;
    }

    .li-container-cards img {
        padding: 12px;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        margin-right: 20px;
    }

    .li-container-cards p {
        color: var(--neutrals-800, var(--Color-Neutrals-Neutrals800, #433f3e));
        font-family: "Open Sans", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .btn-girl {
        font-size: 14px;
        min-width: auto;
        height: auto;
        margin-top: 10px;
        display: flex;
    }
}