﻿
.vision-sec, .mission-sec {
    border: 1px solid #cccccc;
    background: #fff;
    position: relative;
    padding: 70px 65px;
    z-index: 1;
}
.vision-img, .mission-img {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top right;
    height: 300px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}
.heading-title {
    font-size: 32px;
    line-height: 34px;
    color: #111111;
    margin-bottom: 10px;
}
.sub-para {
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0 20px 0;
}
.para-point {
    position: relative;
    padding-left: 2rem;
}
@media (max-width: 1750px) {
    .sub-para.inner {
        font-size: 14px;
        line-height: 18px;
    }
}
.para-point::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0px;
    background-image: url('../Img_Speci/point-icon.png');
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}