.header-content {
   position: relative;
   background-image: url(../../assets/image/header.jpeg);
   width: 100%;
   height: 640px;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   padding-top: 200px;
   &__title {
      color: rgb(29, 29, 29);
      font-weight: 700;
      font-size: 2rem;
      padding-bottom: 1rem;
   }
   &__text {
      font-size: 1rem;
      line-height: 2;
   }
 }

 .container-fluid {
   padding-right: 0;
   padding-left: 0;
 }