a.button {
    width: 369px !important;
}
.accordion-2 > section:before {
    content: '';
    position: absolute; 
    left: 21px;
    top: 14px;
    width: 60px;
    height: 51px;
    background: url("../images/icon-hexagon-white.svg") no-repeat;
    background-size: 60px 51px;
    display: block;
    z-index: 10;
}


.accordion-2 > section h4.lblue {
    background: #12A9E1;
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    padding: 27px 80px 27px 98px!important;
    border: none;
}

.no-marginB {
    margin-bottom: 0px !important
}

.no-marginT {
    margin-top: 0px !important
}

.switch-lightblue {
    color: #12A9E1 !important
}

.dsp-tbl {
    width: 100%;
    display: table;
}

.col-lg-4 p {
    color: #004A80
}

.blue-poly {
    position: relative;
    background-image: url("../images/blue-year-poly.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 252px;
}

.blue-poly p {
    position: absolute;
    top: 25%;
    left: 50%;
    color: #fff;
    font-size: 36px;
    transform: translateX(-50%);
    font-weight: bold
}

.grey-poly {
    position: relative;
    background-image: url("../images/grey-year-poly.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 196px !important
}

.grey-poly p {
    position: absolute;
    top: 20%;
    left: 50%;
    color: #fff;
    font-size: 36px;
    transform: translateX(-50%);
    font-weight: bold
}

.margin-100B {
    margin-bottom: 100px
}

.centered-text {
    position: relative;
    top: 50%;
    transform: translateY(35%);
}

.margin-30TB {
    margin: 30px 0
}

@media screen and (max-width: 1200px) {
    .header-section {
        margin-top: -165px;
    }
}

@media screen and (max-width: 1175px) {
    .header-section {
        margin-top: -155px;
    }
}

@media screen and (max-width:500px) {

    .centered-text {
        position: relative;
        top: 50%;
        transform: translateY(0%);
    }

}

@media screen and (max-width: 768px) {
    .our-history {
        margin-top: 138px;
    }
}

