.three_col_inner_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  justify-content: center;
}
.three_col_wrapper h2 {
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins,sans-serif;
  font-weight: 600;
  font-size:28px;
  line-height:34px;
}
.box_block {
  width: calc(33.33% - 11px);
  margin-right: 16px;
  margin-bottom: 20px;
  border: 2px solid #E7E7E7;
  border-radius: 32px;
  padding: 35px;
  text-align: center;
}
.box_block:nth-child(3n) {
  margin-right: 0;
}
.box_block:last-child{
  margin-right: 0 !important;
}
.three_col_wrapper {
  padding: 120px 0;
}
.box_block h4 {
  line-height:34px;
  font-size: 28px;
  font-weight: 600;
  margin-top: 10px;margin-bottom: 12px;
}

@media (max-width:1023px){
  .box_block:nth-child(3n) {
    margin-right: 16px;
  }
  .box_block:nth-child(2n) {
    margin-right: 0;
  }
  .box_block {
    width: calc(50% - 8px);
  }
}


@media (max-width:767px){
.three_col_wrapper {
    padding: 60px 0;
}
}

@media (max-width:580px){
.three_col_wrapper {
    padding:60px 0;
}
  .box_block:nth-child(3n) {
    margin-right: 0;
  }
  .box_block:nth-child(2n) {
    margin-right: 0;
  }
  .box_block {
    width:100%;
    margin-right: 0;
    border-radius: 18px;
    padding: 25px 16px;
  }
  {#added as asked https://www.figma.com/design/RV7eXxdXwhZCOBdsUJpedO?node-id=6471-3188#1704853787#}
.box_block h4 {
  line-height:32px;
  font-size: 24px;
}
}