html {
  font-size: 10px;
}

@media (max-width: 1550px) {
  html {
    font-size: 7px;
  }
}
.section-about .title {
  margin-bottom: 2.5rem;
}
.section-about .img-box {
  height: 56rem;
}
.section-about .blog-date {
  margin-top: 4rem;
  margin-left:-.5rem ;
  margin-right: -.5rem;
}
.section-about .blog-date p {
  align-items: center;
  background-color: #EDF2F7;
  border-radius: 50px;
  color: #000;
  font-size: 1.8rem;
  line-height: 2.4rem;
  display: inline-flex;
  padding: 1rem 2rem 1rem 1rem;
  margin: .5rem;
}
.section-about .blog-date p span {
  height: 26px;
  margin-right: 1rem;
}
.section-details {
  padding: 5rem 0;
}
.section-details .point-row + .point-row {
  margin-top: 3rem;
}
.section-details .text .h {
  margin-bottom: 2rem;
}
.section-details .text p,.blog-details-container  p {
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: #000;
}
.blog-details-container h3,h1,h2,h4,h5,h6{
  font-weight: 700;
  color: #000;
}
.blog-details-container h3{
  font-size: 2.8rem;
  margin: 2rem 0;
  font-weight: 700;
  color: #000;
}
.blog-details-container ul li{
  position: relative;
  margin: .5rem 0;
  padding-left: 2rem;
}

.blog-details-container ul li:after{
  background-color: #DA2125;
  top: 10px;
  left: 0;
  position: absolute;
  content: "";
  height: 6px;
  border-radius: 100%;
  width: 6px;
}

.blog-details-container ul ul li{
  position: relative;
  margin: .5rem 5rem;
  padding-left: 2rem;
}

.blog-details-container ul ul li:after{
  background-color: #000;
  top: 10px;
  left: 0;
  position: absolute;
  content: "";
  height: 6px;
  border-radius: 100%;
  width: 6px;
}


.section-details .text > ul {
  color: #000;
  margin-top: 2rem;
}
.section-details .text > ul > li {
  font-size: 2.4rem;
  font-weight: 700;
}
.section-details .text > ul > li + li {
  margin-top: 2rem;
}
.section-details .text > ul > li ul {
  margin-top: 1.6rem;
}
.section-details .text > ul > li ul li {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: normal;
  position: relative;
  padding-left: 3rem;
}
.section-details .text > ul > li ul li::after {
  content: "";
  position: absolute;
  background-color: #008EB2;
  border-radius: 100%;
  height: 1rem;
  left: 0;
  top: 1.4rem;
  width: 1rem;
}
.section-details .text > ul > li ul li + li {
  margin-top: 1.6rem;
}
.section-details .index {
  background-color: #EDF2F7;
  border-radius: 15px;
  padding: 3rem;
}
.section-details .index .h {
  color: #000;
  margin-bottom: 3rem;
}
.section-details .index ul li {
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: #000;
  position: relative;
  padding-left: 3rem;
}
.section-details .index ul li::after {
  content: "";
  position: absolute;
  background-color: #008EB2;
  border-radius: 100%;
  height: 1rem;
  left: 0;
  top: 1.4rem;
  width: 1rem;
}
.section-details .index ul li + li {
  margin-top: 2rem;
}

.section-about .img-box img {
  transform: none !important;
}
/*# sourceMappingURL=blogs-details.css.map */