.cta-big-image > .container {
    position: relative;
}
#fdg4 li {
    list-style-type: square;
    padding-bottom: 0.5rem;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
.cta-big-image .img-box {
    background: #0e5ba5;
    max-width: 550px;
    padding: 2rem;
    position: absolute;
    bottom: -75%;
    right: 8.5%;
}
.cta-big-image .img-box .sub-title {
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    margin-bottom: 1.5rem;
    display: block;
}

 .img-box h2 {
    font-size: 3rem;
 font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}

@media (max-width: 991.98px){
.cta-big-image .img-box {
    position: relative;
    right: auto;
}}




