.four-column-txt-img-module .section-header {
  text-align:center; 
  margin-bottom:62px;
}
.four-column-txt-img-module .section-header h2{
  letter-spacing: -3.26px; 
}
.four-column-txt-img-module .content-text > *:last-child{
margin-bottom:0;
}
.four-column-txt-img-module .content-text h1,
.four-column-txt-img-module .content-text h2,
.four-column-txt-img-module .content-text h3,
.four-column-txt-img-module .content-text h4,
.four-column-txt-img-module .content-text h5,
.four-column-txt-img-module .content-text h6{
color:var(--color-primary);
}
@media(min-width:1025px){
  .four-column-txt-img-module .section-header p{
    font-size:22px; 
  }
}
.four-column-txt-img-module .column-group {
  display: flex;
  flex-wrap: wrap;
  gap:36px;
}
.four-column-txt-img-module .column-group .column-item {
  flex: 1 1 calc((100% - 3 * 36px) / 4);
  max-width: calc((100% - 3 * 36px) / 4);
  box-sizing: border-box;
  position: relative;
  padding-bottom: 30px;
}

.four-column-txt-img-module .column-group .button-text {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding-top: 30px;
}
.four-column-txt-img-module .column-group .column-item .image-container {
  margin-bottom: 10px;
  max-width:40px;
}
.four-column-txt-img-module .column-group .column-item .image-container img{
width:100%;
display:block;
}
.four-column-txt-img-module .column-group .column-item h6{
  line-height:1.2; 
}
.four-column-txt-img-module .column-group .column-item h6 span{
  color:#1F89DE;
}
.four-column-txt-img-module .column-group .column-item p{
  letter-spacing:-0.16px;
  line-height:1.4;
}
.four-column-txt-img-module .column-group .column-item .button-text svg {
  vertical-align: middle;
  transition: transform 0.3s ease;
}

.four-column-txt-img-module .column-group .column-item .button-text svg {
  transition: transform 0.3s ease;
}
.four-column-txt-img-module .column-group .column-item .button-text a.button-link:hover svg {
  transform: translateX(4px);
}

.four-column-txt-img-module .main-image .image-container {
  max-width: 880px;
  margin: 140px auto 0;
}

.four-column-txt-img-module .main-image:after {
  position: absolute;
  content: "";
  background: url(https://351374.fs1.hubspotusercontent-na1.net/hubfs/351374/CF%202025/Rectangle%204.png) no-repeat;
  background-size: cover;
  background-position: center;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.video-master{
//  will-change: clip-path;
  max-width:100%;
  height:auto;
  width: 100%;
  object-fit: cover;
 // clip-path: inset(30% 30%);
  transition: clip-path 0.8s cubic-bezier(0.77,0,0.18,1);
  border-radius:20px;
}

.video-master.animate {
  clip-path: inset(0px 0%);
  transition: clip-path 1s ease-out;
}


.main-image {
  text-align: center;
  padding-top: 150px;
  overflow:hidden;
}

@media(max-width:767px){
  .four-column-txt-img-module .column-group .column-item {
    flex: 1 1 calc((100% - 3 * 36px) / 3);
    max-width: calc((100% - 3 * 36px) / 3);
  }
  .main-image{
    padding-top:80px;
  }
}

@media(max-width:600px){
  .four-column-txt-img-module .column-group { 
    gap:20px;
  }
  .four-column-txt-img-module .column-group .column-item {
    flex: 1 1 calc((100% - 2 * 20px) / 2);
    max-width: calc((100% - 2 * 20px) / 2);
  }
}

@media(max-width:580px){
  .four-column-txt-img-module .column-group .column-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}