.for-her
{
    padding-left: 12px;
}

.her-section img.img-fluid.ht5.mb-3 {
    margin-top: 160px;
}

.her-section img.img-fluid.ht3.mb-3 {
    height: 320px;
}

.him-section img.img-fluid.fluid-3.mb-3 {
    height: 420px;
    width: 320px;
    margin-top: 80px;
    margin-bottom: 0px;
}

@media (min-width:1440px)
{
    .container
    {
        max-width: 1240px;
    }
}

@media (min-width:1460px)
{
    .for-her
    {
        padding-left: 62px;
    }

    .for-her .text
    {
        padding-right: 76px;
    }
}

/* @media screen and (max-width: 600px)
{
    .image-grid img
    {
        width: 100%;
        margin-bottom: 10px;
    }

    .image-grid img.ht5.mb-3
    {
        margin-top: 180px !important;
    }

    .image-grid img.ht3.mb-3 {
        height: 280px !important;
    }
} */

@media screen and (max-width: 1200px) {
    .for-her p.text {
        font-size: 30px;
        padding-right: 0px !important;
    }

    .for-him p.text {
        font-size: 30px;
        padding-right: 0px !important;
    }

    .her-section img.img-fluid.ht3.mb-3 {
        height: 240px;
    }
}

@media screen and (max-width: 960px) {
    .for-her p.text {
        font-size: 28px;
    }
}

@media screen and (max-width: 1000px) {
    .her-section img.img-fluid.ht3.mb-3 {
        height: 220px;
    }

    .her-section img.img-fluid.ht1.mb-3 {
        height: 230px;
        margin-top: 50px;
    }

    .her-section img.img-fluid.ht5.mb-3 {
        height: 280px;
    }    

    .for-her .text
    {
        line-height: 1.5;
    }

    .for-him .text
    {
        line-height: 1.5;
    }

}

@media screen and (max-width: 760px) {
    .him-section img.img-fluid.fluid-3.mb-3 {
        max-width: 381px;
        height: 520px;
        margin-top: 120px;
        padding-bottom: 32px;
    }

    .him-section .text {
        margin-bottom: 32px;
    }

    .her-section img.img-fluid.ht3.mb-3 {
        height: 280px;
    }

    .her-section img.img-fluid.ht1.mb-3 {
        height: 280px;
        margin-top: 0px;
    }

    .her-section img.img-fluid.ht5.mb-3 {
        height: 350px;
    }    

}

.her-section .col-md-6 {
    position: relative !important;
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px;
}

@media (max-width:767px)
{
    .row-color
    {
        height: auto;
        padding: 0px !important;
    }

    .her-section .image-grid
    {
        position: relative;
    }

    .py-9
    {
        padding: 160px 15px 90px;
    }

    #him-section .row-color
    {
        flex-direction: column-reverse;
    }

    .him-section .image-grid
    {
        position: relative;
    }

    .him-section .text
    {
        padding-right: 0px;
    }

    .card
    {
        padding: 20px;
    }

    .form-section
    {
        padding: 0px 15px;
    }

    .form-control,
    .form-check-input
    {
        height: 62px;
        border-radius: 80px;
    }

    .btn-primary
    {
        height: 54px;
        padding: 8px 10px;
    }

    footer .main-footer {
        flex-direction: column;
        justify-content: center;
        gap: 18px;
    }

    .right-footer{
        flex-direction: column;
        gap: 18px;
        justify-content: center;
    }
}