
 #section-7 {
   margin-top: 70px;
 }

 .bg-section-7 {
   position: relative;
   z-index: 1;
   overflow: hidden;
   padding: 80px 0;
   background-color: #F6F5FA;
 }

 .bg-section-7::before {
   content: "";
   position: absolute;
   inset: 0;
   background-image: url("../img/bg-section-5.webp");
   background-size: cover;
   background-position: center;
   opacity: 2%;
   z-index: -1;
 }

 .bg-section-7 .description-section span {
   font-weight: bold;
 }

 .bg-section-7 .description-section {
   margin: 30px 0;
 }