.img_bg {
    background: linear-gradient(0deg, #332f6adb, #d3a31ad9), url(../../assets/images/about.jpg) no-repeat;
    padding: 100px;
    background-size: cover;
}

.img_bg2 {
    background: linear-gradient(0deg, #332f6adb, #332f6adb), url(../../assets/images/about_bg2.jpg) no-repeat;
    padding: 100px;
    background-size: cover;
}

.howto_bg {
    background: linear-gradient(0deg, #332f6adb, #d3a31ad9), url(../../assets/images/howtoapply.jpeg) no-repeat;
    padding: 100px;
    background-size: cover;
    background-position: center;
}

.isitarecord_bg {
    background: linear-gradient(0deg, #332f6adb, #d3a31ad9), url(../../assets/images/is-it-record.jpg) no-repeat;
    padding: 100px;
    background-size: cover;
    background-position: center;
}

.abt_bdr {
    border: 5px solid #ffffffbf;
    padding: 70px;
    color: #fff;
}

.head_clr {
    color: #ce9902 !important;
}

.p_align {
    line-height: 26px;
}

.white:hover {
    color: #332f6a;
    transition: 0.5s;
}

.white {
    color: #fff;
}

.about_content {
    margin-top: 40px;
}

.about_heading h3 {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.orange {
    color: #e87817;
}

.about_heading h6 {
    font-size: 18px;
    margin-bottom: 15px;
}

.about_heading p {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 28px;
}

.image_about {
    margin-bottom: 0px;
}

.icon_image img {
    width: 50px;
    margin-right: 10px;
}

.blue {
    margin-top: 40px;
    color: #291770 !important;
}

.green {
    color: #57b038;
    margin-top: 40px;
}

li {
    list-style: none;
    font-size: 14px;
    /* margin-bottom: 7px; */
    line-height: 26px;
}

.fa-star {
    color: #e87817;
    margin-right: 5px;
}

@media only screen and (max-width: 600px) {
    .image_about {
        display: none;
    }
    .about_heading h6 {
        font-size: 15px;
    }
    .about_heading p {
        font-size: 12px;
    }
    .about_content {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 992px) {
    .abt_bdr {
        padding: 31px;
        line-height: 33px;
        font-size: 20px;
    }
}