

/*grow section*/
.grow-row .grow-card {box-shadow: 8px 8px 0px 0px #000000; border: 2px solid #000000; background: #FFFFFF; border-radius: 16px;transition: 0.3s ease;width: 100%;}
.grow-row .grow-card:hover {transform: translateY(-5px); }
.vc_row.grow-row {display: grid !important; grid-template-columns: 1fr 1fr 1fr; margin-inline: auto; gap: 35px; }
.grow-row .grow-card > .vc_column-inner {padding: 25px; }
.grow-card .simple-icon {margin-bottom: 15px; }
.grow-card .grow-title {font-family: 'Bree Serif' !important; font-weight: 400;    margin-bottom: 15px !important;}
.grow-card .grow-cont {margin-bottom: 15px; min-height: 72px; font-size: 16px; line-height: 1.5;}
.vc_row.grow-row:before {content: ""; background: url(/wp-content/uploads/2025/12/Layer-shap.svg) no-repeat; width: 190px; height: 185px; position: absolute; right: 0; top: 40px; background-size: contain; display: block !important; }
.grow-card .text-link a:after {content: ""; background: url(/wp-content/uploads/2025/11/arrow-narrow-right-blue.svg) no-repeat; display: block; width: 24px; height: 24px; background-size: contain; }

@media (max-width: 1200px) {
.vc_row.grow-row { gap: 25px;}
}

@media (max-width: 960px) {
/*grow section*/
.vc_row.grow-row { grid-template-columns: 1fr 1fr;}


}



@media (max-width: 767px) {
/*grow section*/
.vc_row.grow-row {grid-template-columns: 1fr;position:relative; }
.vc_row.grow-row:before{width: 100px; height: 105px;right: 10px;top: -50px;}

}