.toga-cta {
  display: flex;
  align-items: center;
}

.toga-cta.cta-left {
  justify-content: flex-start;
  text-align: left;
}

.toga-cta.cta-center {
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
}

.toga-cta.cta-right {
  flex-direction: row-reverse;
  text-align: right;
}

.toga-cta.toga-cta-block-btn {
  flex-wrap: wrap;
}

.toga-cta-button {
  white-space: nowrap;
}

.toga-cta.toga-cta-block-btn .toga-cta-button {
  flex-basis: 100%;
  width: 100%;
  text-align: left;
}

.toga-cta .toga-cta-icon {
  margin: 0 20px 0 0;
}

.toga-cta .toga-cta-content {
  padding-right: 20px;
  flex: 1 1 auto;
}

.toga-cta .toga-cta-title {
  word-wrap: break-word;
  max-width: 100%;
  margin-bottom: 5px;
}

.toga-cta-content + .toga-cta-button {
  text-align: right;
}

.toga-cta-text p {
  margin: 0;
}

/* center */
.toga-cta.cta-center {
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
}

.toga-cta.cta-center .toga-cta-icon {
  margin: 0 0 20px;
}

.toga-cta.cta-center .toga-cta-content {
  margin: 0 0 20px;
}

/* right */
.toga-cta.cta-right .toga-cta-icon {
  margin: 0 0 0 20px;
}

.toga-cta.cta-right .toga-cta-content {
  padding-right: 0;

  padding-left: 20px;
}

.toga-cta .toga-cta-icon[class*="toga-cta-icon-bg-"] i {
  text-align: center;
}

.toga-cta .toga-cta-icon i {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}

.toga-cta .toga-cta-icon.toga-cta-icon-bg-circle i {
  border-radius: 50%;
}

.toga-cta .toga-cta-icon.toga-cta-icon-bg-radius i {
  border-radius: 10px;
}

@media (max-width: 992px) {
  .toga-cta {
    flex-direction: column;
  }

  .toga-cta .toga-cta-content,
  .toga-cta .toga-cta-icon {
    margin-right: 0 !important;
    padding-right: 0 !important;
    text-align: center;
  }

  .toga-cta .toga-cta-text {
    margin-bottom: 16px;
  }

  .toga-cta.toga-cta-block-btn .toga-cta-button {
    flex-basis: auto;
    width: auto;
  }

  .toga-cta-button .toga-btn {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 768px) {
  .toga-cta {
    justify-content: center !important;
    text-align: center !important;
  }
}
