* {
    box-sizing: border-box;
  }
.aboutUsContainer {
    position: relative;
    width: 100%;
    max-width: 1366px;
    height: auto;
    display: flex;
    
   
   
    
    margin: auto;
    color: #fff;
    flex-direction: column;
}
.aboutUsContainer-title {
    font-size: 48px;
    line-height: 41.28px;
    font-weight: 700;
    font-family: 'Bebas Neue Pro';
    margin-bottom: 40px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
.aboutUsMain {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    width: 100%;
}
.aboutUsMain-title {
    font-size: 30px;
    line-height: 30.96px;  
    font-family: 'Bebas Neue Pro';
    text-transform: uppercase;
}
.aboutUsMain-info {
    font-size: 16px;
    margin-top: 24px;
    line-height: 22.4px;  
    font-weight: 500;
}
.aboutUsMain p {
    font-size: 16px;
    line-height: 22.4px;  
    font-weight: 500;
}
.jugarbien-url {
    color: #fff;
    
}


/*** RESPONSIVE DESIGN ***/

/* Mobiles */
@media only screen and (max-width: 320px) {
    .aboutUsContainer {
        width: 100vw;
    }
    .aboutUsContainer-title {
        font-size: 35px;
    }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
    .aboutUsContainer {
        width: 100%;
        padding:0px 15px;
    }
    .aboutUsContainer-title {
        font-size: 40px;
    }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {  
    .aidsContainer {
        width: 100vw;
    }
    .aidsContainer-title {
        font-size: 40px;
    }
}

/* Laptop */
@media only screen and (min-width: 992px) and (max-width: 1365px) {}
@media only screen and (min-width: 1366px) {}