.gallery-images {
    display: flex;
    gap: 15px;
    width: 100%;
    height: 500px;
}

.big-image {
    width: 65%;
    height: 100%;
}

.two-images {
    width: 35%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.big-image img,
.two-images div,
.two-images img {
    width: 100%;
    height: 100%;
}

.big-image img,
.two-images img {
    display: block;
    object-fit: contain;
    background: #f5f5f5;
    border-radius: 8px;
}

/* Tablet */
@media (max-width: 991px) {
    .gallery-images {
        height: 400px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .gallery-images {
        height: 350px;
        gap: 8px;
    }

    .big-image {
        width: 60%;
    }

    .two-images {
        width: 40%;
        gap: 8px;
    }
}

.background2{background: #f5f5f5;}




.why-choose-one__img {
     border-radius: 20px;
     z-index: 1;
     position: relative;
     margin-right: 20px;
}
.why-choose-one__img img {
    width: 100%;
    border-radius: 20px;
    transition: all 500ms ease;
    object-fit: cover;
    height: 450px;
}
  .why-choose-one__img:after {
    content: '';
    background-color: #0b0b0b29;
    width: 100%;
    position: absolute;
    top: -24px;
    bottom: -24px;
    left: 44%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 25px;
    z-index: -1;
    opacity: 1;
    /* border: 1px solid red; */
}

.mt-101 {
    margin-top: 150px;
}

.sec-head1 {
    display: inline-block;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    line-height: 28px;
    color: #5e341c;
}
.single-well1 ul li {
    color: rgb(15, 15, 15);
    padding: 5px 0;
    list-style: disc;
    margin-left: 20px;
    font-size: 16px;
    line-height: 25px;
}
.single-well1 b, strong {
    font-weight: 600;
    color: #a5821b;
}
.single-well1 ol, ul {
    padding-left: 0rem !important;
    margin-bottom: 20px;
}

.single-well1 h3 , h2 {
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    line-height: 28px;
    color: #5e341c;
}