.banners{
    background: #1946A0;
    position: relative;
    min-height: 250px;
}



.banners__holder{
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #009BE1;
    text-align: center;

}

.banners__holder__icon{
    margin-top: 70px;
    font-size: 50px;
}

.banners__holder__icon i{
    display: none;
    animation-duration: 0.5s;
}



.banners__holder__txt h1{
    font-family: FlamaCondensedBlack;
    font-size: 28px;
    margin: 0px; 
    display: none;
    animation-duration: 0.5s;
}

.banners__holder__txt p{
    font-family: FlamaCondensedMedium;
    font-size: 15px;
    margin: 0px; 
    text-transform: uppercase;
    display: none;
    animation-duration: 0.5s;
}

@media only screen and (min-width: 1000px) {
    .banners{
        min-height: 300px;
    }

    .banners__holder{
        position: absolute;
        right: 4vw;
        bottom:1vw;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }

    .banners__holder__icon{
        margin-right: 20px;
        font-size: 6vw;
        margin-top: 0px;
    }

    .banners__holder__txt{
        width: 22vw;
    }

    .banners__holder__txt h1{
        font-family: FlamaCondensedBlack;
        font-size: 2.8vw;
        margin: 0px; 
    }

    .banners__holder__txt h1.dest1{
        font-family: FlamaCondensedBlack;
        font-size: 2.4vw;
        margin-top: 25px; 
    }

    .banners__holder__txt h1.dest2{
        font-family: FlamaCondensedBlack;
        font-size: 3.3vw;
        margin-top: 5px; 
    }

    .banners__holder__txt h1.dest3{
        font-family: FlamaCondensedBlack;
        font-size: 2.2vw;
        margin-top: 20px; 
    }

    .banners__holder__txt h1.dest4{
        font-family: FlamaCondensedBlack;
        font-size: 1.8vw;
        margin-top: 20px; 
    }

    .banners__holder__txt h1.dest5{
        font-family: FlamaCondensedBlack;
        font-size: 1.8vw;
        margin-top: 40px; 
    }

    .banners__holder__txt h1.dest6{
        font-family: FlamaCondensedBlack;
        font-size: 2.7vw;
        margin-top: 15px; 
    }

    .banners__holder__txt h1.dest7{
        font-family: FlamaCondensedBlack;
        font-size: 2.3vw;
        margin-top:25px; 
    }

    .banners__holder__txt h1.dest8{
        font-family: FlamaCondensedBlack;
        font-size: 1.85vw;
        margin-top:30px; 
    }

    .banners__holder__txt h1.dest10{
        font-family: FlamaCondensedBlack;
        font-size: 3.0vw;
        margin-top:0px; 
    }
    


    

    .banners__holder__txt p{
        font-family: FlamaCondensedMedium;
        font-size: 1.2vw;
        margin: 0px; 
        text-align: justify;
        text-transform: uppercase;
    }
}

