.gallery-with-text {
    max-width: 1440px;
    margin: auto;
    padding-bottom: 200px;
}

.gallery-with-text .image-gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    margin-bottom: 50px;
}

.gallery-with-text .image-gallery-wrapper img:nth-child(1) {
    width: 360px;
    height: 280px;
    margin-right: 10px;
    margin-bottom: 10px;
    object-fit: cover;
    border-radius: 6px;
}

.gallery-with-text .image-gallery-wrapper img:nth-child(2) {
    width: 125px;
    height: 280px;
    margin-right: 10px;
    margin-bottom: 10px;
    object-fit: cover;
    border-radius: 6px;
}

.gallery-with-text .image-gallery-wrapper img:nth-child(3) {
    width: 420px;
    object-fit: cover;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 440px;
    object-position: center;
    border-radius: 6px;
}

.gallery-with-text .image-gallery-wrapper img:nth-child(4) {
    width: 465px;
    height: 310px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 6px;
}

.gallery-with-text .image-gallery-wrapper img:nth-child(5) {
    width: 495px;
    height: 417px;
    margin-right: 10px;
    margin-top: -160px;
    margin-bottom: 10px;
    object-fit: cover;
    border-radius: 6px;
}

.gallery-with-text .image-gallery-wrapper img:nth-child(6) {
    width: 420px;
    height: 440px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 6px;
}

.gallery-with-text .image-gallery-wrapper img:nth-child(7) {
    width: 465px;
    height: 365px;
    object-fit: cover;
    margin-top: -130px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.gallery-with-text .image-gallery-wrapper img:nth-child(8) {
    width: 240px;
    height: 175px;
    object-fit: cover;
    margin-top: -175px;
    margin-right: 10px;
    border-radius: 6px;
}

.gallery-with-text .image-gallery-wrapper img:nth-child(9) {
    width: 245px;
    height: 175px;
    object-fit: cover;
    margin-top: -175px;
    margin-right: 10px;
    border-radius: 6px;
}

.gallery-with-text .image-gallery-wrapper img:nth-child(10) {
    height: 200px;
    width: 465px;
    object-fit: cover;
    margin-left: 430px;
    margin-top: -200px;
    border-radius: 6px;
}

.gallery-with-text h2 {
    font-family: 'Montserrat';
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    color: #1b3b6b;
    border-radius: 6px;
}

.gallery-with-text .list-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 50px;
    border-radius: 6px;
}

@media (max-width: 1600px) {
    .gallery-with-text .list-content p {
        font-size: 18px;
    }
}

@media (max-width: 1440px) {
    .gallery-with-text {
        max-width: 1300px;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(1) {
        width: 330px;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(2) {
        width: 95px;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(3) {
        width: 390px;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(4) {
        width: 415px;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(5) {
        width: 435px;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(6) {
        width: 390px;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(7) {
        width: 415px;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(8) {
        width: 210px;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(9) {
        width: 215px;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(10) {
        height: 195px;
        width: 415px;
        margin-left: 845px;
        margin-top: -195px;
    }

    .gallery-with-text .list-content p {
        font-size: 16px;
    }
}

@media (max-width: 1340px) {
    .gallery-with-text {
        max-width: 1200px;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(1) {
        width: 320px;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(2) {
        width: 65px;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(3) {
        width: 360px;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(4) {
        width: 385px;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(5) {
        width: 395px;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(6) {
        width: 360px;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(7) {
        width: 385px;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(8) {
        width: 190px;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(9) {
        width: 195px;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(10) {
        width: 385px;
        margin-left: 775px;
    }

    .gallery-with-text h2 {
        font-size: 38px;
    }
}

@media (max-width: 1279px) {
    .gallery-with-text {
        max-width: unset;
        padding: 100px 40px;
        padding-top: 100px;
    }

    .gallery-with-text .list-content {
        grid-template-columns: 1fr 1fr;
    }

    .gallery-with-text .list-content p {
        margin-bottom: 10px;
    }

    .gallery-with-text .image-gallery-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .gallery-with-text .image-gallery-wrapper img {
        flex: 1 1 auto;
        max-width: 100%;
        height: auto !important;
        margin: 5px !important;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(1) {
        flex-basis: 20%;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(2) {
        flex-basis: 10%;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(3) {
        flex-basis: 25%;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(4) {
        flex-basis: 28%;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(5) {
        flex-basis: 34%;
        margin-top: 0.5%;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(6) {
        flex-basis: 26%;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(7) {
        flex-basis: 28%;
        margin-top: 0.5%;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(8) {
        flex-basis: 16%;
        margin-top: 0.5%;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(9) {
        flex-basis: 16%;
        margin-top: 0.5%;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(10) {
        flex-basis: 28%;
        margin-left: 0.7%;
        margin-top: 0.5%;
    }
}

@media (max-width: 767px) {
    .gallery-with-text {
        padding: 50px 20px;
        padding-bottom: 0;
    }

    .gallery-with-text .image-gallery-wrapper {
        padding: 10px;
    }

    .gallery-with-text h2 {
        font-size: 32px;
        line-height: 35px;
    }

    .gallery-with-text .list-content p {
        font-size: 12px;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(2) {
        width: 10%;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(4) {
        width: -webkit-fill-available;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(7) {
        width: -webkit-fill-available;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(8) {
        width: 10%;
    }
}

@media (max-width: 390px) {
    .gallery-with-text .image-gallery-wrapper img:nth-child(1) {
        width: 70%;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(3) {
        width: -webkit-fill-available;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(5) {
        width: -webkit-fill-available;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(6) {
        width: -webkit-fill-available;
    }

    .gallery-with-text .image-gallery-wrapper img:nth-child(10) {
        width: -webkit-fill-available;
    }
}