/* Large devices (large desktops, 1200px and up) */

@media (max-width: 1200px) {
    .h4 {
        font-size: 21px;
    }
}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {}


/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {

}


/* Extra small devices (phones, less than 768px) */

@media (max-width: 770px) {
    .logos img {
            width: 40%;
            margin: 2% 0%;
        }

    iframe{
            width: 100%;
    }

    h1,
    .h1 {
        font-size: 22px;
    }
    h2,
    .h2 {
        font-size: 20px;
    }
    h3,
    .h3 {
        font-size: 18px;
    }
    h4,
    .h4 {
        font-size: 16px;
    }
    h5,
    .h5 {
        font-size: 14px;
    }
    h6,
    .h6 {
        font-size: 12px;
    }
    p,
    a,
    button {
        font-size: 11px !important;
    }

    .landingPage .tittle {
        width: 100%;
        padding-top: 10%;
    }
    .contactText {
        width: 100% !important;
    }
    .logos img {
        width: 100% !important;
    }
    .contactContainer {
        padding: 0% !important;
        width: 100%;
    }
    footer{
        text-align: center;
    }
    footer img, footer svg {
        height: 30px;
        width: 100%;
    }
        
}


/* Extra small devices (phones, less than 425px) */

@media (max-width: 500px) {

    .settingsTop{
        top: 1%;
    }
    .settingsBottom{
        bottom: 30%;
    }

    .shapeContainer{
        background-color: #007DB8;
    }
    .landingPage .tittle{
       padding-top: 40%;
    }
    .logos img {
        width: 60%;
    }


    .informationPage {
    padding: 5% 5%;

    }

}

@media (max-width: 375px) {

}


/* Extra small devices (phones, less than 325px) */

@media (max-width: 325px) {}


/* Extra small devices (phones, less than 375px) */