.benefits-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;

}

.benefits-block .title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.benefits {
    gap: 26px;
}

.benefit-card {
    padding: 25px;
    border-radius: 25px;
    border: 1px solid var(--Grey, #EDEDED);
    max-width: calc((100% - 3 * 2px - 2 * 26px) / 3 - 5px);
    min-width: 327.33px;
}

.benefit-desc {
    margin-top: 20px;
}

.benefit-desc > div:first-child {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.benefit-desc > div:last-child {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.video-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video-block .title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.video-block .video {
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.video-block video {
    width: 100%;
    object-fit: fill;
}

.video-block .button-label {
    color: var(--Black, #292929);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 20px;
}

.video-block img {
    display: inline-flex;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}

.video-btn {
    width: 283px;
    color: var(--White, #FFF);
    background: var(--Accent, #225094);
}

.tarif-btn {
    width: 130px;
    color: var(--Accent, #225094);
    border-radius: 30px;
    border: 1px solid var(--Accent, #225094);
}
