﻿.about1 .holder-c.innermain {
    padding: 20px;
    font-size: 1.5rem;
    justify-content: space-around;
    margin: 40px 60px;
    background-color: #fdfdfd;
    flex-direction: column;
}
.about1 .card-3 {
    -webkit-box-shadow: 0 0 3px 1px #adadad29;
    -ms-box-shadow: 0 0 3px 1px rgb(173 173 173 / 16%);
    box-shadow: 0 0 3px 1px #adadad29;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.about1 .descparag {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: justify;
    align-items: center;
    min-height: 50vh;
    padding: 20px 50px;
    font-size: 1.5rem;
    margin: 30px 60px;
    line-height: 3em;
    color: #767790;
}

    .about1  .descparag a {
        /* border-bottom: 1px solid #1507e5;*/
        color: #008eb2;
        font-weight: 500;
    }