*{
    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: 28px;
    font-weight: 400;
    color: white;
    letter-spacing: 1px;
    font-family: 'Times New Roman', Times, serif;
}
.main .content{
    width: 80%;
    margin-left: 10%;
    margin-top: 2%;
    word-spacing: 2px;
}
.main .content h3{
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.5;
}
.main .content span{
    font-family: 'Times New Roman', Times, serif;
    font-weight: 500;
    font-size: 19px;
}
.main .content p{
    font-size: 16px;
}