.presentation-content.col-lg-6 .cta{
    margin-bottom: 1rem;
}

@media (max-width: 970px){
    .presentation-center-wrapper{
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 690px){
    .underline-green span::after{
        content: "";
        position: absolute;
        bottom: 10%;
        left: 50%;
        width: 103%;
        transform: translate(-50%);
        height: 30%;
        background-color: #008674;
        z-index: -1;
        opacity: 0.7;
    }
}

