*:not(i) {
    font-family: Heebo, sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

body {
    font-family: Heebo, sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    background-color: #cbe0f2 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Heebo, sans-serif !important;
    font-style: normal !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    text-transform: none !important;
	font-weight: 600 !important;
}

a, p {
    font-family: Heebo, sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}

.main {
    max-width: 75%;
    margin: 0 auto;
}

.main_container {
    padding: 20px 0 !important;
    margin: 0 !important;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.leftside {
    float: left;
    width: 21.5%;
}

.content {
    width: 76%;
}


/* Media Queries */

@media screen and (max-width: 768px) {
    .content {
        width: 100%;
    }
}

@media (max-width: 1280px) {
    .main {
        min-width: 95%;
        max-width: 100%;
    }
}

@media (max-width: 1440px) {
    .main {
        max-width: 79%;
    }
}

@media (min-width: 1696px) {
    .main {
        min-width: 45%;
        max-width: 60%;
    }
}