/*Photo Banner section two*/

.photo-banner-section-two {
    display: flex;
    justify-content: center;
    padding: 5.6rem 0;
}

.photo-banner-section-two .business-card {
    display: flex;
    width: 90%;
    height: -moz-min-content;
    height: min-content;
    max-width: 1600px;
    background-color: #fff;
    border-radius: 2.7rem;
    overflow: hidden;
}

.photo-banner-section-two .business-card .left {
    flex-basis: 60%;
    padding-top: 11.3rem;
    padding-left: 6.6rem;
}

.photo-banner-section-two .business-card .left h2 {
    color: #2C2C2C;
    font-family: "Josefin Sans", sans-serif;
    font-size: 3.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.photo-banner-section-two .business-card .left ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.9rem;
    margin-top: 4rem;
}

.photo-banner-section-two .business-card .left ul li {
    display: flex;
    gap: 1rem;
}

.photo-banner-section-two .business-card .left ul li p {
    color: #2C2C2C;
    font-family: Lato, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 25.2px */
}

.photo-banner-section-two .business-card .right {
    flex-basis: 40%;
}

.photo-banner-section-two .business-card .right img {
    height: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 801px) {
    .photo-banner-section-two {
        display: flex;
        justify-content: center;
    }

    .photo-banner-section-two .business-card {
        display: flex;
        flex-direction: column;
        gap: 3rem;
        width: 90%;
        height: -moz-min-content;
        height: min-content;
        max-width: 1600px;
        background-color: #fff;
        border-radius: 2.7rem;
        overflow: hidden;
        margin-bottom: 10rem;
    }

    .photo-banner-section-two .business-card .left {
        flex-basis: 60%;
        padding-top: 4rem;
        padding-left: 2rem;
    }

    .photo-banner-section-two .business-card .left h2 {
        color: #2C2C2C;
        font-family: "Josefin Sans", sans-serif;
        font-size: 3.7rem;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }

    .photo-banner-section-two .business-card .left ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 1.9rem;
        margin-top: 4rem;
    }

    .photo-banner-section-two .business-card .left ul li {
        display: flex;
        gap: 1rem;
    }

    .photo-banner-section-two .business-card .left ul li p {
        color: #2C2C2C;
        font-family: Lato, sans-serif;
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 500;
        line-height: 140%; /* 25.2px */
    }

    .photo-banner-section-two .business-card .right {
        flex-basis: 40%;
    }

    .photo-banner-section-two .business-card .right img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: -1rem;
    }
}

/*End of photo banner section two*/
