.title-slide {
   font-weight: bold !important;
   font-size: 1.4rem !important;
   color: rgba(255, 255, 255, 1) !important;
   padding-bottom: 1.4rem !important;
}

.slider-text-description > div > div > p {
   font-weight: bold !important;
   font-size: 1.4rem !important;
   color: rgba(255, 255, 255, 1) !important;
   padding-bottom: 1.4rem !important;
}

.button-style-slider-text > div > div {
   font-weight: bold !important;
   font-size: 1.4rem !important;
   color: rgba(255, 255, 255, 1) !important;
}

/* Media queries */

@media (min-width: 500px) {
  
    .title-slide {
       font-weight: bold !important;
       font-size: 1.4rem !important;
       color: rgba(255, 255, 255, 1) !important;
       padding-bottom: 1.4rem !important;
    }
    
    .slider-text-description > div > div > p {
       font-weight: bold !important;
       font-size: 1.4rem !important;
       color: rgba(255, 255, 255, 1) !important;
       padding-bottom: 1.4rem !important;
    }
  
    .button-style-slider-text > div > div {
       font-weight: bold !important;
       font-size: 1.4rem !important;
       color: rgba(255, 255, 255, 1) !important;
    }
}

@media (min-width: 576px) {
  
    .title-slide {
       font-weight: bold !important;
       font-size: 1.4rem !important;
       color: rgba(255, 255, 255, 1) !important;
       padding-bottom: 1.4rem !important;
    }

    .slider-text-description > div > div > p {
       font-weight: bold !important;
       font-size: 1.4rem !important;
       color: rgba(255, 255, 255, 1) !important;
       padding-bottom: 1.4rem !important;
    }

    .button-style-slider-text > div > div {
       font-weight: bold !important;
       font-size: 1.4rem !important;
       color: rgba(255, 255, 255, 1) !important;
    }
}

@media (min-width: 768px) {

    .title-slide {
       font-weight: bold !important;
       font-size: 1.4rem !important;
       color: rgba(255, 255, 255, 1) !important;
       padding-bottom: 1.4rem !important;
    }

    .slider-text-description > div > div > p {
       font-weight: bold !important;
       font-size: 1.4rem !important;
       color: rgba(255, 255, 255, 1) !important;
       padding-bottom: 1.4rem !important;
    }

    .button-style-slider-text > div > div {
       font-weight: bold !important;
       font-size: 1.4rem !important;
       color: rgba(255, 255, 255, 1) !important;
    }
  
}

@media (min-width: 992px) {
  
    .title-slide {
       font-weight: bold !important;
       font-size: 2.4rem !important;
       color: rgba(255, 255, 255, 1) !important;
       padding-bottom: 2.4rem !important;
    }

    .slider-text-description > div > div > p {
       font-weight: normal !important;
       font-size: 1.2rem !important;
       color: rgba(255, 255, 255, 1) !important;
       padding-bottom: 2.4rem !important;
    }

    .button-style-slider-text > div > div {
       font-weight: bold !important;
       font-size: 1.2rem !important;
       color: rgba(255, 255, 255, 1) !important;
    }
}

@media (min-width: 1200px) {
  
    .title-slide {
       font-weight: bold !important;
       font-size: 2.4rem !important;
       color: rgba(255, 255, 255, 1) !important;
       padding-bottom: 2.4rem !important;
    }

    .slider-text-description > div > div > p {
       font-weight: normal !important;
       font-size: 1.2rem !important;
       color: rgba(255, 255, 255, 1) !important;
       padding-bottom: 2.4rem !important;
    }

    .button-style-slider-text > div > div {
       font-weight: bold !important;
       font-size: 1.2rem !important;
       color: rgba(255, 255, 255, 1) !important;
    }
}

@media (min-width: 1400px) {
  
    .title-slide {
       font-weight: bold !important;
       font-size: 2.4rem !important;
       color: rgba(255, 255, 255, 1) !important;
       padding-bottom: 2.4rem !important;
    }
  
    .slider-text-description > div > div > p {
       font-weight: normal !important;
       font-size: 1.2rem !important;
       color: rgba(255, 255, 255, 1) !important;
       padding-bottom: 2.4rem !important;
    }

    .button-style-slider-text > div > div {
       font-weight: bold !important;
       font-size: 1.2rem !important;
       color: rgba(255, 255, 255, 1) !important;
    }
}

@media (min-width: 2000px) {
  
    .title-slide {
       font-weight: bold !important;
       font-size: 3rem !important;
       color: rgba(255, 255, 255, 1) !important;
       padding-bottom: 3rem !important;
    }
  
    .slider-text-description > div > div > p {
       font-weight: normal !important;
       font-size: 1.5rem !important;
       color: rgba(255, 255, 255, 1) !important;
       padding-bottom: 3rem !important;
    }

    .button-style-slider-text > div > div {
       font-weight: bold !important;
       font-size: 1.5rem !important;
       color: rgba(255, 255, 255, 1) !important;
    }
}

