.big-title-1 {
  color: #183425;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 768px) {
  .big-title-1 {
    color: #183425;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.big-title-2 {
  color: var(--text-color, #183425);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (min-width: 768px) {
  .big-title-2 {
    color: var(--text-color, #183425);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}

.page-title {
  color: rgba(275,255,255,0.4) !important;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
}

@media (min-width: 768px) {
  .page-title {
    color: rgba(275,255,255,0.7) !important;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
  }
}

.subtitle-1 {
  color: #183425;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (min-width: 768px) {
  .subtitle-1 {
    color: #183425;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}

.paragraph-1 {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .paragraph-1 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.paragraph-2 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .paragraph-2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.paragraph-events {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 634px;
}

@media (min-width: 768px) {
  .paragraph-events {
    font-size: 18px;
    padding-top: 32px;
    padding-bottom: 0px;
  }
}

.links {
  color: #183425;
  font-family: 'Manrope';
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.footer_link {
  color: var(--bs-secondary);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.footer_link_social {
  width: 40px;
  height: 40px;
  margin: 8px;
}

.social-icon {
  background: #ffffff;
  width: 20px;
  height: 20px;
  font-size: 15px;
}

.contact-links-icon {
  margin-right: 15px;
}

.copyright {
  font-size: 16px !important;
  font-style: normal !important;
  line-height: normal !important;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 700;
}

.paragraph-1-text-align {
  text-align: start;
}

@media (min-width: 768px) {
  .paragraph-1-text-align {
    text-align: center;
  }
}

footer a {
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

