
section.section-with-graph {
    background: #002B30;
    padding-top: 120px;
    color: white;
    /* text-align: center; */
    padding-bottom: 100px;
}

section.section-with-graph h3 {
    font-size: 50px!important;
    text-align: center;
    color: white!important;
}

.section-subtitle {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    line-height: 150%;
    font-weight: 200;
    margin-bottom: 60px;
}

section.section-with-graph h4 {
    color: white;
    font-size: 40px!important;
    text-wrap: balance;
}

.section-with-graph-content small {
    display: block;
    font-size: 12px;
}
.section-with-graph-content-description {
    margin-top: 30px;
}


.section-with-graph-content strong {
    color: #52B9BF;
}

.section-with-graph-content p {
    line-height: 130%;
}

.section-with-graph-content {
    max-width: 460px;
}




.section-with-graph-header {
    position: relative;
    width:100%;
    text-align: center;
}

.section-with-graph-header img {
    position: absolute;
    top: 40px;
    left: -10px;
    /* max-height: 270px; */
    height:100%;
}

.section-with-graph .container {
    overflow: visible;
}




.section-with-graph-cta {
    display: flex;
    justify-content: center;
    margin-top: 90px;
}

.section-with-graph-cta .button {
    padding-left: 40px!important;
    padding-right: 30px!important;
}

@media screen and (max-width:1600px) {
    .section-with-graph .wrapper{
        padding-left: 8%;
        padding-right: 8%;
    }
}
@media screen and (max-width:992px) {
    .section-with-graph-header img {
        display: none;
    }
    section.section-with-graph h3 {
        font-size: 40px!important;
    }

    section.section-with-graph h4 {
        font-size: 35px!important;
        line-height: 120%!important;
        margin-top: 0;
    }
}
@media screen and (max-width:768px) {
    .section-with-graph .container{
        overflow: hidden;
    }

    .section-with-graph-content {
        text-align: center;
    }

    section.section-with-graph h3 {
        font-size: 35px!Important;
    }



    section.section-with-graph {
        padding-top: 80px;
    }

    section.section-with-graph h4 {
        font-size: 32px!important;
    }


}