.two-left-and-one-big{
    padding-top: 20px;
    padding-bottom: 20px;
}

.two-left-and-one-big:after{
    content: "";
    display: block;
    clear: both;
}

.tlaob-left-area{
    float: left;
    width: 55%;
    height: 750px;
}

    .tlaob-title{
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 40px;
    }
    
    .tlaob-left-image1{
        height: 280px;
        margin-left: 80px;
        margin-right: 80px;
        margin-bottom: 70px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .tlaob-left-image2{
        height: 280px;
        margin-left: 80px;
        margin-right: 80px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
.tlaob-left-right{
    float: left;
    width: 45%;
    height: 750px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 1350px){
    
    .tlaob-left-right{
        height: 700px;
    }
    
    .tlaob-left-image1{
        height: 250px;
        margin-left: 50px;
        margin-right: 60px;
        margin-bottom: 55px;
    }
    
    .tlaob-left-image2{
        height: 250px;
        margin-left: 50px;
        margin-right: 60px;
        margin-bottom: 55px;
    }
    
}

@media only screen and (max-width: 1200px){
    
    .tlaob-left-area{
        width: 50%;
    }
    
    .tlaob-left-right{
        width: 50%;
    }
    
    .tlaob-left-image1{
        height: 230px;
        margin-left: 0px;
    }
    
    .tlaob-left-image2{
        height: 230px;
        margin-left: 0px;
    }

    .tlaob-left-right{
        height: 650px;
    }
    
}

@media only screen and (max-width: 1000px){
    
    .tlaob-left-area {
        height: 650px;
    }
    
    .tlaob-left-right {
        height: 580px;
    }
    
    
}

@media only screen and (max-width: 768px){
    
    .tlaob-title{
        padding: 0px 25px;
    }
    
    .tlaob-left-area{
        width: 100%;
        height: auto;
    }
    
    .tlaob-left-right{
        width: 100%;
    }
    
    .tlaob-left-image1{
        height: 400px;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    
    .tlaob-left-image2{
        height: 400px;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    
}
