.cta{background-color:#ffe5c4;border-radius:14px;flex-direction:row;gap:2em;min-height:500px;display:flex;overflow:hidden}.cta small{margin-bottom:1em;font-size:1.4em;font-weight:200}.cta__image{flex:50%;position:relative}.cta__image img{object-fit:cover;width:100%;height:100%;scale:1.1}.cta__image{clip-path:polygon(0 0,100% 0,80% 100%,0% 100%)}.cta a{background-color:var(--color-orange);color:#fff}.cta__text-block{flex-direction:column;flex:50%;justify-content:center;padding:2em;display:flex}@media screen and (max-width:768px){.cta{flex-direction:column;gap:0;min-height:500px;overflow:hidden}.cta__image{clip-path:polygon(0 0,100% 0,100% 100%,0% 100%);min-height:200px}}
