*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
}

.main .about-image{
    width: 100%; 
    height: 50%;
    margin-top: 64px;
}
.about-image img{
    /* size : 768*217 */
    width: 100%;
    display: inline-block;
    background-color: rgb(24, 32, 29);
    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: 26px;
    font-weight: 400;
    color: white;
    font-family: 'Times New Roman', Times, serif;
}
.main .about-content{
    margin-top: 20px;
}
.main .about-content h3{
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 10%;
}
.main .about-content{
    width: 100%;
    text-align: justify;
}
.main .about-content p{
    width: 80%;
    margin-left: 10%;
    font-size: 16px;
    letter-spacing: 0.2px;
    word-spacing: 1px;
}