.about{
    min-height: 00px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 80px;
    justify-items: center;
    
}
.about__img{
    text-align: center;
}

.about__picture{
    max-width: 70%;
}
.about__picture1{
    max-width: 50%;
}
.about__paragraph{
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: 300;
}
