.gallery-content{background-color:#ededed;padding:70px 0}.gallery-content .container{align-items:center;display:flex;justify-content:space-between}.gallery-content .gallery-cards-wrap,.gallery-content .gallery-text-wrap{flex-basis:49%}.gallery-content .gallery-text-wrap h3{font-size:42px;margin-bottom:10px;text-transform:uppercase}.gallery-cards-wrap{display:flex;flex-wrap:wrap;gap:20px}.gallery-cards-wrap .gallery-card{position:relative;width:48%}.gallery-cards-wrap .gallery-card:last-child{width:100%}.gallery-cards-wrap img{border-radius:15px;height:186px;object-fit:cover;width:100%}.gallery-cards-wrap .gallery-card:last-child img{height:270px}.gallery-cards-wrap button{align-items:center;background-color:#fff;border:0;border-radius:10px;bottom:20px;color:#000;display:inline-flex;font-weight:600;gap:10px;left:0;margin:0 auto;padding:6px 18px;position:absolute;right:0;width:max-content}@media (max-width:1024px){.gallery-cards-wrap .gallery-card{width:100%}.gallery-cards-wrap .gallery-card img,.gallery-cards-wrap .gallery-card:last-child img{height:250px}}@media (max-width:767px){.gallery-content .container{flex-direction:column;row-gap:20px}.gallery-content .gallery-text-wrap h3{font-size:35px}}