.image-copy-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:24px}
.image-copy-grid img{max-height:501px}
.image-copy-grid .image-copy-image{grid-column:2 / span 5;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.image-copy-grid .image-copy-title{font-family:'Poppins',serif;font-size:32px;font-weight:700;line-height:40px;text-transform:unset}
@media screen and (max-width:1283px){.image-copy-grid .image-copy-title{font-size:24px;line-height:32px}
}
@media screen and (max-width:991px){.image-copy-grid .image-copy-title{font-size:18px;line-height:24px}
}
.image-copy-grid .image-copy-content{grid-column:7 / span 5;display:flex;flex-direction:column;align-items:start;justify-content:center;text-align:left;min-height:72px;padding:24px}
.image-copy-grid .image-copy-content .image-copy-details{min-height:52px;padding-bottom:12px}
.image-copy-grid .btn.image-copy-redirect-url{min-width:310px}
@media screen and (max-width:1283px){.image-copy-grid img{max-height:310px}
}
@media screen and (max-width:767px){.image-copy-grid{grid-template-columns:repeat(4,1fr);grid-template-rows:1fr 1fr;gap:0}
.image-copy-grid img{max-height:328px}
.image-copy-grid .image-copy-row{grid-column:1 / span 4;display:flex;flex-direction:column;align-items:center;justify-content:center}
.image-copy-grid .image-copy-row>div{max-width:328px}
.image-copy-grid .btn.image-copy-redirect-url{min-width:280px}
}