.ecolo-bg {
    background-image: url("/wp-content/uploads/2018/10/ecolo-bg-server-room.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.ecolo-title {
    font-family: 'Exo 2', sans-serif;
    font-size: 6rem;
    color: white;
    font-style: normal;
    position: relative;
    top: 12%;
    width: 100%;
    text-align: center;
}

.ecolo-title span {
    font-weight: bold;
}

.ecolo-slogan {
    font-family: 'Exo 2', sans-serif;
    font-size: 2.5rem;
    color: beige;
    position: relative;
    top: 12%;
    width: 100%;
    text-align: center;
}

.ecolo-server {
    position: relative;
    width: 100%;
    top: 24%;
    text-align: center;
}

.ecolo-offer {
    margin-top: 10%;
    margin-bottom: 8%;
}

.ecolo-offer .box {
    border: 2px solid #aaa;
    border-radius: 10px;
    padding: 30px;
    color: white;
    margin-top: 20px;
}

.ecolo-offer .box.server-1 {
    background: #555555;
}

.ecolo-offer .box.server-2 {
    background: #0E76A8;
}

.ecolo-offer .box h4 {
    padding-bottom: 10px;
    font-weight: bold;
    font-family: 'Exo 2', sans-serif;
    margin-top: 0;
    font-size: 2rem;
}

.ecolo-offer .box ul {
    padding-left: 25px;
    margin: 0;
}

.ecolo-offer .box ul li {
    margin: 0;
}

.ecolo-offer .box .pricing {
    margin: 10px 0 20px;
    text-align: right;
}

.ecolo-offer .box .pricing .monthly {
    font-size: 1.2em;
    font-weight: bold;
}

.ecolo-offer .box .pricing .setup {
    font-size: 1em;
    font-weight: bold;
    color: #ddd;
}

.ecolo-addons {
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
}

.ecolo-addons h2 {
    font-size: 4rem;
    font-family: 'Exo 2', sans-serif;
    margin-bottom: 30px;
}

.ecolo-why {
    position: relative;
    margin-bottom: 5%;
}

.ecolo-why .title {
    font-family: 'Exo 2', sans-serif;
    font-size: 4rem;
    font-style: normal;
    position: absolute;
    top: 10%;
    left: 35%;
}

.ecolo-why .text {
    font-size: 1.5rem;
    position: absolute;
    width: 60%;
    top: 35%;
    left: 35%;
}

/* RESPONSIVE */
@media (min-width: 320px) {
    .ecolo-bg {
        height: 310px;
    }

    .ecolo-offer {
        margin-top: 20%;
    }

    .ecolo-offer .box ul li {
        font-size: 1.5rem;
    }

    .ecolo-offer .box .pricing .monthly {
        font-size: 2rem;
    }

    .ecolo-offer .box .pricing .setup {
        font-size: 1.5rem;
    }

    .ecolo-addons .col {
        padding-bottom: 20px;
    }

    .ecolo-addons h2 {
        font-size: 3rem;
    }

    .ecolo-addons h4 {
        font-size: 2rem;
        margin: 0 !important;
    }

    .ecolo-why img {
        display: none;
    }

    .ecolo-why {
        text-align: center;
    }

    .ecolo-why .title {
        position: initial;
        font-size: 2.5rem;
        margin-bottom: 5px;
    }

    .ecolo-why .text {
        position: initial;
        font-size: 1.4rem;
        width: 98%;
    }
}

@media (min-width: 375px) {
    .ecolo-bg {
        height: 325px;
    }
}

@media (min-width: 425px) {
    .ecolo-bg {
        height: 345px;
    }

    .ecolo-offer {
        margin-top: 25%;
    }
}

@media (min-width: 426px) and (max-width: 767px) {
    .ecolo-why .title {
        font-size: 2.6rem;
    }

    .ecolo-why .text {
        font-size: 1.6rem;
    }
}

@media (min-width: 768px) {
    .ecolo-offer {
        margin-top: 17%;
    }

    .ecolo-why {
        text-align: inherit;
    }

    .ecolo-why img {
        display: inherit;
    }

    .ecolo-why .title {
        font-size: 2.6rem;
        position: absolute;
        top: 5%;
    }

    .ecolo-why .text {
        font-size: 1.4rem;
        width: 60%;
        position: absolute;
        top: 30%;
    }
}

@media (min-width: 820px) and (max-width: 1023px) {
    .ecolo-why .title {
        font-size: 3.2rem;
        top: 10%;
    }

    .ecolo-why .text {
        font-size: 1.4rem;
        top: 40%;
    }
}

@media (min-width: 1024px) {
    .ecolo-offer {
        margin-top: 12%;
    }

    .ecolo-offer h4 {
        font-size: 2.8rem !important;
    }

    .ecolo-offer li {
        font-size: 1.8rem;
    }

    .ecolo-why .title {
        font-size: 3.4rem;
        top: 15%;
    }

    .ecolo-why .text {
        font-size: 1.6rem;
        top: 40%;
    }
}

@media (min-width: 1440px) {
    .ecolo-offer {
        margin-top: 8%;
        margin-bottom: 5%;
    }

    .ecolo-offer h4 {
        font-size: 3rem !important;
    }

    .ecolo-offer li {
        font-size: 2rem;
    }

    .ecolo-why .title {
        top: 15%;
    }

    .ecolo-why .text {
        font-size: 1.8rem;
        top: 40%;
    }
}

@media (min-width: 2560px) {
    .ecolo-bg {
        height: 600px;
    }

    .ecolo-title {
        font-size: 10rem;
        top: 15%;
    }

    .ecolo-slogan {
        font-size: 5rem;
        top: 15%;
    }

    .ecolo-server {
        top: 27%;
    }

    .ecolo-server img {
        width: 35%;
    }

    .ecolo-offer {
        margin-top: 10%;
        margin-bottom: 5%;
    }

    .ecolo-offer .box h4 {
        font-size: 1.7em !important;
    }

    .ecolo-offer .box {
        font-size: 1.7em;
    }

    .ecolo-addons h2 {
        font-size: 6rem;
        padding-bottom: 30px;
    }

    .ecolo-offer .box ul li {
        font-size: 2.5rem !important;
    }

    .ecolo-offer .box .pricing .monthly {
        font-size: 3rem !important;
    }

    .ecolo-offer .box .pricing .setup {
        font-size: 2rem !important;
    }

    .ecolo-addons h4 {
        font-size: 3.5rem !important;
    }

    .ecolo-addons .pricing {
        font-size: 3rem !important;
    }

    .ecolo-why .title {
        font-size: 8rem;
    }

    .ecolo-why .text {
        font-size: 3rem;
    }
}
