#about{
    padding-top: 192px;
}

.aboutBackground{
    width: 100%;
    /* height: 350px; */
    /* object-fit: cover; */
    /* height: 350px;
    background: url(../images/aboutBackground.png)no-repeat;
    background-size: cover; */
    
}
.aboutBackground img{
    width: 100%;
    height: 100%;
}
.aboutContent{
    padding: 79px 12.4% 37px 12.4%;
    display: flex;
    gap: 24px;
}
.aboutContent h3{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}
.aboutContentLeft h5{
    color: #4D4D4D;
    line-height: 26px;
    font-size: 20px;
    margin-bottom: 8px;
}
.aboutContentLeft p{
    font-size: 13px;
    line-height: 22px;
}
.aboutContentLeft{
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 40%;
}
.aboutContentRight{
    width: 60%;
}
.aboutContentRight img{
    width: 100%;
    height: auto;
    /* height: 100%; */
    /* object-fit: cover; */
}