.tt-slide-wrap {
        position: relative;
        overflow: hidden;
    }
    .tt-slide-wrap .home-img {
        max-width: none;
        width: 100%;
        object-fit: cover;
        height: 315px;
    }
    .tt-cta-wrap {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
    h2.cta-title {
        font-size: 26px;
    }
    h2, h3.cta-title {
        color: #009fda;
        font-family: Kreon,serif;
        font-weight: 700;
    }
    h3.cta-title {

        text-align: center;
    }
    .span.quote {
        min-height: 20px;
    }
    h1.content-title {
        font-family: Kreon,serif;
        color: #009fda;
        font-size: 28px;
        font-weight: 700;
        font-style: italic;
    }
    .them-usp ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .them-usp ul > li {
        width: 33.3333%;
        color: #009fda;
        font-family: Kreon,serif;
        font-size: 20px;
        float: left;
        display: inline-block;
        text-align: center;
    }
    .cta-button {
        padding: 15px;
        font-size: 15px;
        border-radius: 120px;
        color: #fff;
        display: block;
        width: 100%;
        text-shadow: 0 2px 5px rgba(0,0,0,0.8);
        margin-bottom: 20px;
        text-align: center;
        transition: all 0.3s ease-in-out;
    }
    .cta-button:hover {
        color: #fff;
        opacity: 0.8;
    }
    .quote p {

        color: #009fda;
    }
