

.col-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;  
}

.usp-wrapper {
 height: 100vh;
    overflow: scroll; 
}

.usps-030 {
    display: flex;
    align-items: center;
    padding: 40px 0px;
}

.usp-card {
  float:left;
}
  
.usp-cards-wapper{
    text-align: center;
    display: flex;
    flex-direction: row;
    float: none;
    margin-left: 0;
    width: auto;
    gap: 20px;
    min-height: 175px;
}

.usp-image {
  margin: auto;
  background-color: #d72a32;
  border: 10px solid #d72a32;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
    height: 150px;
  width: 150px;
}

.usp-headline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  overflow: auto;
}

.usp-headline h3 {
    hyphens: auto;
    font-size:16px;
    line-height:24px;
    color: #fff;
}

.usp-body {
  font-weight: 600;
  font-family:Roboto;
  font-size:18px;
  line-height:24px;
  text-align:center;
  color: #000;
  padding: 0px 10px 0px 10px;
  font-size:16px;
  line-height:24px;
  margin-top:16px;
}
  
.usp_ctaButton {
}

/*
@media only screen and (max-width: 1140px) and (min-width: 601px)  {

  .usp-card {
   margin: 0px !important; 
  }
  
}
*/

@media only screen and (max-width: 600px) {

 .usp-cards-wapper{
    text-align: center;
    display: flex;
    flex-direction: column;
    float: none;
    margin-left: 0;
    width: auto;
    gap: 20px;
}
  
  
}
*/