.about_container{
    margin-top: 50px;
    margin-bottom: 50px;
}
.about_detail_container{
    margin-top:40px;
    margin-left: 10%;
    margin-right: 10%;
}
.about_heading{
    padding-top: 28px;
}
.about_sub_heading{
    padding-top: 7px;
}
.about-table{
    border: 1px solid #cccccc;
    width: 100%;
}
.about-td {
    width: 30%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ededed;
    padding-left: 38px;
    font-weight: 500;
    color: black;
}
.about-td2 {
    width: 70%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 38px;
    font-weight: 500;
    color: black;
}
.about-tr{
    border-bottom: 1px solid #cdcccc;
}
.ab-list-p{
    margin-bottom: 0px;
}
.about_detail_div{
    margin-bottom: 60px;
}
.table th, .table td {
    padding: 1.35rem;
    vertical-align: middle;
}

@media (min-width: 1025px) and (max-width: 1199px) {}

@media (min-width: 992px) and (max-width: 1024px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 606px) and (max-width: 767px){
    .about_detail_container {
        margin-top: 40px;
        margin-left: 7%;
        margin-right: 7%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 605px){
    .about_detail_container {
        margin-top: 40px;
        margin-left: 3%;
        margin-right: 3%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px){

    .about_detail_container {
        margin-top: 40px;
        margin-left: 2%;
        margin-right: 2%;
    }
}