.tem336-irregular{overflow:hidden;}
.tem336-irregular .image{overflow:hidden;}
.tem336-irregular .image a{display:block;width:100%;height:100%;background-position:center;background-size:cover;transition:0s!important;}
.tem336-irregular .image img{opacity:0;width:100%;}
.tem336-irregular .text{display:flex;display:-webkit-flex;align-items:center;padding:4vw;border-color:var(--main-color);}
.tem336-irregular .text .box{border-color:inherit;}
.tem336-irregular .border{border-style:solid;border-width:0;border-color:inherit;transition:.5s;overflow:hidden;}
.tem336-irregular .border section{transition:1s cubic-bezier(0.165, 0.84, 0.44, 1);}
.tem336-irregular.content-left .text[style*="hidden"] .border{border-left-width:0;}
.tem336-irregular.content-left .text[style*="hidden"] .border section{transform:translateX(-100%);}
.tem336-irregular.content-right .text[style*="hidden"] .border{border-right-width:0;}
.tem336-irregular.content-right .text[style*="hidden"] .border section{transform:translateX(100%);}
.tem336-irregular .title{padding-bottom:2vw;font-size:40px;color:var(--main-color);}
.tem336-irregular .description section{transition-delay:.5s;}
.tem336-irregular.content-left .border{border-left-width:20px;padding-left:20px;}
.tem336-irregular.content-right .border{border-right-width:20px;padding-right:20px;}
.tem336-irregular .more{padding-top:2vw;color:var(--main-color);}
.tem336-irregular .more a:hover{color:#FFF;background-color:var(--main-color);}
@media(min-width:768px){
    .tem336-irregular .container{display:flex;display:-webkit-flex;}
    .tem336-irregular .image,
    .tem336-irregular .text{width:50%;}
    .tem336-irregular.content-right{text-align:right}
    .tem336-irregular.content-right .container{flex-direction:row-reverse;}
}
@media(max-width:767px){
    .tem336-irregular .border{border:none;padding:0!important;margin:0!important;}
    .tem336-irregular .title{padding-bottom:2vw!important;}
}
@media(max-width:991px){
    .tem336-irregular.content-left .border{border-left-width:10px;}
    .tem336-irregular.content-right .border{border-right-width:10px;}
    .tem336-irregular .title{font-size:24px;}
}
