.container-fluid.offers {
  font-family: "Nunito";
  padding: 1rem;
  max-width: calc(90.5rem + (2 * calc(0.6rem + 1.5vw)));
  margin-inline: auto;
  color: #3e2e28;
}
.news {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.offers-wrapper .offer {
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.offers-wrapper .offer:hover {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in;
}

.info-wrapper {
  padding: 20px 30px 20px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.interviews {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.container-fluid.offers iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 8px;
}

.container-fluid.offers img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 8px;
}

.container-fluid.offers .title {
  font-weight: 800;
  font-size: 24px;
}
.container-fluid.offers .short-info {
  font-size: 20px;
}
.out-source {
  font-size: 20px;
  padding-top: 20px;
}
.container-fluid.offers .out-source {
  margin-top: auto;
}

.container-fluid.offers .out-source a {
  text-decoration: none;
  text-align: start;
  color: unset;
}

.container-fluid.offers .out-source a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 576px) {
  .container-fluid.offers {
    padding: 5rem 1rem;
    margin: 0 !important;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .container-fluid.offers {
    padding: 5rem 2rem;
    margin: 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-fluid.offers {
    padding: 3rem 2rem;
    margin: 0 !important;
  }
}

body.modal-open {
  overflow: auto !important;
  padding-right: 0 !important;
}

.modal-dialog {
  max-width: 1200px !important;
}

.modal-header {
  border: none !important;
}
