.image {
  margin-top: 25px;
}

.small {
  display: none;
}

.custom-padding {
  padding-left: 50px;
}

@media (max-width: 992px){
  .image {
    max-width: 33%;
    float: left;
  }

  .big {
    display: none;
  }

  .small {
    display: inline;
  }

  .small .row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .custom-padding {
    padding-left: 15px;
  }
}

.container-page {
  margin-top: 40px;
}

.row-page {
  padding: 20px;
}

.row-inner {
  margin-bottom: 50px;
}

.stretch {
  width: 300px;
}

.resize {
  height: 200px;
  width: 100%;
}

.row-text {
  font-size: 16px;
  font-family: verdana, geneva, sans-serif;
}

.bold-text {
  font-weight: bold;
}

.table-borderless>tbody>tr>td, .table-borderless>tbody>tr>th, .table-borderless>tfoot>tr>td, .table-borderless>tfoot>tr>th, .table-borderless>thead>tr>td, .table-borderless>thead>tr>th {
  border-top: none;
}
