
@media only screen and (max-width: 769px) {
    .background-1-custom {
        background: #fff;
    }

    .testimonial {
        padding: 3em 2em 3em 2em;
    }

    .background-4-2, .background-4 {
        background: #1D1D1D;
    }

    .dropdown-item {
        color: white;
    }
    .dropdown-menu a {
        color: #fff;
        font-size: 14px;
    }
    .dropend .dropdown-toggle {
        color: #fff;
        margin-left: 1em;
        pointer-events: none;
        cursor: default
    }
    .navbar-nav .nav-item .nav-link {
        padding: 4px 12px;
        font-size: 14px;
    }
    ul.dropdown-menu {
        margin-left: 15px !important;
    }
    .downloadButton {
        margin-bottom:15px;
    }
    .colourHolder {
        text-align: center;
    }
    .colourHeader {
        text-align: center;
    }
    footer span a {
        display: block;
        clear: both;
    }
    }
@media only screen and (max-width: 426px) {
    .news-slider .text-content {
   
        top: 0;
    
    }
        .news-slider .text-content h2 {
            line-height: 14px !important;
          
        }

    .text-content h2 {
        font-size: 27px;
    }
    .text-content a.btn.bg-transparent.button-outline-accent.rounded-0.font-1 {
        font-size: 11px;
        padding: 4px 10px 2px;
    }
    .text-content {
      
        width: 100%;
        height: 100%;
    }


}