
@media (min-width: 745px) {

    .big {
        display: block;
    }

    .inter {
        display: none !important;
    }

    .small {
        display: none !important;
    }
}

@media (max-width: 744px) {

    .inter {
        display: block !important;
    }

    .big {
        display: none !important;
    }

    .small {
        display: none !important;
    }
}

@media (max-width: 430px) {

    .inter {
        display: none !important;
    }

    .big {
        display: none !important;
    }

    .small {
        display: block !important;
    }
}




.section {
    background: #002d47;
    position: relative;
    z-index: 1;
    height: 100vh;
    width: 100vw;
}

img {
    width: 100%;
}

h1 {
    font-weight: 400 !important;
}

p {
    margin-bottom: 0 !important;
}