﻿.cro237__icon {
    text-align: center;
    position: relative;
    top: -60px;
    height: 10px;
    margin-bottom: -10px;
}

    .cro237__icon .fa {
        border-radius: 45px;
        padding: 30px;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.81);
        background-color: #ffffff;
        font-size: 30px;
    }

        .cro237__icon .fa:before {
            border-bottom: 1px solid black;
            padding-bottom: 1px;
        }


.cro237__container .block {
    font-family: 'Lato', sans-serif !important;
}

.cro237__content-title {
    color: #000000;
}

    .cro237__content-desc {
        font-size: 20px;
    }

        .cro237__content-desc p {
            color: #000000;
            font-size: 18px;
        }

    .cro237__controls a {
        background-color: #d1cfcf;
        margin: 15px 0;
        padding: 22px 24px;
        color: #000000;
        border-radius: 12px;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
    }

@media only screen and (min-width: 768px) {
    .cro237__content-title h1 {
        line-height: 56.32px;
        font-size: 44px;
        color: #000000;
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .cro237__content-desc p {
        font-size: 14px;
    }

        .cro237__controls a {
            font-size: 16px;
            font-weight: 600;
            line-height: 28px;
            padding: 16px 10px;
            letter-spacing: 1px;
        }
}