.hscwic-wrapper {
  padding: 40px 6%;
  overflow: hidden;
}
.hscwic-wrapper .hscwic_row {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  justify-items: stretch;
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(400px,1fr);
  grid-template-rows: minmax(400px,1fr);
  font-size: 20px;
}
.hscwic-wrapper .hscwic_col {
  display: block;
  min-height: auto;
  margin: auto 0 auto auto;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid transparent;
  border-radius: 15px;
  background-color: transparent;
}
.hscwic-wrapper .hscwic-img {
  padding: 0;
  margin-right: auto;
  text-align: center;
}
.hscwic-wrapper .hscwic_col img {
  max-width: 100% !important; 
  Max-height; 400px
  object-fit: contain;
  height: auto;
  min-width: auto;
  margin: auto;
}

.hscwic-wrapper .hscwic_col p {
  line-height: 26px;
}
.hscwic-wrapper .hscwic_lists {
  margin-top: 15px;
}
.hscwic-wrapper .hscwic_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.hscwic-wrapper .hscwic_list_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: auto;
  min-width: 18px;
  margin-right: 10px;
  margin-left: 0;
  padding-top: 3px;
  padding-left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 40px;
  line-height: 40px;
}
.hscwic-wrapper .hscwic_list_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.hscwic-wrapper .hscwic_list_img img {
  display: inline-block !important;
  width: auto !important;
  max-width: 100% !important;
}
.hscwic-wrapper .hscwic_col .hscwic_list p {
  margin: 0;
}
.hscwic-wrapper .hs-btn {
  margin-top: 20px;
  margin-top: 20px;
  border-radius: 50px;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transform: none;
  padding:0px
}
.hscwic-wrapper .hs-btn:hover {
  text-decoration: underline;
}

.hscwic-wrapper .hscwic_col .wht_icon > img {
  position: static;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-right: 8px;
  margin-bottom: auto;
  text-align: left;
  margin-left: 0;
}
.hscwic-wrapper .hscwic_col .wht_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  background-color: transparent;
}


@media (max-width: 991px) {
  .hscwic-wrapper {
    padding: 40px 5%;
  }
  .hscwic-wrapper .hscwic_row {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 15px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .hscwic-wrapper.right .hscwic_row {
    flex-direction: column-reverse;
  }
  .hscwic-wrapper .hscwic_col {
    width: 100%;
  }
  .hscwic-wrapper .hscwic-img {
    text-align: center !important;
  }
  .hscwic-wrapper .hscwic-content {
    padding: 0;
    text-align: left;
  }
  .hscwic-wrapper .hscwic_col h2 {
    text-align: center;
  }
  .hscwic-wrapper.left .hscwic_col h2 {
    text-align: left;
  }
  .hscwic-wrapper .hscwic_lists {
    margin-top: 0;
    padding-top: 15px;
  }
  .hscwic-wrapper .hscwic_btn {
    text-align: center;
  }


}

@media (max-width: 767px) {
  .hscwic-wrapper {
    padding: 30px 5vw;
  }
  .hscwic-wrapper .hscwic_col h2 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .hscwic-wrapper.left .hscwic_col h2 {
    text-align: center;
  }
  .hscwic-wrapper .hscwic_col {
    margin-top: 10px;
  }
  .hscwic-wrapper .hscwic_list_img {
    margin-top: 4px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  
  .content-img-col.hscwic-wrapper .hscwic_row {
    row-gap: 45px!important;
  }

}

@media (max-width: 479px) {
  .hscwic-wrapper {
    padding: 25px 5% 30px;
  }
  .hscwic-wrapper .hscwic_col {
    margin-top: 0;
  }
  .hscwic-wrapper .hscwic_row {
    margin-top: 25px;
  }
  .hscwic-wrapper .hscwic_col h2,
  .hscwic-wrapper.left .hscwic_col h2 {
    text-align: left;
  }
  .hscwic-wrapper .hscwic_list_img {
    width: auto;
    max-width: 30px;
    min-width: 25px;
  }
  .hscwic-wrapper .hscwic_btn {
    text-align: left;
  }

}
