#block-views-block-why-onrobot-block-1 {
    background-color: #499dda;
}
.benefit-section-block-title {
    text-align: center;
    font-size: 30px;
    color: white;
    font-weight: 400;
    margin-top: 60px;
    margin-bottom: 40px;
}
.benefit-section-table {
    max-width: 1300px;
    margin: 0 auto 60px auto;
}
.benefit-section-image img {
    width: 96px;
}
.benefit-section-image {
    text-align: center;
    padding-bottom: 30px;
}
.benefit-section-table tr td {
    width: 33.33%;
}
td.benefit-text {
    vertical-align: text-bottom;
}
.benefit-section-title {
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 0 60px;
    vertical-align: top;
}
.benefit-section-description {

    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 400;
    padding: 0 60px;
    line-height: 1.4;
    vertical-align: middle;
}
.benefit-section-mobile {
    display: none;
}
@media (max-width: 1000px) {
  .benefit-section-title {
        padding: 0 30px;
  }
   .benefit-section-description {
        padding: 10px 30px 0 30px;
   }
}
@media (max-width: 767px) {
  .benefit-section-mobile tr td {
    width: 100%;
    display: block;
  }
  .benefit-section-mobile {
      display: block;
  }
  .benefit-section {
      display: none;
  }
  .benefit-section-mobile td.benefit-section-image {
      padding-top: 50px;
  }
  .benefit-section-mobile .benefit-section-block-title {
      margin-bottom: 0;
  }
  
}