/* Media Query for Max-width */
/* Media Query for Min-width */
/* Media Query for Min & Max Width */
/* Media Query for Max Height */
/* Media Query for Min Height */
/*======= Flex Functions and Prefix Start */
/* Flex - Justify , Align */
/*  Flex Justify */
/*  Flex - Align */
/* Flex Direction */
/*======= Flex Functions and Prefix End */
/*======= Position Property Start */
/* Position Absolute Center */
/* Position Zero */
/*======= Position Property End */
/*  Text Font Properties */
/*  Custom Overlay */
/*  Transition */
/*  ::before */
.centrico-blog-detail {
  max-width: 1440px;
  padding: 0 80px;
  margin: auto;
}
@media (max-width: 768px) {
  .centrico-blog-detail {
    transition: 0.5s;
    padding: 0 40px;
  }
}
@media (max-width: 576px) {
  .centrico-blog-detail {
    transition: 0.5s;
    padding: 0 20px;
  }
}
.centrico-blog-detail__blog {
  position: relative;
}

.centrico-blog-detail__blog__text ul {
    font-family: Avenir-Next-Regular, Poppins-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #20425A;
    margin-bottom: 18px;
}

.centrico-blog-detail__blog__img {
  max-height: 400px;
  overflow: hidden;
  border-radius: 25px;
}
.centrico-blog-detail__blog__img img {
  width: 100%;
}
.centrico-blog-detail__blog__text {
  margin-bottom: 50px;
}
.centrico-blog-detail__blog__text__links-heading a {
  display: inline-block;
  padding: 3px 10px 3px 12px;
  background-color: #2b5e83;
  text-decoration: none;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 7px 50%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 7px 50%);
  font-family: Poppins-Light;
  font-size: 12px;
  text-transform: capitalize;
  margin-inline-end: 15px;
  width: fit-content;
  margin-bottom: 15px;
}
.centrico-blog-detail__blog__text__links-heading h1 {
  font-family: Poppins-SemiBold;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 52px;
  /* identical to box height */
  text-align: left;
  color: #20425a;
  margin-bottom: 30px;
  max-width: 1000px;
}
.centrico-blog-detail__blog__text p {
  font-family: Avenir-Next-Regular, Poppins-Regular;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
  /* or 200% */
  letter-spacing: 0.02em;
  color: #20425A;
  margin-bottom: 18px;
}
.centrico-blog-detail__blog__text h2 {
  margin-bottom: 20px;
}
.centrico-blog-detail__blog__text figure {
  border-left: 5px solid #db7b7b;
  padding-inline-start: 60px;
  margin-top: 10px;
  margin-bottom: 18px;
}
.centrico-blog-detail__blog__text figure blockquote {
  font-family: Avenir-Next-Regular, Poppins-Regular;
  font-size: 28px;
  line-height: 40px;
  /* identical to box height */
  text-align: left;
  color: #20425a;
  margin-bottom: 10px;
}
.centrico-blog-detail__blog__text figure figcaption,
.centrico-blog-detail__blog__text figure cite {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  letter-spacing: 0.175em;
  text-transform: uppercase;
  color: #4fc1b0;
}
