#SecondPage {
    width: 100%;
    height: 70vw;
    background: url('/static/seller/images/SecondPageForWhom.jpg');
    background-size: 100% 100%;
}



#ForWhom .title {
    width: 100%;
    height: 7.9vw;
    color: rgb(81, 83, 75);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 1.4vw;
}

#ForWhom .text {
    line-height: 2;
    font-family: "Montserrat", serif;
    font-size: 1.4vw;
    font-weight: 300;
    color: rgb(81, 83, 75);
    width: 100%;
}

#ForWhom .text span {
    font-weight: 700;
}

#ForWhom .text ul {
    margin-left: 35vw;
    margin-top: 3.4vw;
}

#ForWhom .text li {
    gap: 5vw;
    width: 60vw;
    margin-bottom: 3.2vw;
}

#ForWhom .text img {
    width: 2vw;
    position: absolute;
    margin-left: -3vw;
    margin-top: 0.5vw;
}

#ForWhom #ForMe {
    background-color: rgb(218, 237, 51);
    display: flex;
    width: 20vw;
    height: 5vw;
    border-radius: 5vw;
    font-size: 1.6vw;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 40vw;
    margin-top: 5vw;
    transition: transform 0.5s ease, background-color 0.25s ease;
}
#ForWhom #ForMe h3 {
    font-weight: 500;
}

@media (max-width: 767px) {
    #SecondPage {
        width: 100%;
        height: 130vw;
        background: url('/static/seller/images/SecondsPageWhomPhone.jpg');
        background-size: 100% 100%;
    }

    #ForWhom .title {
        height: 29vw;
        font-size: 4vw;
        text-align: left;
        line-height: 8vw;
        margin-left: 5vw;
    }

    #ForWhom .text ul {
        margin-left: 25vw;
    }

    #ForWhom .text li {
        width: 68vw;
        line-height: 4.3vw;
    }

    #ForWhom .text {
        font-size: 2.4vw;
    }

    #ForWhom .text img {
        width: 3.8vw;
        margin-left: -6vw;
    }

    #ForWhom #ForMe {
        width: 35vw;
        height: 8vw;
        font-size: 2.5vw;
        margin-left: 32vw;
        margin-top: 8vw;
    }

}