.sec-1{
    margin-top: 80px;
    padding: 60px 30px;
    background-color: #75b36dda;
}
.sec-1-left{
    width: 70%;
}
.sec-1-text{
    line-height: 30px;
}
.sec-1-right{
    flex: 1;
}
.sec-1-img{
    height: 322px;
    border: 2px solid #fcee50;
}
.sec-1-img img,
.sec-2-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-2{
    padding: 80px 30px;
}
.sec-2-img{
    width: 50%;
    height: 480px;
    border: 2px solid #fcee50;
    transition: all .25s ease;
}
.sec-2-img:hover{
    transform: scale(1.2);
}
.sec-2-img:nth-child(2){
    margin-top: 25px;
    margin-left: -25px;
}
.sec-2-img:nth-child(3){
    margin-top: 50px;
    margin-left: -25px;
}
.sec-2-left{
    width: 55%;
    padding-left: 100px;
    box-sizing: border-box;
}
.sec-2-left .title{
    padding-top: 40px;
}
.sec-3{
    margin-bottom: 60px;
}
.sec-3-text p{
    line-height: 30px;
}
.sec-3-inner{
    align-items: center;
}
.sec-3-img-wrap{
    width: 50%;
    flex-wrap: wrap;
    border: 2px solid #fcee50;
}
.sec-3-img-wrap img{
    width: 50%;
    height: 200px;
}
.sec-3-inner{
    padding: 60px 0;
}
.sec-3-text{
    flex: 1;
    padding-right: 80px;
}