.three_col_module {
  padding-top: 100px;
}
.three_col_module .column_inner_wrapper {
  width: 100%;
}
.three_col_module .header_wrap {
  width: 100%;
}
.three_col_module .title * {
  padding-bottom: 24px;
  font-weight: 700;
}

.three_col_module .content {
  padding-top: 24px;
}

.three_col_module .column_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding-top: 75px;
}

.three_col_module .column_section {
  border: 1px solid #d4d5d8;
  border-radius: 8px;
  width: calc(33.33% - 21.33px);
  padding: 20px 20px;
  flex-direction: column; 
  display: flex;
}
}

.three_col_module .icon_section {
  padding-top: 14px;
}
.three_col_module .description.sds-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-grow: 1;

}
.three_col_module .description.sds-banner h2 {
  margin-bottom: 0;
  padding-top: 20px;
  font-weight: 600;
  color: #001323;
}
.three_col_module .column_btn {
  padding-top: 20px;
}
.three_col_module .column_btn a {
  color: #55ad40;
  text-decoration: none;
  position: relative;
}
.three_col_module .column_btn a:after {
  content: "";
  border-bottom: 1px solid #55ad40;
  border-right: 1px solid #55ad40;
  position: absolute;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 10px;
  right: -13px;
  transform: rotate(323deg);
}

.three_col_module .column_section:hover {
  box-shadow: 0px 7px 10px -2px #0000001A;
}
.three_col_module .item-title * {
  font-size:22px;
  line-height:39px;
  font-family: 'Open Sans', Arial, sans-serif;
}
.three_col_module .item-title {
  margin: 20px 0 32px;
}
/* .three_col_module .description.sds-banner a {
  color: inherit;
} */
@media screen and (max-width:991px) {
  .three_col_module .column_section {
    width: calc(50% - 21.33px);
  }
  .three_col_module .sds-site-wrapper.h-padding {
    padding: 20px;
  }
}
@media screen and (max-width:767px) {
  .three_col_module .column_section {
    width: 100%;
  }
  .three_col_module {
    padding-top: 23px;
  }
  .three_col_module .column_wrap {
    padding-top: 44px;
  }
}



