.parent_banner {
  border-radius: 20px;
  overflow: hidden;
  background: #E6E6E6;
}
.parent_banner-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.title_light {
  color: #3E92CC;
}
.title.title_light
{
  font-size: 24px;
}
.blog_sm-banner {
  background: #edf4ff;
  padding: 10px;
  border-radius: 10px;
  align-items: center;
}
.blog_sm-img {
  min-width: 320px;
  border-radius: 10px;
  overflow: hidden;
  min-height: 130px;
  max-height: 280px;
}
.blog_sm-title {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  left: 0;
  background: #2596be;
  padding: 8px;
}
.blog_sm-img img {
  width: 320px;
}
@media screen and (max-width:767px) {
  .blog_sm-banner {
      flex-direction: column;
  }
  .title_light_diff {
    font-size: 14px !important;
}
}

@media screen and (max-width:420px) {
  .blog_sm-img img {
      width: 100%;
  }
}
.between_card-table {
  border-color: #e2d3ae;
}
.between_table-body .table_content-row:nth-child(even) {
  border-bottom: 2px solid #bbbbbb;
  border-top: 2px solid #bbbbbb;
}
.between_section {
  border: 1px solid #bbbbbb;
  border-radius: 20px 20px 30px 30px;
  background: #2596be;
  padding-bottom: 1.1rem;
}
.between_card-title {
  background-color: #edf4ff;
  border-radius: 20px 20px 0px 0px;
}
.title_light_diff {
  color: #3E92CC;
  font-size: 24px;
}
.between_table-head {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background: #3E92CC;
}
.between_table-content {
  border-radius: 0px 0px 20px 30px;
  border-bottom: 10px solid #bbbbbb;
}
.between_table-body {
  border: 2px solid #bbbbbb;
  border-radius: 10px;
}
.table_content-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.table_content-column {
  padding: 10px;
}
.table_content-column p{
  color: #3E92CC;
}
.between_table-body .table_content-column:nth-child(even) {
  border-right: 2px solid #bbbbbb;
  border-left: 2px solid #bbbbbb;
}

.right_parent_img img {
  border-radius: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width:480px) {
  .table_content-column p {
      font-size: 12px;
      line-height: 16px;
  }

  .between_table-body .table_content-row .table_content-column:first-child {
      width: 100px;
      hyphens: auto;
  }

  .table_content-column {
      hyphens: auto !important;
  }
  .mob_100
  {
    width:90px;
  }
}