.blog__header_post{
   background-color: #0a0f24;
  position:relative;
  padding-top: 40px;
  z-index:1;
}
.blog__header_post::after{
 content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color:#fff;
  z-index: -1;
}
.blog__header_post p.date{
  font-size: 13px;
}
.blog__intro_txt{
  text-align: center;
  padding: 50px 0;
}
.blog__intro_txt .category{
 padding: 10px 30px;
  border-radius: 20px;
  background-color: #ffb934;
  width: auto;
  display: inline-block;
    font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #0a0f24;
}
.blog__intro_txt .date{
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #949fad;
}
.blog__intro_txt h1{
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.img__post_intro{
  width: 100%;
  height: 626px;
   border-radius: 8px;
  background-color:#949fad;
  overflow:hidden;
}
.img__post_intro img{
  height: 100%;
  width: 100%;
  object-fit:cover;
}

.card-grid-posts{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap:20px;
}
.card-grid-posts .post__content{
  padding-top: 24px;
}
.info-post.avatar{
  display: flex;
    justify-content: flex-start;
    align-items: center;
}
.info-post.avatar img{
  margin: 0;
  margin-right: 28px;
  width: 64px;
  height: auto;
}
.info-post.avatar p .name{
  font-size: 20px;
  font-weight: bold;
  color: #0a0f24;
}
.info-post.avatar p .date{
  font-size: 15px;
  color: #949fad;
}
 
@media(max-width:1000px){
  .card-grid-posts{
    grid-template-columns: repeat(2, 1fr);
  }
  
}

@media(max-width:780px){
  .blog__header_post::after{
    height: 100px;
  }
  .blog__header_post{
    padding-top: 20px;
  }
  .blog__intro_txt {
    padding: 20px 0;
  }
  
  .blog__header_post > div{
     width:100%;
    }
  .blog__header_post .img__post_intro {
        height: 300px;
    }
  .blog__header_post>div:last-child {
    padding: 20px 20px;
  }
  .blog__header_post {
    min-height: auto;
  }
}
@media(max-width:600px){
  .card-grid-posts{
    grid-template-columns: 1fr;
  }
 
  .blog__header_post .img__post_intro {
        height: 200px;
    }
  .blog__intro_txt h1 {
    font-size: 38px;
  }
}
.blog-post__body > span > p:first-child{
  font-size: 26px;
  font-weight: 500;
  color: #0a0f24;
  border-bottom: solid 1px #dbdfe3;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.info-post p{
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #949fad;
  margin: 24px 0 5px 0;
}
.btn__link{
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #f7822c;
  text-decoration: underline;
}
.image__Post{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

p.category{
 font-size: 15px;
   letter-spacing: 1.5px;
  color: #0a0f24;
  text-transform:uppercase;
   background-color: #ffa701;
  padding: 10px 30px;
  border-radius: 20px;
  display: inline-block;
   font-weight: bold;
  position: relative;
  z-index:1;
}
 .meta_description{
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color:#717f95;
}
p.title__post a{
  color:#0a0f24;
  text-decoration: none!important;
}
p.title__post{
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
}
.card-grid-posts .img__post{
border-radius: 8px;
  overflow:hidden;
  width: 100%;
  height:310px;
  position: relative;
}
.img__post img, .no_img{
  width: 100%;
  height:100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.no_img{
 background-color:#edeff2;
  opacity: .5;
}
.blog-post__body h2{
  font-size: 35px !important;
  font-weight: bold;
  letter-spacing: normal;
  text-align: left;
  color: #0a0f24 !important;
}
.blog-post__body h3{
  font-size: 22px !important;
  font-weight: bold;
  text-align: left;
  color: #0a0f24 !important;
}
.blog-post__body a{
font-weight: 600;
  font-style: italic;
  color: #f7822c;
  text-decoration: undeerline;
}
.blog-post__body li, .blog-post__body p{
  font-size: 20px !important;
  font-weight: normal !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25 !important;
  letter-spacing: normal;
  text-align: left;
  color: #404041 !important;
  font-family: AvenirNext, sans-serif !important;
}
.blog-post__body ol,.blog-post__body ul{
  margin: 15px 0;
}
.blog-post__body li{
  padding: 6px 0 ;
  position: relative;
}
.blog-post__body ol{
  padding-left:35px;
}
.blog-post__body ol li {
    counter-increment: my-awesome-counter;
      list-style: none;
}
.blog-post__body ol li:before {
 color: #f7822c;
  content: counter(my-awesome-counter) ". ";
  font-size: 20px;
  font-weight:bold;
  left: -35px;
  position: absolute;
  top: 6px;
}
.blog-post__body li::marker{
  color: #ffa701;
}
display:block;
}

.blog-post__body-wrapper {
    margin: 0 auto;
    max-width: 730px;
}
.logo__post{
  text-align: center;
   border-bottom: 1px solid  #707070;
    padding: 35px 0;
    padding-bottom: 60px;
}
.aside_categories{
  padding: 0;
  margin: 0;
  list-style: none;
}
.overline{
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.5px;
  text-align: left;
  color: #0a0f24;
  text-transform: uppercase;
}
.aside_categories li{
   font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
}
.aside_categories li a{
   
  color: #717f95;
  display: block;
  padding: 15px 20px;
  text-decoration: none!important;
}
.aside_categories li a:hover{
   color: #0a0f24;
  background-color: #fff6e5;
  font-weight: bold;
}
.cnt_share{
  margin-top: 60px;
  padding: 50px 0;
  border-top: solid 1px #dbdfe3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 20px;
}
.cnt_share p{
  margin: 0;
}
.cnt_share ul {
  padding: 0;
  margin: 0;
  list-style: none !important;
  display: flex;
  column-gap: 10px;
}
.cnt_share ul li::marker{
  display: none;
}
.cnt_share li a{
   text-decoration: none!important;
 border-radius: 5px;
  border: solid 1px #b8bfca;
   color: #4d5f7a;
   font-size: 13px;
  font-weight: 500;
  padding: 5px;
      display: flex;
    align-items: center;
    justify-content: center;
   min-width: 35px;
  height: 35px;
}
.cnt_share ul li a:hover{
 color: #f7822c;
  border: solid 1px #f7822c;
}
.cnt_share ul li a:hover path{
 fill: #f7822c !important;
}
.section_content{
  padding: 60px 0;
}

.section_related_post{
  padding: 120px 0px;
  background-color: #f7f8f9;
}
.title_blog-more span{
    color:  #ffa701;
      text-transform: capitalize;
}
.blog-more {
    padding: 50px 0;
}
.suscribe_aside{
  border-top: solid 1px #dbdfe3;
  padding-top: 100px;
  margin-top: 60px;
}
.blog-post__body blockquote{
  border-left: 5px solid #ffa701;
  margin: 25px 0;
  padding: 10px 24px;
  padding-left: 35px;
   font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #717f95; 
  padding-bottom: 15px;
}
.blog-post__body blockquote p,.blog-post__body blockquote p span{
   font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #717f95;
}
.blog-post__body iframe{
  max-width: 100%;
}
.blog-post__body img{
  height: auto;
}
@media(min-width: 770px){
  .blog-post__body{
    padding-left: 20px;
  }
}
@media(max-width:768px){
  .flx-reverse-mb{
    display: flex;
    flex-direction: column-reverse;
  }
  aside{
        border-top: 1px solid #dbdfe3;
    margin-top: 50px;
    padding-top: 50px;
  }
}

@media(max-width:500px){
  .blog-post__body blockquote p,.blog-post__body blockquote p span{
   font-size: 16px;
}
  .title_blog-more{
    font-size: 32px;
  }
  .blog-post__body > span > p:first-child{
    font-size: 18px;
  }
  .blog-post__body li, .blog-post__body p{
    font-size: 17px !important;
  }
  .blog-post__body ol li:before {
    color: #f7822c;
    content: counter(my-awesome-counter) ". ";
    font-size: 17px;
    font-weight: 700;
    left: -35px;
    position: absolute;
    top: 6px;
  }

}
#getLink.copy span{
  position: relative;
  display:flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
#getLink.copy{
  border: solid 1px #ffa701;
}
#getLink.copy span::before{
  content: "";
  border: 2px solid #ffa701;
  border-left: none;
  border-top: none;
  height: 16px;
      top: -2px;
    position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}