html, body {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #222;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.main-widget h3 {
    margin-bottom: 60px;
}

.main-widget h3:after {
    height: 4px;
    content: '';
    position: relative;
    bottom: 7px;
    left: 0;
    width: 80px;
    background: #e43d3c;
    -webkit-transition: height 0.15s ease, color 0.15s ease;
    transition: height 0.15s ease, color 0.15s ease;
    display: block;
    margin: auto;
}

.setup h3 {
    background: #e43d3c;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    border-radius: 50%;
    font-size: 25px;
    position: absolute;
    top: calc(50% - 24px);
}

.setup > .uk-grid:nth-child(odd) h3 {
    right: -22px;
    left: auto;
}

.setup > .uk-grid:nth-child(even) h3 {
    left: -22px;
    right: auto;
}

.setup .uk-panel-space {
    border: 4px solid #ddd;
}

.custom-responsive-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.responsive-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .setup img {
        display: none;
    }

    .setup h3 {
        right: calc(50% - 20px) !important;
        left: auto !important;
        top: -22px !important;
    }
}

@media (max-width: 479px) {
    .uk-heading-large {
        font-size: 36px;
        line-height: 48px;
    }

    h1, .uk-h1 {
        font-size: 32px;
        line-height: 44px;
    }

    h2, .uk-h2 {
        font-size: 24px;
        line-height: 32px;
    }
}