
h2, .big-title-v1, .duera-expamedi{
    font-family: 'raleway-regular';
    text-transform: uppercase;
    font-weight: 600;
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    
    .layout-pl{
        padding-left: 5rem;
    }
    
    .layout-pr{
        padding-left: 5rem;
    }

    .layout-px{
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
   
    .featured-description{
        line-height: 3rem;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .layout-px{
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .featured-description{
        font-size: 1.5rem;
        line-height: 2rem;
    }
  
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .layout-px{
        padding-left: 3rem;
        padding-right: 3rem;
    }


    .featured-description{
        font-size: 1.5rem;
        line-height: 2rem;
    }
}