.image-text-left-right-boxed .content-inner {
    display: flex;
    align-items: center;
    height: 100%;
}

.image-text-left-right-boxed .section-image {
    width: calc(100% - 430px);
    overflow: hidden;
    position: relative;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 20px;
}
.image-text-left-right-boxed .section-content {
    width: 460px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 50px;
    padding-top: 100px;
    position: relative;
    z-index: 2;
    color: #fff;
}

.image-text-left-right-boxed .image-slideshow {
    height: 100%;
}
.image-text-left-right-boxed .section-image img {
    transition: opacity 2s;
/*    opacity: 0;*/
    height: 100%;
    object-fit: cover;
}
.image-text-left-right-boxed .section-image img+img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}
.image-text-left-right-boxed .subtitle {
    font-weight: 500;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
    text-transform: uppercase;
    padding: 0;
    color: #fff;
    line-height: normal;
}
.image-text-left-right-boxed .wp-block-button{
    margin-top: 50px;
}
.image-text-left-right-boxed .description {
    margin-bottom: 50px;
    line-height: 1.75;
}
.image-text-left-right-boxed .subtitle a:not(:last-child):after {
    content: ",";
}
.image-text-left-right-boxed .subtitle a {
    color: inherit;
}
.image-text-left-right-boxed .subtitle a:hover{
    text-decoration: underline;
}
.wp-block-button {
    position: relative;
    z-index: 1;
}
.wp-block-button .wp-element-button {
    min-width: 229.5px;
    height: 42.5px;
    padding: 11px 10px;
    border-radius: 0;
    background: transparent;
    border: 2px solid #fff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    transition: all .4s;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 1;
}
/*.wp-block-button .wp-element-button:hover{
    animation: btnColorhover 2s;
    animation-delay: 0s;
    background: transparent;
    border-color: #fff;
}*/
.wp-block-button .wp-element-button:before{
    content: "";
    position: absolute;
    width: 43px;
    left: -42px;
    opacity: 0.3;
    top: 0;
    background-color: rgb(255, 158, 28);
    height: 100%;
    border-radius: 25px;
    transition: all .6s;
    z-index: -1;    
}
/*.wp-block-button .wp-element-button:hover:before{
    animation: btnBackgroundhover 2s;
    animation-delay: 0s;
}*/
.image-text-left-right-boxed.background-overlay .content-inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
    z-index: 1;
}
.image-text-left-right-boxed .subtitle a:hover {
    text-decoration: underline;
}

.image-text-left-right-boxed .section-image .image-logo {
    position: absolute;
    bottom: 30px;
    right: 20px;
    z-index: 2;
}

.image-text-left-right-boxed .section-image .image-logo img {
    opacity: 1;
    width: 53px;
    height: auto;
}

@media (min-width: 768px){
    .image-text-left-right-boxed.image-right .image-logo {
        right: auto;
        left: 20px;
    }
}
@media (min-width: 1025px){
    .image-text-left-right-boxed.image-left .content-inner {
        justify-content: flex-end;
    }
}
@media (min-width: 992px){
    .image-text-left-right-boxed.image-right .section-content{
        order: -1;
/*        padding-left: 69px;*/
    }
}
@media (min-width: 1441px){   
    .image-text-left-right-boxed.image-right .section-content{
        padding-right: 50px;
    }
}
/*@media (max-width: 1199px) and (min-width: 992px) and (min-height: 900px){
    .image-text-left-right-boxed .section-image img{
        object-position: right;
    }
    .image-text-left-right-boxed .section-image{
        width: 100%;
        max-width: 100%;
    }
    .image-text-left-right-boxed .section-content{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .image-text-left-right-boxed.image-right .section-content{
        right: auto;
        left: 0;
    }
    .image-text-left-right-boxed.image-right .content-inner{
        justify-content: flex-end;
    }
    .image-text-left-right-boxed.image-right .section-image img{
        object-position: left;
    }
    .image-text-left-right-boxed .section-image .image-logo{
        bottom: 8%;
        right: 40%;
    }
}*/

@media (max-width: 1199.98px){
    .image-text-left-right-boxed.image-left .section-image img{
        object-position: center;
    }
    .image-text-left-right-boxed .section-image .image-logo{
        bottom: 70px;
    }
    .image-text-left-right-boxed .title {
        line-height: normal;
    }
    .image-text-left-right-boxed .section-content{
        width: 365px;
        padding-left: 55px;
        padding-right: 50px 
    }
    .image-text-left-right-boxed .section-image{
        width: calc(100% - 365px);
    }
    .image-text-left-right-boxed.image-right .section-image{
        width: calc(100% - 420px);
    }
    .image-text-left-right-boxed.image-right .section-content{
        width: 420px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .image-text-left-right-boxed .title {
        font-size: 36px;
        line-height: normal;
    }
}

@media (max-width: 991.98px){
    .image-text-left-right-boxed.image-right .section-image{
        width: 100%;
    }
    .image-text-left-right-boxed.image-right .section-content{
        width: 100%;
    }
    .image-text-left-right-boxed .section-image .image-logo{
        bottom: 30px;
    }
    .fadeIn{
        transition-delay: 0s;
    }
    .image-text-left-right-boxed .section-image{
        height: auto;
        width: 100%;
    }
    .image-text-left-right-boxed .image-slideshow{
        height: auto;
    }
    .image-text-left-right-boxed .section-image img{
        height: 100%;
        height: 650px;
/*        max-height: 50vh;*/
    }
    .image-text-left-right-boxed .section-content{
        width: 100%;
        padding-top: 70px;
        padding-left: 100px;
        padding-right: 90px;
        padding-bottom: 120px;
    }
    .image-text-left-right-boxed h2.title {
        margin-top: 0;
    }
    .image-text-left-right-boxed .description {
        margin-bottom: 0;
    }
    .image-text-left-right-boxed .wp-block-button {
        margin-top: 30px;
    }
    .home-introduce .wp-block-button{
        margin-bottom: 20px;
    }
    .image-text-left-right-boxed .content-inner{
        align-items: start;
        height: auto;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: row;
    }
}
@media (max-width: 767.98px){
    .image-text-left-right-boxed .section-image img{
        height: 102vw;
        max-height: 58vh;
    }
    .image-text-left-right-boxed .section-content{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 48px;
        padding-bottom: 130px;
    }
    .image-text-left-right-boxed h2.title{
        margin-bottom: 30px;
        font-size: 48px;
        line-height: normal;
    }
    .image-text-left-right-boxed .wp-block-button {
        margin-top: 60px;
    }
    .image-text-left-right-boxed .section-image .image-logo{
        bottom: 15px;
    }
    .image-text-left-right-boxed.image-right .section-image{
        width: 100%;
    }
    .image-text-left-right-boxed.image-right .section-content{
        width: 100%;
    }
}
@media (max-width: 379px){
    .image-text-left-right-boxed h2.title{
        font-size: 38px;
    }
}
