.main-benefit {
    /*margin-top: 64px;*/
    background-color: #ffffff;
}

.grey-background {
  min-height: 377px;
  background-color: #f4f4f4;
}

.seo-content {
    padding: 0px 20px;
    background-color: #1d4288;
    color: white
}

/* .main-benefit .section-img,
.main-benefit .section-content {
width: 50%;
} */

    /* .main-benefit .separate {
  width: 200px;
  height: 4px;
  background: #3eb049;
  margin-bottom: 34px;
} */

    /* .main-benefit .section-img img {
  height: 700px;
  width: 100%;
} */

.main-benefit .section-img {
   max-height: max-content;

}

.main-benefit .section-content {
  color: #096bf2;
}

.main-benefit .section-content h3 {
    /* font-weight: 600;
text-transform: capitalize;
margin-bottom: 35px;
padding-right: 40px;
font-family: Inter;
font-size: 40px;
line-height: 54px; */
    color: #1d4288;
    /* max-width: 578px; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main-benefit .section-content p {
    /* font-size: 16px;
line-height: 26px;
font-weight: 400;
font-family: Inter; */
    color: #202020;
    /* margin-bottom: 46px; */
    text-align: justify;
    overflow: auto;
}

.main-benefit .section-content .list-check-task {
  margin-bottom: 10px;
}

.seo-content-button {
  background-color: transparent;
  color: #1d4288;
  border: none;
  border-bottom: 2px solid #3eb049;
}
.main-benefit .section-content button {
    background-color: transparent;
    color: #1d4288;
    border: none;
    border-bottom: 2px solid #1d4288;
    /* font-family: Inter;
font-weight: bold;
padding: 5px 0px;
float: right; */
}

/* @media (min-width: 991.98px) and (max-width: 1199.98px) {
  .main-benefit .section-content h1 {
    line-height: 48px;
    font-size: 56px;
  }

  .main-benefit .section-content {
    padding: 0px 0px 0px 60px;
  }
} */

/* @media (min-width: 1199.98px) {
  .main-benefit .section-content h1 {
    line-height: 62px;
    font-size: 76px;
  }

  .main-benefit .section-content {
    padding: 60px 80px 20px;
  }
} */

@media (max-width: 991.98px) {
    .column-reverse {
        flex-direction: column-reverse;
    }
}
