.about_details {
    padding: 3rem 0;
}
.about_img {
    max-width: 310px;
    width: 100%;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 28%);
}
.whychoose {
    padding: 2rem 0;
    background:linear-gradient(90deg, rgb(1 39 88 / 60%), rgb(1 39 88 / 95%));
    position: relative;
    overflow: hidden;
}
.whychoose:before {
    content: '';
    background-image: url('../images/coreval-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.08;
}
.whychoose_content{
    position: relative;
    z-index: 2;
}
.whychoose_content .section-heading{
    color: var(--white);
}
.content_grid{
   width: 100%;
}
.content_grid .contentgrid_bx {
    margin: 15px 0;
    padding: 0;
    border-radius: 30px 30px 30px 0;
}
.content_grid .contentgrid_bx:last-child{
    margin-bottom: 0;
}
.grid_heading h3{
    font-size: 1.4rem;
    font-family: var(--font-primary-medium);
    font-weight: 500;
    color: var(--white);
}
.grid_para{
    line-height: 1.3;
    color: var(--white);
}
.crval_img{
    max-width: 350px;
    width: 100%;
}
.commitment{
    padding: 2rem 0 0;
}
.commiticon_box{
    display: flex;
    gap: 20px;
    padding: 20px 0;
}
.icon_bx {
    flex: 1;
    background-color: #fff;
    box-shadow: 0 0 5px 1px rgb(48 48 48 / 22%);
    padding: 15px;
    height: auto;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.icon_bx::before {
    content: "";
    position: absolute;
    right: -20px;
    top: -20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 10px solid #00306e;
    transition: all .5s ease-in-out;
    opacity: .2;
}
.icon_bx:hover::before{
    opacity: 1;
}
.icon{
    max-width: 70px;
    width: 100%;
}
.icon_content{
    padding-top: 10px;
}
.icon_heading {
    font-size: 1.2rem;
    letter-spacing: 0.8px;
    font-family: var(--font-primary-bold);
    font-weight: 700;
}
.icon_content p {
    font-size: 15px;
    color: #1a1a1a;
    line-height: 1.4;
}
.about_img img {
    aspect-ratio: 1.01;
}
.crval_img img {
    aspect-ratio: 1.14;
}
