.servico {
    padding-bottom: 80px;
    padding-top: 70px;
}

.servico .description {
    color: #686466;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 25px;
    text-align: justify;
}

.servicos {
    padding-bottom: 100px;
}

.servicos .item {
    margin-top: 60px;
}

.servicos .item .embed-responsive {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.servicos .item .embed-responsive-item {
    align-items: center;
    background-color: #CD6A18;
    border: 3px solid #CD6A18;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    object-fit: contain;
    object-position: center;
    padding-left: 15px;
    padding-right: 15px;
    transition: all .1s linear;
}

.servicos .item .embed-responsive-item img {
    display: block;
    height: auto;
    max-width: 100%;
    transition: all .1s linear;
}

.servicos .item a {
    text-decoration: none;
}

.servicos .item a:hover .embed-responsive-item {
    background-color: #ffffff;
}

.servicos .item a:hover img {
    filter: invert(20%) sepia(13%) saturate(32096%) brightness(90%) contrast(80%);
}

.servicos .item .title {
    color: #343233;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    letter-spacing: 1px;
    line-height: 24px;
    margin-top: 25px;
    overflow: hidden;
    padding-left: 35px;
    padding-right: 35px;
    text-align: center;
    text-transform: uppercase;
}

.servicos .item .description {
    color: rgba(104, 100, 102, 0.8);
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.015rem;
    line-height: 30px;
    margin-top: 25px;
    text-align: center;
}