.hexagon2 {
    background: none;
    color: #195451;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    height: 150px;
    margin: 0 auto;
    position: relative;
    width: 86px;
    z-index: 1;
  }
  .hexagon2:before,
  .hexagon2:after {
    background: inherit;
    content: "";
    height: inherit;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    z-index: -1;
  }
  .hexagon2:before {
    transform: rotate(-60deg);
  }
  .hexagon2:after {
    transform: rotate(60deg);
  }
  
  .hexagon2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    width: 150px;
    height: 86px;
    background-color: transparent;
    transition: 0.25s;
    background: #195451;
    color: #195451;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  
  .hexagon2:before,
  .hexagon2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    transition: background-color 0.25s;
  }
  
  .hexagon2:before,
  .hexagon-inside:before {
    transform: rotate(120deg);
  }
  
  .hexagon2:after,
  .hexagon-inside:after {
    transform: rotate(60deg);
  }

  .moreRotate {
    rotate: 60deg;
  }

  .hex-title2 {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 180px;
    padding-top: 55px;
    color: #195451;
    font-style: italic;
    font-size: 16px;
    font-weight: bold;
  }
  .hex-subtitle2 {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 180px;
    padding-top: 30px;
    color: #195451;
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
  }