﻿.about-container{
    display: flex;
    flex-direction: column;
    width:80%;
    margin: auto;
}
.about-title{
    color: #3368FF;
    font-size: 30px;
    font-weight: 600;
    padding: 3px 0;
    margin: 5px 0;
}
.paraph{
    font-size: 20px;
    font-weight: 100;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: justify;
    color: #333;
}
.about-row{
    width:88%; margin:auto; align-items:flex-start; background:#FFF;
}
p{
    font-size:15px;
    line-height:25px;
}
.img-about{
        width:100%;
        height:410px;
    }
.about-container p{
    text-align:justify;
}
@media screen and (max-width:768px){
    .img-about{
        width:100%;
        height:330px;
    }
}