.fit-cover {
  /*object-fit: cover;*/
}

.title {
  color: rgb(241,241,241);
  font-size: 24px;
  padding: 10px 0px;
}

.text {
  color: #d9d7d7;
  line-height: 24px;
  text-align: justify;
}

.btn_link {
  color: var(--bs-light-bg-subtle);
  text-align: center;
  border-radius: 60px;
  background: #ecc116;
  border-color: #ecc116;
}

.btn_link_right {
  border-radius: 60px;
  border-color: #ecc116;
}

.a_link {
  font-weight: bold;
  text-align: center;
  color: rgb(51,51,51);
  text-decoration: none;
}

.a_link_right {
  color: #ecc116;
  font-weight: bold;
  text-decoration: none;
}

@media (min-width: 1400px) {
  .title {
    font-size: 30px;
  }
}

@media (min-width: 1400px) {
  .text {
    font-size: 18px;
    line-height: 30px;
  }
}

