.icon-svg-img{
  display:flex;
  justify-content:center;
}

.card-title-p{
  font-size:28px;
  line-height:32px;
  font-weight:300;
  color:#003c75;
}
 .committed-to-supporting-section .field--items{
    padding: 0 15px;
  }
@media (min-width:768px){
    .card-title-p{
  font-size:25.2px;
  line-height:28.8px;
  font-weight:300;
  color:#003c75;
}
  .committed-to-supporting-section .field--items{
    display:flex;
    justify-content:space-between;
    
  }
  .cards-wrapper-div{
  margin-bottom:0px;
}
  .committed-to-supporting-section .field--item, .committed-to-supporting-section .field--items {
  overflow: hidden;
}
 
}

@media (min-width:1001px){
   .committed-to-supporting-section .field--item{
    max-width:307px;
  }
  .card-title-p{
  font-size:35px;
  line-height:40px;
  font-weight:300;
  color:#003c75;
}
}
@media (min-width:767px) and (max-width:1001px){
  .committed-to-supporting-section .field--item + .field--item{
    margin-left:15px;
  }
}