.title-1 {
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400 !important;
}

@media (min-width: 992px) {
  .title-1 {
    font-size: 64px;
  }
}

h1 {
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400 !important;
}

@media (min-width: 992px) {
  h1 {
    font-size: 96px;
  }
}

h2 {
  font-size: 20px;
  line-height: normal;
  font-weight: 100;
}

@media (min-width: 992px) {
  h2 {
    font-size: 32px;
    line-height: normal;
    font-weight: 100;
  }
}

h3 {
  font-size: 20px;
  line-height: normal;
  font-weight: 200;
}

h4 {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}

@media (min-width: 576px) {
  h4 {
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
  }
}

h5 {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}

h6 {
  font-size: 14px;
  line-height: normal;
  font-weight: 200;
}

.container-padding-top {
  padding-top: 120px;
}

.resume {
  max-width: 540px;
  padding-top: 24px;
  padding-bottom: 33px;
  font-weight: 100;
  margin: 0;
}

#home-banner .btn {
  color: #ffffff;
  text-decoration: none;
  padding: 14px 24px;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  border: none;
  border-radius: 0;
  margin-top: 8px;
}

#cooperations .col-img {
  border: 1px #000 solid;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.second-row-padding {
  padding-top: 48px;
}

.link {
  border-bottom: 1px #000 solid;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  padding-bottom: 24px;
  padding-top: 16px;
  font-size: 32px;
  font-weight: 100;
  line-height: normal;
  color: inherit;
  text-decoration: none;
  align-items: center;
}

#footer a {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  line-height: normal;
  text-decoration: inherit;
  margin-top: 12px;
}

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

#footer {
  margin-top: 120px;
}

.gutter-30 {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.preview-photo {
  object-fit: cover;
  aspect-ratio: 5/3;
  padding-top: 50px;
  width: 100%;
}

.lightbox-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

#sarticle .container {
  max-width: 1000px;
}

#new .container {
  max-width: 1000px;
}

