.about-logo{
    width: 500px;
    margin: auto;
    margin-top: 50px;
}
.about-text-wrapper{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.about-text{
    width: 80%;
    font-size: 20px;
    line-height: 24px;
}
.about-text p{
    margin-bottom: 10px;
}
.about-text p:nth-child(1){
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 25px;
}
.about-imgs-top{
}
.about-imgs-top img{
    border-radius: 10px;
    height: 100%;
    margin-bottom: 20px;
}
.imgs-top-left{
    width: 50%;
    margin-left: 0;
}
.imgs-top-left img{
    width: 97%;
}
.imgs-top-right{
    width: 48%;
    display: flex;
    flex-wrap: wrap;
}
.imgs-top-right img{
    width: 48%;
    margin-right: 10px;
    margin-bottom: 20px;
}
.about-img-bot{
    display: flex;
    justify-content: left;
}
.about-img-bot img{
    width: 35%;
    flex-grow: 1;
    margin-right: 20px;
    border-radius: 10px;
}
.about-img-bot p{
    font-size: 42px;
    padding: 80px 0 0 20px
}
.about-text-bot{
    margin-top: 80px;
    width: 1000px;
}
.imgs-top-right img:nth-child(3)
,.imgs-top-right img:nth-child(4){
    margin-bottom: 0;
}