.gbp-image-text{margin-top:48px;margin-bottom:48px;align-items:stretch;}
.gbp-image-text-image{display:flex;}
.gbp-image-text-image img{display:block;width:100%;height:100%;object-fit:cover;border-radius:22px;box-shadow:0 10px 30px rgba(16,34,56,.10);}
.gbp-image-text-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:10px 0;}
.gbp-image-text-title{margin:0 0 14px;color:#102238;font-size:32px;line-height:1.2;font-weight:800;}
.gbp-image-text-subtitle{margin:0 0 22px;color:#4d858d;font-size:15px;line-height:1.3;font-weight:700;text-transform:uppercase;letter-spacing:.08em;}
.gbp-image-text-text{font-size:17px;line-height:1.6;color:#30445d;}
.gbp-image-text-text>*:first-child{margin-top:0;}
.gbp-image-text-text>*:last-child{margin-bottom:0;}
.gbp-image-text-button{display:inline-flex;align-items:center;gap:16px;margin-top:30px;padding:14px 22px;border-radius:30px;background:#4d858d;color:#fff!important;font-size:16px;font-weight:700;line-height:1.2;text-decoration:none!important;transition:transform .2s ease,background .2s ease;}
.gbp-image-text-button span{font-size:20px;line-height:1;transition:transform .2s ease;}
.gbp-image-text-button:hover{background:#3f7178;color:#fff!important;transform:translateY(-2px);}
.gbp-image-text-button:hover span{transform:translateX(4px);}
@media(max-width:1100px){
	.gbp-image-text-title{font-size:28px;}
	.gbp-image-text-text{font-size:16px;}
}
@media(max-width:767px){
	.gbp-image-text{margin-top:36px;margin-bottom:36px;}
	.gbp-image-text-image{order:1!important;}
	.gbp-image-text-content{order:2!important;padding:0;}
	.gbp-image-text-image img{height:auto;border-radius:18px;}
	.gbp-image-text-title{font-size:25px;margin-bottom:12px;}
	.gbp-image-text-subtitle{margin-bottom:18px;font-size:14px;}
	.gbp-image-text-text{font-size:17px;}
	.gbp-image-text-button{margin-top:24px;}
}