body {
    background: #fdde7e;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

body, form, div, p, a, img, h1, h2, h3, h4, h5, h6, table, table tr, table td {
    border: none;
    color: #333333;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

input,
textarea,
select {
    outline: none;
    font-family: Arial;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

a {
    text-decoration: underline;
    outline: none;
}

a:hover {
    text-decoration: none;
}

h1, h2 {
    font-size: 70px;
    padding: 0 0 10px 0;
    color: #02995b;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}

.mainer {
    max-width: 1200px;
    padding: 0 15px;
    margin: 50px auto;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;

  }
  
  .column {
    background-color: #ffffff;
    width: 360px;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    align-items: center;
    margin: auto 15px;
    border-radius: 1px;
    text-align: center;
    padding: 43px 0;
  }

  .column h2 {
      text-align: center;
  }

  .column img {
    width: 165px;
    height: 168px;
    margin: 30px;
  }

  .column h3 {
      font-size: 56px;
      color: #333333;
  }

  .column p {
      margin: 21px 0 0 0;
  }

  .gold {
      zoom: 115%;
  }

  


  
  
  
  
  


