.cta-expert__container {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.08);
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 375px;
}
@media screen and (max-width: 768px) {
  .cta-expert__container {
    flex-direction: column-reverse;
    height: unset;
  }
}
.cta-expert__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 580px;
}
@media screen and (max-width: 768px) {
  .cta-expert__content {
    padding: 323px 16px 24px 16px;
  }
}
.cta-expert__text-container {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .cta-expert__text-container {
    padding: 0;
  }
}
.cta-expert__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .cta-expert__title {
    font-size: 24px;
    font-weight: 700;
  }
}
.cta-expert__description {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .cta-expert__description {
    font-size: 16px;
    font-weight: 400;
  }
}
.cta-expert__button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 32px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  background: #fff;
  border-radius: 10px;
  transition: all 0.15s;
}
.cta-expert__button:hover {
  box-shadow: 0 4px 44px -9px rgba(255, 255, 255, 0.68);
}
@media screen and (max-width: 768px) {
  .cta-expert__button {
    width: 100%;
  }
}
.cta-expert__image {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
}
.cta-expert__image-mobile {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-60%);
}
@media screen and (max-width: 768px) {
  .cta-expert__image-mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .cta-expert__image-desktop {
    display: none;
  }
}
.cta-expert__image-desktop img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.min.css.map */