:root {
    --blue: #68ace5;
}
      
        @media only screen and (max-width: 767px){
        .text-justify{
        text-align: left !important;
}
          .sectionTitle {
    font-size: 30px !important;
}
        
      }

.sectionTitle {
    font-weight: 500 !important;
    line-height: 1.2;
}

.text-blue {
    color: var(--blue);
}
      
      .nav-mobile {
        display: block;
      }
      
      .nav-list {
        width: 100vw;
        height: 80vh;
        top: 60px;
        left: 0;
        background: white url('../upload/group_58.png') center no-repeat;
        position: fixed;
        font-family: 'Barlow';
        font-weight: 500;
        display: none !important;
        
        @media(min-width: 1269px) {
          top: 100px;
        }
        
        
        li {
          margin-left: 50%;
        }
        
        a{
          transition: 0.3s;
          text-align: left;
        }
        
        a:hover, a.active {
          font-weight: 700 !important;
          &::before {
            font-family: 'Font Awesome 5 Free';
            content:'\f061';
            font-weight: 900;
            margin-right: .5rem;
          }
          
          &::after {
            display: none;
          }
        }
      }
      
      .nav-mobile:has(#nav-toggle.active) + .nav-list {
        display: block !important;
      }
      
      @media only screen and (min-width: 768px){
             .logoMenu{
height: 48px !important;
}
        
      }