   .u-text {
       font-weight: 700;
       position: relative;
   }

   .u-text:before {
       content: '';
       position: absolute;
       width: 199px;
       height: 41px;
       background: url(images/spec.svg);
       background-repeat: no-repeat;
       background-position: center right;
       background-size: cover;
       bottom: -5px;
       right: -10px;
   }

   /* General Styles */
   #intro__group {
       padding: 0 64px;
       box-sizing: border-box;
   }

   /* Background Image Adjustments */
   @media (max-width: 1439px) {
       #intro__content-backgrounds {
           background-position: center center;
       }
   }

   @media (max-width: 979px) {
       #intro__content {
           padding: 48px 0;
       }
   }

   @media (max-width: 767px) {
       #intro__content {
           padding: 0;
           border-radius: 24px;
           overflow: hidden;
       }

       #intro__content-backgrounds {
           max-height: 276px;
           border-radius: 24px;
       }

       .lc-body-image__container {
           display: flex;
           border-radius: 0 0 24px 24px;
           max-width: 100%;
           padding: 30px 16px;
       }
   }


   .partners img {
       width: 200px;
       height: 75px;
       border-radius: 1.5rem;
   }