.gallery-cta-section{background:radial-gradient(circle,#313131b3 0%,#000c 100%);border-radius:20px;grid-template-columns:1fr auto 1fr;align-items:center;height:450px;margin:50px 15px;padding:0 20px;display:grid}.gallery-cta-section__gallery{grid-template-columns:repeat(2,max-content);align-content:center;justify-self:center;place-items:center;gap:20px;display:grid}.gallery-cta-section__item img{object-fit:cover;width:200px;height:auto;display:block}.gallery-cta-section__gallery--left .gallery-cta-section__item:nth-child(odd){margin:auto;transform:rotate(-4deg)}.gallery-cta-section__gallery--left .gallery-cta-section__item:nth-child(2n){margin:auto;transform:rotate(3deg)}.gallery-cta-section__gallery--right .gallery-cta-section__item:nth-child(odd){margin:auto;transform:rotate(4deg)}.gallery-cta-section__gallery--right .gallery-cta-section__item:nth-child(2n){margin:auto;transform:rotate(-3deg)}.gallery-cta-section-content{text-align:center;max-width:620px;margin:0 auto}.gallery-cta-section-content h2{color:var(--white)}.gallery-cta-section-content p{color:var(--white);line-height:22px}.gallery-cta-section-content .content-button-group{display:block}@media (width<=1420px){.gallery-cta-section__item img{width:100px}}@media (width<=992px){.gallery-cta-section{grid-template-columns:1fr;height:auto;padding:0 20px 20px}.gallery-cta-section__gallery--right{display:none}.gallery-cta-section__gallery--left{order:-1;grid-template-columns:repeat(3,max-content);margin:-20px 0 20px}.gallery-cta-section__gallery--left .gallery-cta-section__item:nth-child(n+4){display:none}}
