.known--section .services--section .services__box .box__description {
    max-width: 295px;
}
/* VIDEO */
.casa-video--section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px
}

.casa-video--section .video--titulo {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
    color: #50535a;
    padding: 0 15px
}

.casa-video--section .video--subtitulo {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
    margin: 0;
    margin-bottom: 25px;
    color: #50535a;
    padding: 0 15px
}

.casa-video--section .video--embed {
    width: 100%;
    max-width: 950px;
    margin: auto;
    padding: 0 15px
}

.casa-video--section .video--embed video[poster] {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.casa-video--section .video--text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
    margin: 0;
    margin-top: 20px;
    color: #50535a;
    padding: 0 15px
}

.casa-video--section .video--text .subtitle--link {
    font-weight: 300;
    color: #019df4;
    text-decoration: none
}

.casa-video--section .video--text .subtitle--link>span {
    font-weight: 300;
    color: #50535a
}

@media (min-width:992px) {
    .casa-video--section {
        padding-top: 52px;
        padding-bottom: 52px
    }

    .casa-video--section .video--titulo {
        font-size: 40px;
        margin-bottom: 20px
    }

    .casa-video--section .video--subtitulo {
        font-size: 20px;
        margin-bottom: 58px
    }

    .casa-video--section .video--text {
        font-size: 20px;
        margin-top: 52px
    }
}
.services--section .services__box .box__img{
    min-height: 82px;
}