.our-vision{
    background: #F5F7F7;
}
.vision-txt img {
    width: 60px;
}

.vision-txt h3 {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.vision-txt p {
    margin-bottom: 0;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
}
.vision-txt {
    background: transparent linear-gradient(180deg, #E31E25 0%, #AA1C1F 100%) 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 25px #00000029;
    border-radius: 10px;
    padding: 20px;
    min-height: 225px;
}
.our-vision .section-title p{
    color: #423F3FCF;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 400;
}
.fact-file{
    background-image: url('../img/about-glenmark/fact-file-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.fact-file::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #E31E25 0%, #AA1C1F 100%) 0% 0% no-repeat padding-box;
    opacity: 0.89;
}
.fact-detail {
    color: #fff;
    z-index: 1;
    position: relative;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
}
.fact-file .section-title h2{
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}
.fact-detail span {
    color: #fff6;
    font-size: 35px;
    font-weight: 600;
}

.fact-detail p {
    color: #FFFFFF;
    font-family: 'Lato';
    font-weight: normal;
    text-shadow: none;
    font-size: 15px;
    margin-bottom: 0;
}