/*========== Start CTA  ==========*/
.yoo-cta.yoo-style1,
.yoo-cta.yoo-style2 {
  display: flex;
  align-items: center;
  padding: 30px;
  border-radius: 4px;

  .yoo-cta-img {
    margin-right: 30px;
    flex: none;
  }

  .yoo-cta-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .yoo-cta-subtitle {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 24px;
  }
}

.yoo-cta.yoo-style2 {
  padding: 0;

  .yoo-cta-title {
    font-size: 36px;
    margin-bottom: 6px;
  }

  .yoo-cta-subtitle {
    font-size: 18px;
    margin-bottom: 22px;
  }

  .yoo-btn.yoo-style3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .yoo-cta.yoo-style1 {
    flex-direction: column;
    align-items: flex-start;

    .yoo-cta-img {
      margin-right: 0;
      margin-bottom: 20px;
    }
  }
}

@media screen and (max-width: 575px) {
  .yoo-cta.yoo-style2 {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}

/*========== End CTA  ==========*/
