.promoblock_fullw {
    overflow: hidden;
    margin: 32px 0 73px;
    border-radius: 12px;
}

.promoblock_fullw-desc h3 {
    margin: 1px 0 19px;
}
.promoblock_fullw-desc p {
    font-size: 18px;
    max-width: 580px;
    line-height: 30px;
    margin-left: 2px;
    margin-bottom: 0;
}
.promoblock_fullw-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 30px 94px;
    min-height: 200px;
}
@media (max-width: 640px) {
    .promoblock_fullw {
        background-size: cover!important;
    }
    .promoblock_fullw-desc {
        padding: 30px;
    }
}