.abt-u-bg {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('/about-us/img/b-2.jpeg'); /* Replace 'your-image-url.jpg' with the actual path to your image */
    background-size: cover; /* This makes the image cover the entire area */
    background-position: center; /* This centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}

.abt-u-bg-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.abt-u-bg-content-left {
    background-image: url('/about-us/img/about-bg-web.jpg'); /* Replace 'your-image-url.jpg' with the actual path to your image */
    background-position: center; /* This centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    padding-right: 10px;
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.abt-u-bg-content-left img {
    width: 100%;
}

.abt-u-bg-content-left {
    width: 30%;
    text-align: center;
    font-weight: 300;
    color: white;
}

.abt-u-bg-content-right {
    width: 58%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.abt-u-bg-content-left-top-txts-one {
    font-size: 23px;
}

.abt-u-bg-content-left-top-txts-two {
    font-size: 27px;
    padding-bottom: 10px;
}

.abt-u-bg-content-right-content {
    background-color: #000000af;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    color: white;
}

.abt-u-bg-content-right-content-cnt {
    width: 85%;
    font-weight: 300;
    margin: 0 auto;
}

@media only screen and (max-width: 1307px) {
    .abt-u-bg-content-right-content-cnt {
        width: 90%;
    }
}

.abt-u-bg-content-right-content-cnt-titles {
    font-size: 25px;
    padding-bottom: 2px;
}

.abt-u-bg-content-right-content-cnt-discription {
    font-size: 14px;
}

@media only screen and (max-width: 1269px) {
    .abt-u-bg-content-left {
        width: 30%;
    }
    .abt-u-bg-content-right {
        width: 60%;
    }
    .abt-u-bg-content-right-content-cnt-titles {
        font-size: 20px;
    }
    .abt-u-bg-content-right-content-cnt-discription {
        font-size: 12px;
    }
    .abt-u-bg-content-right-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.abt-u-r-cnr-tt-item {
    padding-top: 20px;
}

.abt-u-bg-content-left-mb img {
    width: 100%;
}

.abt-u-bg-content-left-mb-img {
    width: 90%;
    margin: 0 auto;
}

.abt-u-bg-content-left-mb {
    display: none;
    padding-bottom: 15px;
    background-image: url('/assets/img/images/w-1.jpg'); /* Replace 'your-image-url.jpg' with the actual path to your image */
    background-size: cover; /* This makes the image cover the entire area */
    background-position: center; /* This centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}

.abt-u-bg-content-left-mb-cnt-top {
    font-size: 14px;
}

.abt-u-bg-content-left-mb-cnts {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
}

@media only screen and (max-width: 1045px) {
    .abt-u-bg-content-left {
        display: none;
    }

    .abt-u-bg-content-right {
        width: 100%;
        border: none;
        background-color: #000000af;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .abt-u-bg-content-right-content {
        border: 2px solid #fff;
        background-color: #00000000;
        width: 94%;
        margin: 0 auto;
    }
    .abt-u-bg-content-right-content-cnt {
        width: 88%;
        margin: 0 auto;
    }

    .abt-u-bg-content {
        display: block;
    }
    .abt-u-bg-content-right {
        padding-right: 0px;
        padding-left: 0px;
    }
    .abt-u-bg-content-left-mb {
        display: block;
    }

}