.gallery_container{gap:120px}.gallery_container,.gallery_item{display:flex;flex-direction:column}.gallery_item{gap:60px}.gallery_item-image-content{display:flex;gap:30px}.gallery_item-image-content--image{flex:1}.gallery_item-image-content--image:not(:first-child){max-width:420px}.gallery_item-image-content--image img{border-radius:16px;height:100%;object-fit:cover;width:100%}.gallery_item-text-content{display:flex;gap:30px}.gallery_item-text-content--title{flex:1;padding-right:30px}.gallery_item-text-content--title .h3{margin:0 0 1.4rem}.gallery_item-text-content--description{color:#75808a;flex:1;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:145%;max-width:420px}.gallery_item-text-content--description .btn-primary{background:#252d49;margin-top:10px}.gallery_item-text-content--description .btn-primary:hover{background:#233c5f}@media (max-width:991px){.gallery_item-image-content--image:not(:first-child),.gallery_item-text-content--description{max-width:40%}}@media (max-width:767px){.gallery_container,.gallery_item{gap:40px}.gallery_item-image-content{flex-direction:column}.gallery_item-image-content--image:not(:first-child){max-width:none}.gallery_item-text-content--title .h3{font-size:24px;margin:0}.gallery_item-text-content{flex-direction:column;gap:24px}.gallery_item-text-content--description{max-width:none}}