.message-block{background:#2f189a;border-radius:var(--border-r);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:100px;padding:60px 40px}.success .message-block{background:-o-linear-gradient(40deg,#2f189a 0,#150c46 100%);background:linear-gradient(50deg,#2f189a,#150c46)}.error .message-block{background:-o-linear-gradient(170deg,#2f189a 0,#150c46 100%);background:linear-gradient(280deg,#2f189a,#150c46)}.message-block__image{height:337px;width:258px}.message-block__text{max-width:560px}.message-block__text p{color:var(--white);font-size:21px;line-height:24px}.message-block__text p:not(:last-child){margin-bottom:20px}@media screen and (max-width:1199px){.message-block{gap:30px}}@media screen and (max-width:767px){.message-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:30px 18px}.message-block__image{height:280px;width:100%}.message-block__text{text-align:center}}