.details {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 4% 0;
}
.details h3 {
    color: #000;
    font-size: 28px;
    text-align: center;
}
.details p {
    color: #474747;
    font-size: 15px;
    line-height: 25px;
    padding: 9px 0;
}
.about{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 4% 0;
}
.about h3{
    font-size: 28px;
    line-height: 42px;
    color: #0054a7;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .about h3 {
        font-size: 21px;
        line-height: 33px;
        color: #0054a7;
        font-weight: bold;
        text-align: center;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .about .index div{
        width: 100% !important;
    }
    .about .index div img{
        width: 100% !important;
    }
    .details h3 {
        color: #000;
        font-size: 19px;
        text-align: center;
    }
}