.block32744 .blockquote__text {
    background-color: var(--color-match-setting1);
}
.block32744.init_style {
    opacity: 0;
}
.block32744 .block_conta {
    display: flex;
    flex-wrap: wrap;   
    gap: 20px; 
}

@media (min-width: 1024px) {
    .block32744 .blockquote__item {
        width: calc((100% - 40px)/3);
    }
}

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

.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: 767px) {
    .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: auto;
    line-height: 1;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    max-width: 100%;
}
.block32744 .blockquote__text .pic-desc {
    text-align: center;
}

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