.gallery>div,.print>div,.title>div{max-width:var(--main-width);display:flex;width:100%}.gallery,.title{display:flex;justify-content:center;align-items:center}.title>div{flex-direction:column;line-height:1;align-items:center;margin:2rem 0 1rem}.title>div>p:first-of-type{font-size:.9rem;color:var(--red)}.title>div>p:nth-of-type(2){font-size:2rem;color:var(--black)}.print{display:flex;justify-content:center;align-items:center;margin-top:2rem}.print>div{background:linear-gradient(65.39deg,#ed1d75 1.79%,#ee276b 22.45%,#ef3851 66.84%,#ef4136 98.57%);border-radius:1rem;gap:2rem;height:fit-content}.print>div>div:first-of-type{display:flex;justify-content:center;align-items:center;width:350px;flex-shrink:0}.print>div>div:first-of-type>img{width:100%;height:auto}.print>div>div:nth-of-type(2){flex:1;display:flex;flex-direction:column;justify-content:center;gap:1rem}.print>div>div:nth-of-type(2)>p{font-size:2.6rem;color:var(--white);max-width:650px;line-height:1.2}@media screen and (width <= 1200px){.print>div{flex-direction:column}.print>div>div:nth-of-type(2){padding:0 1rem 2rem}.print>div>div:nth-of-type(2)>p{font-size:1.5rem;max-width:450px}}.print>div>div:nth-of-type(2)>a{background-color:var(--white);width:200px;text-align:center;padding:.5rem 0;border-radius:.3rem}.gallery>div{margin:1rem 0;justify-content:center;align-items:center}.gallery>div>div{display:flex;flex-wrap:wrap;gap:.5rem;width:100%}.gallery>div>div>img{height:300px;flex:1;object-fit:cover;object-position:center}@media screen and (width <= 1300px){.gallery>div>div>img{height:250px}}@media screen and (width <= 1000px){.gallery>div>div>img{height:200px}}