*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.main{
    position: absolute;
    width: 100%;
    height: 100%;
    /* margin-top: 85px; */
    /* background-color: rgb(52, 175, 216); */
}
.main .int-img{
    position: relative;
    width: 100%;
    /* height: 20%; */
    margin-top: 60px;
    object-fit: cover;
    /* background-color: lightcoral; */
}
.main .int-img .image{
    width: 100%;
    height: 50%;
    /* background-color: lightcoral; */
}
.main .int-img .image img{
    width: 100%;
    object-fit: cover;
}
.main .about-title{
    width: 100%;
    background: rgb(215,215,250);
    background: linear-gradient(90deg, rgba(215,215,250,1) 0%, rgba(0,44,255,1) 52%, rgba(215,215,250,1) 100%);
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
.main .about-title span.ab{
    font-size: 28px;
    font-weight: 400;
    color: white;
    letter-spacing: 1px;
    font-family: 'Times New Roman', Times, serif;
}
.main .content{
    width: 100%;
    display: inline-block;
    padding-left:150px ;
    padding-right: 150px;
    word-spacing: 1px;
    margin-top: 20px;
}
.main .content h3{
    font-weight: 550;
    font-size: 22px;
    margin-left: 15%;
}
.main .content h4{
    line-height: 50px;
    font-weight: 500;
    font-size: 20px;
    margin-left: 15%;
}
.main .content .table{
    width: 70%;
    align-items: center;
    text-align: center;
    margin-left: 15%;
    margin-top: 30px;
    border:1px solid black;
}
.main .content .table-border{
    border: 1px solid #B5BBCC;
    border-collapse: collapse;
}
.main .content .table-border tbody{
    font-size: 16px !important;
    word-spacing: 0.5px;
    line-height: 1.8;
}
.content .table-border tr{
    display: table-row;
    vertical-align: inherit;
}
.content .table-border td{
    border: 1px solid #B5BBCC;
    vertical-align: top;
    padding: 15px;
}