.block32744 .blockquote__text {
    background-color: var(--color-match-setting1);
}

.block32744 .block_conta {
    display: flex;
    flex-wrap: wrap;    
}
.block32744 .blockquote__item {
    padding-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
}

@media (min-width: 990px) {
    .block32744 .blockquote__item {
        width: calc(33.3% - 20px);
    }
}

@media (min-width: 768px) and (max-width: 989px){
    .block32744 .blockquote__item {
        width: calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .block32744 .blockquote__item {
        padding-bottom: 30px;
    }
}

.block32744 .blockquote__title {
    margin: 40px auto;
    height: 38px;
    line-height: 38px;
    max-width: 300px;
    text-align: center;
    font-size: 28px;
    color: #C61717;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.block32744 .blockquote__video {
    position: relative;
}

.block32744 .blockquote__video .blockquote__video--bg img {
    width: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    height:280px;
}

.block32744 .blockquote__video span img {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
    .block32744 .blockquote__video span img {
        width: 70px;
        height: 70px;
    }
}
.block32744 .blockquote__text {
    padding: 20px 20px 8px;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: -65px;
    position: relative;
    min-height: 128px;
    word-break: break-word;
}
.block32744 .blockquote__text .h1 {
    margin: 0 auto;
    margin-bottom: 5px;
    /* height: 25px;
    line-height: 25px; */
    height: auto;
    line-height: 1;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    /* max-width: 150px; */
    max-width: 100%;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}
.block32744 .blockquote__text p {
    /* opacity: 0.7; */
    /* font-size: 14px; */
    /* color: #FFFFFF; */
    text-align: center;
}

@media (max-width: 480px) {
    .block32744 .blockquote__text {
        padding: 20px;
    }
    .block32744 .blockquote__text .h1 {
        margin: 0 auto;
        margin-bottom: 20px;
        height: 38px;
        line-height: 38px;
        font-size: 24px;
        max-width: 400px;
    }
    .block32744 .blockquote__text p {
        font-size: 16px;
    }
    .block32744{
        padding-bottom:30px;
    }
}