* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 400;
}

header {
    /*width: 80%;*/
}

main {
    width: 100%;
}

.navy {}

.brain {
    background: #0D1927 url("./images/brain.png") 120% -150% no-repeat;
}

.row {
    width: 90%;
    padding: 2% 5%;
}

#logo {
    max-width: 100%;
    height: auto;

}

.whitetext {
    color: #fff
}

.bluetext {
    color: #59C5E5;
}

.navytext {
    color: #0D1927;
}

header {
    text-align: center;
}

h1 {
    text-align: center;
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
}

h3 {
    text-transform: uppercase;
}

.white h3 {
    color: #0D1927;
}

.content {
    margin: auto;
    padding: 30px 10px;
    width: 80%;
}


.half {
    width: 40%;
    min-width: 320px;
}

.triplex {
    width: 30%;
    min-width: 320px;
}

.icon {
    min-width: 50px;
    max-width: 15%;
    margin: 10px 0px;
    height: auto;
    display: block;
    float: left;
}

.title {
    margin: 0% 3%;
    max-width: 40%;
    height: auto;
    display: block;
    float: left;
    font-weight: 300;
    font-size: 28px;
}

.offer {
    width: 150px;
    margin: 20px 30px;
    text-align: center;
}

.flex {
    /* margin: 0px;  */
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}

.center {
    align-items: center;
    justify-content: center;
}

.text {
    clear: both;
}

.decorationnone {
    text-decoration: none;
}

img {
    vertical-align: top;
    max-width: 100%;
    text-align: center;
    height: auto;
}