#sergic-block-cta {
    margin: 1rem auto 3rem;
}

#sergic-block-cta>span {
    font-size: 18px;
    font-weight: 700;
    color: #07374e;
    font-family: "Montserrat", sans-serif;
}

#sergic-block-cta .sergic-cta-wrapper {
    display: flex;
    justify-content: space-between;
}

#sergic-block-cta .sergic-cta-wrapper .sergic-cta {
    width: 30%;
    background-color: #fff;
    border-radius: 12px;
    padding-bottom: 40px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .07);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#sergic-block-cta .sergic-cta-wrapper .sergic-cta .sergic-cta-img-shade {
    position: relative;
}

#sergic-block-cta .sergic-cta-wrapper .sergic-cta .sergic-cta-shade {
    background: rgba(7, 55, 78, 0.3);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    border-radius: 12px;
}

#sergic-block-cta .sergic-cta-wrapper .sergic-cta img {
    border-radius: 12px;
    height: auto;
    object-fit: contain;
}

#sergic-block-cta .sergic-cta-wrapper .sergic-cta .sergic-block-cta-title {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    width: 70%;
    text-align: center;
    transform: translate(-50%, -50%);
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    width: 250px;
}

#sergic-block-cta .sergic-cta-wrapper .sergic-cta .sergic-block-cta-desc {
    margin: 10px 25px;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #07374E;
}

#sergic-block-cta .sergic-cta-wrapper .sergic-cta .sergic-block-cta-desc p {
    margin-bottom: 2rem;
}

#sergic-block-cta .sergic-cta-wrapper .sergic-cta .sergic-block-cta-desc .sergic-block-cta-link {
    background-color: #00B3FF;
    color: #fff;
    padding: 7px 40px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 700;
    border: 0;
}

@media screen and (max-width: 768px) {
    #sergic-block-cta .sergic-cta-wrapper {
        overflow-x: scroll;
    }
    #sergic-block-cta .sergic-cta-wrapper .sergic-cta {
        width: 290px;
        min-width: 290px;
        margin: 0 1rem;
    }
    #sergic-block-cta .sergic-cta-wrapper .sergic-cta:first-child {
        margin-left: 0 !important;
    }
    #sergic-block-cta .sergic-cta-wrapper::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 3px;
        height: 2px;
    }
    #sergic-block-cta .sergic-cta-wrapper::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, .5);
        box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }
}