.banner article {
    color: #FFFFFF;
    padding-top: 20px;
}

.banner article h1 {
    font-family: Arial-BoldMT;
    font-size: 80px;
    letter-spacing: 1.91px;
    line-height: 80px;
    font-weight: 700;
}

.banner article h3 {
    font-family: ArialMT;
    font-size: 26.17px;
    letter-spacing: 0;
    line-height: 43.61px;
    font-weight: 400;
}

.banner article h1>span:nth-child(1) {
    color: #82C695;
}

.banner article h1>span:nth-child(2) {
    color: rgba(255, 255, 255, 0.60);
}

/* Why Aeniac */
.whyaeniac {
    background: #F9F5F2;
}

.whyaeniac .col-lg-3 {
    margin-top: 70px;
}

.whyaeniac .col-lg-3 article {
    min-height: 310px;
    border-radius: 5px;
    padding: 20px 0 18px;
    text-align: center;
}

.whyaeniac .col-lg-3 article h3 {
    font-family: Arial-BoldMT;
    color: #1E1C28;
    line-height: 26.73px;
    min-height: 65px;
}

.whyaeniac .col-lg-3 article p {
    font-family: ArialMT;
    font-size: 16px;
    color: #1E1C28;
    line-height: 20px;
    background-color: rgba(255, 255, 255, 0.6);
    min-height: 140px;
    margin-bottom: 25px;
    padding: 0 20px;
    display: none;
}

.whyaeniac .col-lg-3 article img {
    position: absolute;
    top: 280px;
    left: 47%;
}

.whyaeniac .col-lg-3 article .bottomBorder {
    width: 100%;
    height: 10px;
    position: relative;
    top: 20px;
    bottom: 0px;
    background: #82C695;
    border-radius: 0px 0px 5px 5px;
    display: none;
}

.whyaeniac .col-lg-3 .brokercrm {
    background: url(../images/ico1.png) no-repeat #FFFFFF;
    background-position: 50% 60%;
}

.whyaeniac .col-lg-3 .hubsystem {
    background: url(../images/ico2.png) no-repeat #FFFFFF;
    background-position: 50% 60%;
}

.whyaeniac .col-lg-3 .smartriskreporting {
    background: url(../images/ico3.png) no-repeat #FFFFFF;
    background-position: 50% 60%;
}

.whyaeniac .col-lg-3 .tradingservermanagement {
    background: url(../images/ico4.png) no-repeat #FFFFFF;
    background-position: 50% 60%;
}

.whyaeniac .content {
    margin-top: 90px;
    text-align: center;
    padding-bottom: 150px;
    border-bottom: 1px solid rgba(52, 50, 84, 0.3);
}

.whyaeniac .content h1 {
    font-family: Arial-BoldMT;
    font-size: 36px;
    color: #1E1C28;
    letter-spacing: 0.6px;
    line-height: 26.73px;
    font-weight: 700;
}

.whyaeniac .content p {
    max-width: 584px;
    margin-top: 50px;
    font-family: ArialMT;
    font-size: 16px;
    color: #1E1C28;
    letter-spacing: 0.27px;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
}

.whyaeniac .whyaeniacimage {
    margin-top: 90px;
}

/* Services */
.services .col-lg-3 article {
    min-width: 250px;
    min-height: 300px;
    text-align: center;
}

.services .col-lg-3 article img {
    margin-bottom: 20px;
}

.services .col-lg-3 article h3 {
    font-family: Arial-BoldMT;
    color: #1E1C28;
    letter-spacing: 0.4px;
    text-align: center;
    line-height: 26.73px;
    margin-bottom: 20px;
}

.services .col-lg-3 article p {
    width: 220px;
    margin: 0 auto;
    font-family: ArialMT;
    font-size: 16px;
    color: #1E1C28;
    letter-spacing: 0.27px;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
}

@media (min-width:1570px) {
    .banner article {
        padding-top: 135px;
    }

    .banner article h1 {
        font-size: 114.31px;
        line-height: 131px;
    }


}