.section-head-blog{
  position: relative;
  padding: 60px 0 50px;
  background-image: url('../../assets/images/offres-head.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.section-head-blog::after{
  content:"";
  position:absolute; inset:0;
  background: url('../../assets/images/offres-gradient-head.svg') center bottom / cover no-repeat;
  z-index:1; pointer-events:none; opacity:.85;
}
.section-head-blog .content{ position:relative; z-index:2; text-align:center; }
.section-head-blog .title{ font-size:40px; color:#fff; font-weight:800; margin:0; }
.section-blog{
  margin-bottom: 50px;
}

.body-blog{

  padding: 30px 120px;
}
.content{
    border-radius: 20px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
}

.title-section{
  font-size: 28px;
  color: #e96002;
  margin-bottom: 10px;
}

.head-content{
  display: flex;
      flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;

}

.body-blog .desc{
  font-size: 15px;
  color: #000;
}

.body-blog h4{
  color: #e96002;
  font-size: 20px;
  font-weight: 700;
}

.body-blog i{
  color:#e96002;
}

.color-primary{
  color:#e96002;
}

.content-center{
      display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    margin-top: -10px;
}

.content-center .tl{
  color: #e96002;
}
@media (max-width: 992px){
 .body-blog{
    padding: 10px 10px;
  }
 .title-section{
  font-size: 25px;
  margin-bottom: 15px;
 }
 .body-blog .desc{
  font-size: 14px;
  line-height: 1.7;
 }
 .body-blog h4{
  font-size: 18px;
      margin-bottom: 5px;
 }
 .content-center
{
  margin-top: 0;
}


}

@media (max-width: 576px){
  .body-blog{
    padding: 10px 10px;
  }
 .title-section{
  font-size: 25px;
  margin-bottom: 15px;
 }
 .body-blog .desc{
  font-size: 14px;
  line-height: 1.7;
 }
 .body-blog h4{
  font-size: 18px;
      margin-bottom: 5px;
 }
 .content-center
{
  margin-top: 0;
}


}
