.titles-thin {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.titles-normal {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.titles-bold {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

body,
.main-font-thin {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.main-font-normal {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.main-font-bold {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

@media only screen and (max-width: 480px) {
  body .main {
    height: 2354px;
    height: 2500px;
    height: 4150px;
  }
  body .main .container {
    height: 100%;
  }
  body .main .container .galerija-box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  body .main .container .galerija-box .galerija-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  body .main .container .galerija-box .galerija-wrapper .galerija-title--wrapper {
    width: 100%;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .main .container .galerija-box .galerija-wrapper h1 {
    color: #1b2021;
    text-align: center;
  }
  body .main .container .galerija-box .galerija-wrapper .images {
    width: 100%;
    height: 380px;
    padding: 1rem;
    border-radius: 20px;
  }
  body .main .container .galerija-box .galerija-wrapper .images:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
