.abt-banner{
    background-image: url(../images/abt-inner1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
    position: relative;
}

.abt-banner::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.50);
}

.abt-banner h2{
    color: #fff;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
}

.about-next {
    padding: 50px 0;
}

.about-next h2{
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px
}

.about-first{
    background-image: url(../images/abt-inner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px;
    position: relative;
    border-radius: 10px;
    box-shadow: 20px 20px 0px 0px #6d2932;
    background-attachment: fixed;
    margin-bottom: 80px;
}

.about-first::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.70);
}

.about-first p{
    position: relative;
    z-index: 1;
    color: #fff;
}

.about-ra{
    padding: 20px;
    border-radius: 10px;
    background-color: #e8d8c4;
    box-shadow: 0px 0px 10px 1px #000;
}

.ra-one{
    margin-bottom: 50px;
}

.about-ra img{
    width: 100%;
}

.imp-column{
    margin: auto;
}

@media (max-width: 767px){
    .about-first{
        padding: 20px;
    }

    .about-ra img{
        margin-bottom: 15px;
    }

    .about-ra p{
        margin-bottom: 15px
    }
}