body {
    font-family: "Poppins", sans-serif;
    background-color: #002434;
    color: #fff;
    font-size: .9rem;
    line-height: 156%;
}

h2 {
    font-weight: 600;
    font-size: 1.8rem;
}

h4 {
    font-size: 1.1rem;
    line-height: 1.8rem;
}

body > .container > div > .row > .col {
    display: flex;
}

body > .container > div > .row > .col > div {
    border-radius: 12px;
    padding: 2.4rem;
    width: 100%
}

.top {
    background-image: url(../img/image2.jpg);
    background-position: top center;
    background-size: cover;
    padding-bottom: 3rem;
}

.bg-2 {
    background-color: #002434e6;
}

.bg-1 {
    background-color: #4c798fe9;
}

.bg-globe {
    background-image: url(../img/globe.png);
    background-position: right bottom;
    background-size: 40%;
    background-repeat: no-repeat;
}

.bg-pixel {
    background-image: url(../img/white-pixel.png);
    background-position: center;
    background-repeat: repeat-y
}


.bg-5 {
    background-color: #e9839d;
    color: #002434;
}

.bottom {
    margin-top: 2rem;
}

.bottom .logo {
    width: 10rem;
    max-width: 20vw;
    margin-top: .5rem;
}

.contacts a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.material-symbols-outlined {
    margin-right: 1rem;
    position: relative;
    top: .4rem;
}

.btn-contact:link,.btn-contact:visited  {
    color: #002434;
    outline: solid 2px  #002434;
    font-size: 2rem;
    padding: 0 2rem;
    font-weight: 600;
}

.btn-reach, .btn-reach:hover  {
    background-color: #002434;
    border-radius: 10px;
    border: solid 1px #fff;
    color: #fff;
    padding: 0.5rem 2.5rem
}

.hilite {
    font-weight: 700;
    background-color: #e9839d;
    padding: 0 .2rem;
}

.bg-4 {
    padding-left: 35% !important;
    background-image: url(../img/plane.png);
    background-position: top left;
    background-size: 50%;
    background-repeat: no-repeat;
}

.bg-6 {
    background-image: url(../img/map.png);
    background-position: bottom center;
    background-size: 95%;
    background-repeat: no-repeat;
}

@media (min-width: 767.98px) {

    h2 {
        font-size: 2.4rem;
    }
    h4 {
        font-size: 1.3rem;
    }

    .bottom {
        margin-top: -6rem;
    }
}