.main-title {
  align-items: center; }

.main-logo {
  size: 1.5em;
  height: 4.5rem; }

.big-title {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 400px) {
    .big-title {
      display: none; } }

.small-title-index {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  display: none; }

@media (max-width: 1023px) and (min-width: 400px) {
  .small-title-index {
    display: flex;
    color: orange; } }

.small-title-main {
  display: none; }

.small-title-subtitle {
  font-variant: small-caps;
  font-size: 1.2rem; }

.main-grid {
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  color: #000;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 3vmax;
  grid-row-gap: 3vmax;
  grid-auto-rows: min-content;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 3rem;
  min-height: 33vh;
  width: 100%; }
  @media (max-width: 1023px) {
    .main-grid {
      grid-template-columns: 1fr; } }

.grid-item {
  width: 100%; }
  .grid-item img {
    width: 100%;
    height: auto;
    cursor: pointer; }

.hvrbox,
.hvrbox * {
  box-sizing: border-box; }

.hvrbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.hvrbox img {
  max-width: 100%; }

.hvrbox .hvrbox-layer_bottom {
  display: block; }

.hvrbox .hvrbox-layer_top {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 15px;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s; }

.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
  opacity: 1; }

.hvrbox .hvrbox-text {
  text-align: center;
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: 500;
  color: white;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media (max-width: 1023px) {
    .hvrbox .hvrbox-text {
      font-size: 1.5rem;
      line-height: 1.8rem; } }

.hvrbox .hvrbox-text_mobile {
  font-size: 15px;
  border-top: 1px solid #b3b3b3;
  /* for old browsers */
  border-top: 1px solid rgba(179, 179, 179, 0.7);
  margin-top: 5px;
  padding-top: 2px;
  display: none; }

.hvrbox.active .hvrbox-text_mobile {
  display: block; }
