.itr{padding:50px 0}
.itr.black{background-color:#000;color:#FFF}
.itr.white{background-color:#FFF;color:#000}
.itr .a7-container>.headings{text-align:center}
.itr__wrapper{display:grid;grid-auto-flow:row;grid-gap:30px}
.itr__wrapper--reverse .itr__wrapper-image,.itr__wrapper--reverse .itr__wrapper-slider{order:1}
.itr__wrapper--reverse .itr__wrapper-content{order:2}
.itr__wrapper-content{display:flex;flex-direction:column;justify-content:center}
.itr__wrapper-content--logo{max-width:200px;margin-bottom:15px}
.itr__wrapper-content picture{max-width:300px;margin:0 auto;height:auto}
.itr__wrapper-content .headings{margin-bottom:0}
.itr__wrapper-content .headings h2{font-size:1.375rem;line-height:2rem;letter-spacing:-1px}
.itr__wrapper-content .cta-wrapper{flex-direction:column;gap:15px}
.itr__wrapper-content .cta-wrapper .cta-holder{margin:0}
.itr__wrapper-content .cta-wrapper .cta-holder .btn-link{padding:10px 50px 10px 0;border-bottom:1px solid #27b2ff}
.itr__wrapper+.itr__wrapper{margin-top:80px}
@media(min-width:768px){.itr__wrapper-content .headings h2{font-size:2.75rem;line-height:3.25rem}
}@media(min-width:992px){.itr .a7-container>.headings{margin-bottom:80px}
.itr__wrapper{grid-auto-flow:column;grid-template-columns:repeat(2,1fr);grid-gap:60px;align-items:center}
.itr__wrapper--reverse .itr__wrapper-image,.itr__wrapper--reverse .itr__wrapper-slider{order:2}
.itr__wrapper--reverse .itr__wrapper-content{order:1}
.itr__wrapper-image picture{display:block;position:relative;overflow:hidden;max-height:750px;border-radius:8px}
.itr__wrapper-image picture img{transition:transform 1s ease}
.itr__wrapper-image picture img:hover{transform:scale(1.05);transition:transform 1s ease}
.itr__wrapper-content{margin-top:0}
.itr__wrapper-content .headings{max-width:530px;margin-left:0}
}