.three_col_outer_sec h2 {
  margin-bottom: 40px;
}
.three_col_outer_sec .desc {
  max-width: 885px;
  margin: 0 auto;
}
.three_col_outer_sec {
  border-top: 1px solid #67bbbc;
  padding: 70px 0;
  text-align: center;
}
.three_col_inner_sec {
  display: flex;
  flex-wrap: wrap;
  margin: 65px 0 0;
  justify-content: center;
}
.three_col_inner_sec:first-child{
  margin-top:0;
}
.three_col {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  margin-bottom: 50px;
}
.three_col:nth-child(3n) {
  margin-right: 0;
}
.three_col:last-child {
  margin-right: 0 !important;
}
.three_col h5 {
  color: #152f2e;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 15px;
  min-height: 35px;
}
.three_col .summary {
  margin: 30px auto 0;
  max-width: 250px;
}
.three_col .summary, .three_col .summary p {
  font-size: 14px;
  line-height: 22px;
  color: rgb(48, 48, 48);
  font-weight: 400;
  text-align: left;
}
.image img {
  height: 350px;
  object-fit: cover;
  object-position: center left;
}
.img_bottom_content {
  border: 1px dashed #67bbbc;
  margin: 0 0 40px;
  padding: 25px 6%;
}
@media (max-width:992px){
  /*   .img_bottom_content {
  display: none;
} */
}


{#.three_col .image a {
  background-repeat: no-repeat;
  background-position: center;
  padding: 65% 0;
  display: block;
  background-size: cover;
}#}

@media (max-width:767px){
  .three_col {
    width: calc(50% - 15px);
  } 
  .three_col:nth-child(3n) {
    margin-right: 20px;
  }
  .three_col:nth-child(2n) {
    margin-right: 0;
  }
  .three_col_inner_sec {
    justify-content: center;
  }
  .article_sec .three_col_inner_sec {
    margin-top: 50px;
  }
  .article_sec .three_col_inner_sec:first-child{
    margin-top:0;
  }
}
@media (max-width:600px){
  .three_col {
    width: 100%;
    margin-right: 0;
  } 
  .three_col:nth-child(3n) {
    margin-right: 0;
  }
  .three_col h5 {
    min-height: unset;
  } 
}