*{
    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;
}
.main .content{
    margin-left: 25%;
}
.main .content h4{
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 550;
    letter-spacing: 0.2px;
}
.main .content ul{
    margin-left: 4%;
    margin-top: 16px;
    font-size: 18px;
}