section.dtn-two-column-values{
    padding: 20px 0 32px;
  }

section.dtn-two-column-values p{
   line-height:28px !important;
  }

  section.dtn-two-column-values .text-wrap{
    padding: 10px;
    border: 1px solid #000;
    
  }

  section.dtn-two-column-values.blueround .text-wrap{
    border: 1px solid #00A5E6;
   
  }

  section.dtn-two-column-values.saffround .text-wrap{
   border: 1px solid #FF9100;
   
  }

  section.dtn-two-column-values.greenround .text-wrap{
    border: 1px solid #96C819;
  
  }
section.dtn-two-column-values.greyround .text-wrap{
    border: 1px solid #8C8C8C;
   
  }

  section.dtn-two-column-values .circle-image{
    background-color: #000;
    border-radius: 50%;
    padding: 16px;
  }

 section.dtn-two-column-values .circle-image img{
   width:100px;
  }

  section.dtn-two-column-values.blueround .circle-image{
    background-color: #00A5E6;
  }
  section.dtn-two-column-values.saffround .circle-image{
    background-color: #FF9100;
  }
  section.dtn-two-column-values.greenround .circle-image{
    background-color: #96C819;
  }
section.dtn-two-column-values.greyround .circle-image{
    background-color: #8C8C8C;
  }

@media(max-width:767px){
   section.dtn-two-column-values p,
   section.dtn-two-column-values .text-wrap p{
    font-size:16px;
  }
  
  section.dtn-two-column-values h4{
    font-size:22px !important;
}