  div#second-section {
    transform: skew(0deg, -2deg) !important;
}
.wrapper_card {
    column-gap: 9.75em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: auto;
    max-width: 68.25em;
    row-gap: 4.875em;
    width: 100%;
}
.icon-box-container {
    width: 16.25em !important;
}
.wrapper_card {
    column-gap: 5em;
}

@media only screen and (max-width:860px) {
.wrapper_card {
    column-gap: unset;
    width: 100%;
    justify-content: space-between;
}
}

.icon-box-container{width:100%;text-align:center;}
.imagesetting_here {width: 222px;margin: auto;overflow: hidden;height: 169px;}
.imagesetting_here img {width:100%;height:100% !important;object-fit:none;}
.row wrapper_card p{margin:0px;}
 
/* mobile media query ---- start here  */

@media only screen and (max-width: 1290px) {
  .imagesetting_here img {
    object-fit: scale-down !important;
}
}

@media only screen and (max-width: 767px) {
  
  .icon-box-container {
    width: 16.25em !important;
    margin: 0px auto;
}
.imagesetting_here img {
    object-fit: scale-down !important;
    width: 180px;
    height: auto !important;
}
  .wrapper_card {flex-direction: column;}
  .icon-box-container {width: 100%;}  
  .wrapper_card_heading{font-size:30px;line-height:30px;text-transform:uppercase;}
  .wrapper_card_paragraph{font-size:14px;line-height:20px}
  .wrapper_card { grid-template-columns: 1fr; }
  .imagesetting_here {
    height: auto !important; 
    margin: auto !important; 
    overflow: hidden;
    width: fit-content;
}
  .imagesetting_here img {
    height: 100% !important;
    object-fit: unset !important; 
    width: revert-layer !important; 
}
  .imagesetting_here img {
    object-fit: scale-down !important;
}
}

@media only screen and (max-width: 1366px) and (min-width: 1024px)  {
.wrapper_card {
    column-gap: 5.75em !important;
    max-width: 77.77em !important;
    margin: auto;
}
.imagesetting_here img {
    width: 45% !important;
    height: auto !important;
    object-fit: unset !important;
}
}

/* mobile media query ---- end here  */

