.about_us {
    padding: 80px 0;
}

.about_us .about_title {
    font-weight: 600;
    font-size: 48px;
    color: #000000;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 100px;
}

.about_us .about_content {}

.about_us .about_content .msg {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-bottom: 100px;
}

.about_us .about_content .msg:last-child {
    margin-bottom: 0;
}

.about_us .about_content .msg .left,
.about_us .about_content .msg .right {
    width: 50%;
}

.about_us .about_content .msg .left img {
    height: 100%;
    object-fit: cover;
}

.about_us .about_content .msg .right {
    padding: 30px 160px 30px 80px;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 2.2;
    text-align: justify;
}

.about_us .about_content .msg:nth-child(2n) .right {
    order: -1;
    padding: 30px 80px 30px 160px;
}

@media(max-width:1680px) {
    .about_us {
        padding: 70px 0;
    }

    .about_us .about_title {
        font-size: 44px;
        margin-bottom: 80px;
    }

    .about_us .about_content .msg {
        margin-bottom: 80px;
    }

    .about_us .about_content .msg .right {
        padding: 25px 100px 25px 60px;
        font-size: 18px;
        line-height: 2;
    }

    .about_us .about_content .msg:nth-child(2n) .right {
        order: -1;
        padding: 25px 60px 25px 100px;
    }
}


@media(max-width:1440px) {
    .about_us {
        padding: 60px 0;
    }

    .about_us .about_title {
        font-size: 40px;
        margin-bottom: 60px;
    }

    .about_us .about_content .msg {
        margin-bottom: 60px;
    }

    .about_us .about_content .msg .right {
        padding: 20px 80px 20px 40px;
        font-size: 16px;
        line-height: 2;
    }

    .about_us .about_content .msg:nth-child(2n) .right {
        order: -1;
        padding: 20px 40px 20px 80px;
    }
}

@media(max-width:1280px) {
    .about_us {
        padding: 50px 0;
    }

    .about_us .about_title {
        font-size: 36px;
        margin-bottom: 50px;
    }

    .about_us .about_content .msg {
        margin-bottom: 50px;
    }

    .about_us .about_content .msg .right {
        padding: 20px 60px 20px 40px;
        font-size: 16px;
        line-height: 2;
    }

    .about_us .about_content .msg:nth-child(2n) .right {
        order: -1;
        padding: 20px 40px 20px 60px;
    }
}

@media(max-width:1024px) {

    .about_us {
        padding: 40px 0;
    }

    .about_us .about_title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .about_us .about_content .msg {
        margin-bottom: 40px;
    }


    .about_us .about_content .msg .right {
        padding: 20px 40px 20px 20px;
        font-size: 14px;
        line-height: 2;
    }

    .about_us .about_content .msg:nth-child(2n) .right {
        order: -1;
        padding: 20px 20px 20px 40px;
    }
}

@media(max-width:912px) {
    .about_us .about_content .msg {
        flex-direction: column;
    }

    .about_us .about_content .msg .left,
    .about_us .about_content .msg .right {
        width: 100%;
    }

    .about_us .about_content .msg .right,
    .about_us .about_content .msg:nth-child(2n) .right {
        padding: 20px;
        font-size: 14px;
        line-height: 2;
        order: 1;
    }
}

@media(max-width:768px) {
    .about_us {
        padding: 30px 0;
    }

    .about_us .about_title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .about_us .about_content .msg {
        margin-bottom: 30px;
    }
}

@media(max-width:600px) {
    .about_us .about_title {
        font-size: 24px;
    }
}

@media(max-width:480px) {
    .about_us .about_title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .about_us .about_content .msg {
        margin-bottom: 20px;
    }
}

@media(max-width:430px) {}

@media(max-width:390px) {}