
.section-step-header h3 {
    color: #ffffff;
}

h1.data-header {
    font-size: 20px;
    margin: 15px 0 0;
    color: #fff;
}

.section-step-grey {
    background-color: #282828;
    padding-bottom: 70px;
}

.section-step-grey .col-3.box-grey {
    width: 30%;
    margin: 10px;
    max-width: 310px;
    min-height: 270px;
    background: #505050;
    border-radius: 4px;
    position: relative;
}

.circle-green {
    color: #ffffff;
    font-size: 30px;
    font-family: ProximaNova-Bold;
    background: #00C186;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    border-radius: 50%;
    line-height: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.section-step-header {
    background-color: #282828;
    color: #ffffff;
    padding: 70px 0 30px;
}

.section-step-grey .copy {
    padding: 30px 25px;
}

.section-step-grey p {
    font-size: 22px;
    color: #ffffff;
    margin: 25px 0 0;
}

.box-grey:last-child:after {
    display: none;
}

.box-grey:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    width: 30px;
    left: 100%;
    top: calc(50%);
    background: url(https://development.pensionb-test.dijgt.al/pools/live/pages/pension-loan-scheme/section-step-grey/images/line-dot.svg) center center no-repeat;
    height: 5px;
}

.section-step-header-white {
    background: #fff;
    padding: 50px 0 30px;
    text-align: center;
    font-family: ProximaNova-Semibold;
}

.story-box {
    width: 55%;
    margin: auto;
}

p.intro {
    width: 80%;
    margin-left: 40px;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #282828;
}

.section-age-calculate {
    margin-top: 30px;
}

.section-age-calculate .white-box {
    width: 43%;
    padding: 20px 25px 25px;
    margin: 0 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.section-age-calculate p.copy-age-cal {
    font-size: 25px;
    color: #282828;
}

.section-age-calculate strong.number-yellow {
    color: #FCC62D;
    font-size: 60px;
    display: block;
    margin: 30px auto 0;
}

.section-age-calculate strong.number-green {
    color: #00C186;
    font-size: 60px;
    display: block;
    margin: 30px auto 0;
}

.section-age-calculate span.txt-year {
    font-size: 20px;
    color: #282828;
}

h2.text-title:before {
    background-image: linear-gradient(#36e88e, #00c186);
    height: 60px;
    width: 9px;
    content: "";
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}

h2.text-title {
    font-size: 48px;
    color: #282828;
    margin: 20px 0 40px;
}

.section-persion-boost {
    padding: 70px 0;
}

.section-pension-loan {
    padding: 70px 0 50px;
}

.section-pension-loan h2.text-title:before {
    background-image: linear-gradient(#36e88e, #00c186);
    height: 120px;
    width: 13px;
    content: "";
    margin-right: 30px;
    vertical-align: top;
    display: inline-block;
}

.section-pension-loan h2.text-title {
    font-size: 48px;
    color: #282828;
    margin: 20px 0 40px;
    display: inline-flex;
}

a.btn-learnmore {
    cursor: pointer;
    text-align: center;
    color: #00C186;
    border: 2px solid #00C186;
    width: 185px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-transform: uppercase;
    border-radius: 4px;
    margin: 15px 0 0;
    font-size: 14px;
}

a:hover.btn-learnmore {
    color: #fff;
    border: 2px solid #00C186;
    background-image: linear-gradient(to right, #00C186, #36e88e);
}

.section-more-case-header {
    padding: 40px 0;
}

.section-more-case-study {
    padding-bottom: 70px;
}

.section-more-case-study .col-1.more-case-box {
    position: relative;
    width: 45%;
    margin: auto;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.section-more-case-study h4 {
    margin: 10px 0 0;
}

.green-box-house {
    margin: 20px auto;
    width: 85%;
    min-height: 250px;
    vertical-align: middle;
    display: flex;
    border-radius: 4px;
    padding: 5px;
    background: #00c186;
    background-position: center center;
    background-repeat: no-repeat;
}

.green-box-house p {
    color: #ffffff;
    font-size: 22px;
    width: 70%;
    margin: auto;
    text-align: center;
}

.section-pension-loan small {
    width: 80%;
    color: #505050;
    margin-left: 40px;
    display: block;
}

.box-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-more-case-study .col-1.more-case-box:hover a.btn-learnmore {
    color: #fff;
    border: 2px solid #00C186;
    background-image: linear-gradient(to right, #00C186, #36e88e);
}


@media only screen and (max-width: 1000px) {
    .container .section-container {
        width: 90%;
    }

    h1.text-title,
    h2.text-title,
    .section-pension-loan h2.text-title {
        font-size: 32px;
    }

    .section-age-calculate p.copy-age-cal {
        font-size: 20px;
    }

    .section-age-calculate .white-box {
        margin-bottom: 30px;
    }

    .section-step-grey p {
        font-size: 16px;
    }

    .section-pension-loan h2.text-title:before {
        height: 80px;
        width: 12px;
    }

    .section-age-calculate strong.number-yellow,
    .section-age-calculate strong.number-green {
        font-size: 50px;
    }

    .green-box-house {
        margin: 20px auto;
        width: 80%;
        height: 200px;
        border-radius: 4px;
        background-size: 100%;
    }

    .green-box-house p {
        font-size: 18px;
        width: 70%;
    }
}

@media only screen and (max-width: 991px) {
    .container.section-hero .image-container img {
        height: 356px;
    }
}

@media only screen and (max-width:767px) {
    .container .section-container {
        width: 90%;
    }

    .section-age-calculate p.copy-age-cal {
        font-size: 18px;
    }

    .section-age-calculate .white-box {
        margin-bottom: 30px;
    }

    .section-step-grey p {
        font-size: 16px;
    }

    .section-pension-loan h2.text-title:before {
        height: 60px;
        width: 9px;
    }

    .section-age-calculate strong.number-yellow,
    .section-age-calculate strong.number-green {
        font-size: 50px;
    }

    .story-box {
        width: 90%;
        margin: auto;
    }

    .section-age-calculate .white-box {
        margin-bottom: 30px;
        width: 70%;
    }

    .section-step-grey .col-3.box-grey {
        max-width: 100%;
        min-height: 100px;
        width: 50%;
    }

    .box-grey:after {
        background: none;
    }

    .section-more-case-study .col-1.more-case-box {
        width: 70%;
    }

    .section-step-header h3 {
        color: #ffffff;
        font-size: 18px;
    }

    .container.section-hero .image-container img {
        height: 165px;
    }
}
