/*We are*/

.we-are {
    padding: 120px 0;
}

.we-are-pic {
    width: 220px;
    height: 220px;
    display: inline-block;
    margin-right: 20px;
}

@media (max-width: 1200px) {
    .we-are-pic {
        width: 180px;
        height: 180px;
    }

}            



.top {
    margin-bottom: 20px;
}

.top>.we-are-pic:last-child {
    margin-right: 0;
}

.bottom>.we-are-pic:last-child {
    margin-right: 0;
}

.we-are-right>h2 {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0px;

}

.we-are-right>h2:nth-child(2) {
    font-size: 48px;
    margin-bottom: 37px;
    line-height: 50px;
}


.we-are-right {
    padding-left: 70px;
    position: relative;
}

.we-are-right>h5 {
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    line-height: 25px;
    margin-bottom: 19px;
    font-size: 16px;
    color: #B96229;
}


#we-are-show1, #we-are-show2, #we-are-show3, #we-are-show4 {
    position: relative;
}

#we-are-show1 > div, #we-are-show2 > div, #we-are-show3 > div, #we-are-show4 > div {
    position: absolute;
}        



@media (max-width: 992px) {

    .top {
        height: 300px;
    }

    .bottom {
        display:none;
    }
    .we-are-pic {
        width: 48%;
        height: 48%;
    }
    .we-are-right {
        padding-top: 60px;
        padding-left: 0px;
    }

}            

@media (max-width: 768px) {
    
    .top {
        height: 200px;
    }
    
    .we-are-pic {
        width: 44%;
        height: 44%;
    }
    .we-are-rightx {
        padding-top: 60px;
        padding-left: 0px;
    }

}            

.we-are .we-are-action {
    margin-top: 33px;
    line-height: 60px;
}

.we-are-action a {
    display: inline-block;
    line-height: 45px;
    padding: 0 30px;    
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    text-align: center;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
    white-space: nowrap;
    color: #fff;
    background: #336da8;
}

.we-are-action a:hover {
    text-decoration: none;
    background: #5e93c9;
}            
