.decor-frm-block.decor-frm-block1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #f3f3f3;
  padding: 20px;
  background: #f3f3f3;
  color: #4f4f4f;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
  .decor-frm-block.decor-frm-block1 {
    flex-flow: column; } }

a.decor-frm-btn {
  background: #ff1e1e;
  color: white;
  text-decoration: none; }
  @media screen and (max-width: 768px) {
  a.decor-frm-btn {
    width: 100%;
    text-align: center; } }

a.decor-frm-btn:hover {
  background: #ff1e1e; }

.decor-block-top-text p:first-child {
  margin-top: 0; }

body h2.decor-edit-block-title {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 1.2;
  font-weight: normal; }
