.images-with-text-second{padding-top:80px;padding-bottom:96px;width:100%;display:flex;flex-direction:column}
.images-with-text-second-wrapper{background-color:#fbfbfb}
.images-with-text-second-item{display:flex;align-items:center;justify-content:space-between}
.images-with-text-second-item-left{width:-moz-fit-content;width:fit-content}
.images-with-text-second-item-left-title{margin:0;margin-bottom:52px;font-size:32px;line-height:40px;font-weight:700;color:#111}
.images-with-text-second-item-left-text{max-width:450px;margin:0;font-size:16px;line-height:24px;color:#606060}
.images-with-text-second-item-left-text p{margin:0}
.images-with-text-second-item-left .button-primary{margin-top:32px;font-size:16px;line-height:24px}
.images-with-text-second-item-left .button-primary svg{transform:rotate(270deg)}
.images-with-text-second-item-right{max-height:305px;margin-left:64px;display:flex;width:60%;aspect-ratio:16/9}
.images-with-text-second-item-right-main{display:none;width:100%;height:100%}
.images-with-text-second-item-right-main video{aspect-ratio:16/9;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.images-with-text-second-item-right-second{width:100%;height:100%;position:relative}
.images-with-text-second-item-right-second-cover{width:100%;height:100%;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}
.images-with-text-second-item-right-second-cover video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.images-with-text-second-item-right-second .video-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;cursor:pointer}
.images-with-text-second-item-right img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.images-with-text-second-item:nth-child(odd){flex-direction:row-reverse}
@media screen and (max-width:990px){
.images-with-text-second{gap:0;padding-top:40px;padding-bottom:48px}
.images-with-text-second-item{flex-direction:column-reverse;gap:24px}
.images-with-text-second-item-left{width:100%}
.images-with-text-second-item-left-title{margin-bottom:16px;font-size:24px;line-height:28px}
.images-with-text-second-item-right{margin-left:0;width:100%}
.images-with-text-second-item:nth-child(odd){flex-direction:column-reverse}
}