﻿.cta.cta-full {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #02be7c;
    position: relative;
    color: #ffffff;
}

    .cta.cta-full h1, .cta.cta-full h2, .cta.cta-full h3, .cta.cta-full p{
        color: #ffffff;
    }

.cta.cta-full {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height:300px;
}

.cta .cta-content {
    width: 600px;
    position: relative;
    z-index: 50;
}

    .cta .cta-content h1, .cta .cta-content h2, .cta .cta-content h3 {
        font-size: 28px;
    }

        .cta .cta-content p.intro {
            font-size:19.5px;
        }

        .cta .cta-content .btn {
            margin:15px 0 45px 0;
        }


.cta .cta-img {
    height: 100%;
    width: 480px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    clip-path: circle(50.0% at 100% 50%);
}

    .cta .cta-img:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, rgb(2, 190, 124, .95) 0%, rgba(2, 190, 124, .85) 50%);
    }

   .cta-simple
   {
       display:flex;
       align-items:center;
   }

@media (min-width: 768px) and (max-width: 991px) {
    .cta .cta-content {
       width:400px;
    }
}


@media screen and (max-width: 767px) {
    .cta .cta-content {
        width:100%;
    }

    .cta .cta-img, .cta .cta-img:after, .cta .cta-img:before {
        display: none;
    }

}

