@media only screen and (min-width: 0px) {




strong{color:#fdf7cf;;}

#tacho_box_one{display:flex;
    flex-flow: row wrap;
    width:95%;
    margin:auto;
    background-color:none;
    z-index:1;margin-bottom:20px;}

    .tacho_boxes{width:95%;margin:0 auto 25px auto;
        background-color:none;
        z-index:1;}
        .tacho_boxes:first-child {min-height:50px;}
        .tacho_boxes p{font-size: 20px; 
        font-family: 'Barlow';
        color:#fdf7cf;}       
        .bestoftaunton{width:300px;height:100%;margin:0 auto 0 auto;}

}




/*@media only screen and (min-width: 768px) {
}*/

@media only screen and (min-width: 1024px) {

    #tacho_box_one{background-color: none;
        width:95%;
        min-height:40px;
        margin: 0 auto 10px auto;
        z-index:1;margin-bottom:200px;}
        

    .tacho_boxes{width:60%;min-height:300px;margin:auto;}
     .tacho_boxes:first-child {
        width:375px;
        margin-top:60px;margin-left:120px;
    }
    
    .tacho_boxes p{font-size: 30px; margin-top:50px; font-family: 'Barlow';
        color:#fdf7cf;} 

}