.index_5_blocks {
  margin-top: 50px;
  margin-bottom: 50px; }
  .index_5_blocks .section-heading {
    position: relative;
    text-align: center;
    border: none;
    padding: 0;
    margin-bottom: 30px; }
    .index_5_blocks .section-heading h2 {
      display: inline-block;
      padding: 0 20px;
      margin-bottom: 0;
      color: #565656;
      font-size: 20px;
      border-left: 1px solid #C39D6F;
      border-right: 1px solid #C39D6F; }
  .index_5_blocks .section-blocks .slot {
    display: inline-block;
    width: calc(25% - 10px);
    margin-right: 0px;
    vertical-align: top; }
    .index_5_blocks .section-blocks .slot .block {
      display: block;
      position: relative;
      margin-bottom: 11px; }
      .index_5_blocks .section-blocks .slot .block .img-hover {
        display: flex;
        position: absolute;
        align-items: center;
        justify-content: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0px;
        z-index: 1; }
        .index_5_blocks .section-blocks .slot .block .img-hover p {
          display: none;
          color: #C39D6F;
          font-size: 24px;
          text-align: center; }
      .index_5_blocks .section-blocks .slot .block img {
        width: 100%; }
      .index_5_blocks .section-blocks .slot .block:hover .img-hover p {
        display: block; }
      .index_5_blocks .section-blocks .slot .block:hover img {
        opacity: 0.5; }
    .index_5_blocks .section-blocks .slot:last-child {
      margin-right: 0; }
  @media (max-width: 450px) {
    .index_5_blocks .section-blocks .slot {
      display: block;
      width: 100%;
      margin-right: 0; } }

