.gallery-wrapper{display:grid;grid-template-columns:1fr 1fr;justify-items:center;row-gap:20px;column-gap:20px;padding-bottom:40px}.gallery-wrapper img{border-radius:15px;padding:10px;max-width:550px;height:312px}.caption{margin-top:20px;max-width:550px}.subtitle{font-weight:700;font-size:24px;line-height:34px;color:#333}.text{font-weight:400;font-size:16px;line-height:23px;color:#333;margin-top:10px}@media(max-width:1000px){.gallery-wrapper{grid-template-columns:1fr;padding:20px;margin:0 auto}.gallery-wrapper img{max-width:350px;height:auto}.caption{max-width:350px}}
