.teaser-component-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 80px;
  margin-bottom: 80px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1240px) {
  .teaser-component-1 {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .teaser-component-1 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
@media (max-width: 376px) {
  .teaser-component-1 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.teaser-component-1 .teaser-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
  min-height: 262px;
  max-height: fit-content;
}
@media (max-width: 1220px) {
  .teaser-component-1 .teaser-container {
    gap: 20px;
    min-height: 228px;
    max-height: fit-content;
  }
}
@media (max-width: 767px) {
  .teaser-component-1 .teaser-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    min-height: auto;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
.teaser-component-1 .teaser-container .teaser-image-container {
  width: 380px;
  height: auto;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1220px) {
  .teaser-component-1 .teaser-container .teaser-image-container {
    width: 354px;
  }
}
@media (max-width: 767px) {
  .teaser-component-1 .teaser-container .teaser-image-container {
    width: 100%;
    height: 270px;
  }
}
@media (max-width: 376px) {
  .teaser-component-1 .teaser-container .teaser-image-container {
    height: 228px;
  }
}
.teaser-component-1 .teaser-container .teaser-image-container .teaser-image {
  width: 100%;
  height: 100%;
  border-radius: 33px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.teaser-component-1 .teaser-container .teaser-text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 40px;
  border-radius: 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #EBEDB3;
}
@media (max-width: 1220px) {
  .teaser-component-1 .teaser-container .teaser-text-container {
    padding: 40px 20px;
  }
}
.teaser-component-1 .teaser-container .teaser-text-container .teaser-title {
  color: #252525;
  font-family: "Roboto";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 33.6px */
}
@media (max-width: 1220px) {
  .teaser-component-1 .teaser-container .teaser-text-container .teaser-title {
    font-size: 32px;
  }
}
.teaser-component-1 .teaser-container .teaser-text-container .teaser-description {
  margin-top: 24px;
  color: #252525;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
}
@media (max-width: 1220px) {
  .teaser-component-1 .teaser-container .teaser-text-container .teaser-description {
    margin-top: 16px;
    font-size: 16px;
  }
}
.teaser-component-1 .teaser-container .teaser-text-container .teaser-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
.teaser-component-1 .teaser-container .teaser-text-container .teaser-button-container .teaser-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 41px;
  border: 2px solid #000;
  background: #FFF;
  color: #252525;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  text-decoration: none;
}
.teaser-component-1 .teaser-container .teaser-text-container .teaser-button-container .teaser-button:hover {
  background: #D2D714;
}
.teaser-component-1 .teaser-container .teaser-text-container .teaser-button-container .teaser-button:active {
  background: #D2D714;
}
.teaser-component-1 .teaser-container .teaser-text-container .teaser-button-container .teaser-button .cta-icon {
  position: relative;
  top: 1px;
}
@media (max-width: 366px) {
  .teaser-component-1 .teaser-container .teaser-text-container .teaser-button-container .teaser-button {
    font-size: 16px;
  }
}