body {
    background-color: #F7F8F8;
}

.cursos,
.servico {
    padding-top: 70px;
}

.servico .vinheta {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .servico .media {
        float: left;
        margin-right: 30px;
        max-width: 30%;
    }
}

@media (max-width: 767px) {
    .servico .media {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
    }

    .servico .media img {
        display: inline-block !important;
        width: auto;
    }
}

.servico .description {
    color: #808080;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.cursos .item {
    box-shadow: 0px 0px 20px transparent, 0px 0px 0px transparent;
    margin-top: 40px;
    transition: all .1s linear;
}

.cursos .item .embed-responsive-item {
    border-radius: 2px 2px 0 0;
    object-fit: cover;
    object-position: center;
}

.cursos .item .caption {
    background-color: transparent;
    border: 1px solid #e3e5e5;
    border-radius: 0 0 2px 2px;
    border-top: 0;
    padding: 15px 20px;
    transition: all .1s linear;
}

.cursos .item:hover {
    box-shadow: 0px 0px 20px rgba(35, 52, 59, 0.15), 0px 0px 0px rgba(35, 52, 59, 0.15);
}

.cursos .item:hover .caption {
    background-color: #FFFFFF;
}

.cursos .item .caption .title {
    color: #1B1B1B;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    transition: all .1s linear;
}

.cursos .item .caption .category {
    color: #808080;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 10px;
}

@media (max-width: 399px) {
    .cursos .item .caption .title {
        font-size: 18px;
        line-height: 22px;
        margin-top: 20px;
    }
}

.cursos .item .caption .title a {
    color: #1B1B1B;
    text-decoration: none;
    transition: all .1s linear;
}

.cursos .item > a:hover ~ .caption .title a,
.cursos .item .title a:hover {
    color: #FDB92E;
}

.footer {
    margin-top: 80px;
}