.button-norm-page {

    color: #000 !important;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display:block;
    padding: 8px 3em 6px 3em;
    border: 2px solid #c28e0e;
}

.button-norm-page:hover {
  color: #fff !important;
  background-color: #c28e0e;
  text-decoration:none;
}


.cc-caption {
  background     : #EEE;
  border-bottom  : 1px solid #DDD;
  margin-top     : 0 !important;
  padding        : 4.5%;
  display        : block !important;
}


.row .image, .row .caption {
 margin-top: 20px !important;
}


.logo-preview h3 {
   font-size:16px;
}

.logo-preview {
  padding-bottom: 30px;
}

.logo-preview:nth-child(even) {
  padding-left: 55px;
}

.logo-preview:nth-child(odd) {
  padding-right: 55px;
}