.main-image {
  border-radius: 8px;
  margin-bottom: 20px;
}

.blog-infto {
  padding-bottom: 24px;
  border-bottom: 1px solid #e3e4e8;
  padding-top: 80px;
  position: relative;
}

.blog-infto::after {
  position: absolute;
  content: "";
  height: 292px;
  width: 100%;
  background: linear-gradient(
    45deg,
    #fff8e6 0.82%,
    #ffffff 33.54%,
    #fff8f8 65.32%,
    #fff6ec 100%,
    #ffdd84 100%
  );
  top: 0;
  right: 0;
  z-index: -1;
}

.blog-infto h1 {
  font-size: 32px;
  font-weight: 800;
  line-height: 55.27px;
  text-align: center;
  color: #383838;
}

.blog-info {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.55px;
  color: #7e7e7e;
  margin-bottom: 0;
}

.blog-body {
  padding-top: 24px;
}

.blog-body h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 41.45px;
  text-align: right;
  color: #1f3624;
  margin-bottom: 20px;
}

.blog-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.64px;
  text-align: right;
  color: #333333;
}

.blog-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-body li {
  margin-bottom: 16px;
  padding-right: 14px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.64px;
  text-align: justify;
}

.blog-body li::before {
  position: absolute;
  content: "";
  background: #e1a119;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  right: 0;
  top: 10px;
}

.blog-body img {
  margin-top: 66px;
  border-radius: 16px;
  width: 100%;
  margin-bottom: 34px;
}

.border-in-blog {
  width: 75%;
  height: 2px;
  background: #e6e6e6;
  display: flex;
  margin: 20px auto;
}

.text-border-right {
  position: relative;
  padding: 14px 24px 14px 0;
  border-right: 4px solid #939691;
  margin-bottom: 80px;
}

.text-border-right p {
  font-size: 16px;
  font-weight: 700;
  line-height: 27.64px;
  text-align: right;
  color: #333333;
  margin-bottom: 0;
}

@media only screen and (max-width: 990px) {
  .blog-infto {
    padding-top: 20px;
    padding-bottom: 16px;
  }

  .blog-infto h1 {
    font-size: 20px;
    line-height: 34.55px;
    margin-bottom: 20px;
  }

  .blog-infto::after {
    height: 115px;
  }

  .blog-info,
  .text-border-right p {
    font-size: 14px;
  }

  .blog-body {
    padding-top: 16px;
  }

  .text-border-right {
    padding: 12px 20px 12px 0;
    margin-bottom: 40px;
  }

  .blog-body h6 {
    font-size: 20px;
    line-height: 34.55px;
  }

  .blog-body p,
  .blog-body li {
    font-size: 14px;
    line-height: 24.18px;
  }

  .blog-body img {
    margin-top: 24px;
    margin-bottom: 40px;
  }

  .border-in-blog {
    margin: 16px auto;
  }
}
