body {
   background-color: #d99594;
}

.en {
    color: white; /* color oposite: #266A6B */
}

.color-oposite {
    color: #266A6B !important;
}

a, .row.marketing a.more.en {
    color: blue;
}

.center-me {
    position: relative;
}

.curved-arrow {
    position: absolute;
    left: 230px;
    top: 450px;
}

.marketing {
    margin-top: 50px;
}

body {
    color: black;
}

.under-construction {
    font-weight: bold;
    left: -240px;
}

.inner-circle {
    width: 160px;
    height: 160px;
    text-align: center;
    border: 1px solid white;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding-top: 20px;
    position: absolute;
    top: 18px;
    left: 18px
}

.inner-circle .en {
    margin-top: 10px;
    color: #6e8b24
}
.outer-circle {
    border: 2px solid gray;
    -webkit-border-radius: 1500px;
    -moz-border-radius: 1500px;
    border-radius: 1500px;
    width: 200px;
    height: 200px;
    z-index: 99999;
    background-color: white;
}

@media (max-width : 1280px) {
    .row.perks .pt.col-md-6 {
        width: 470px;
        float: left;
    }

    .row.perks .en.col-md-6 {
        width: 500px;
        float: right;
    }

    .under-construction {
        left: -180px;
        top: 90px;
    }
}


@media (max-width : 1024px) {
    .row.perks .pt.col-md-6 {
        width: 470px;
        float: left;
    }

    .row.perks .en.col-md-6 {
        width: 500px;
        float: right;
    }

    .under-construction {
        left: -50px;
        top: 90px;
    }
}
