.content-3-3 .btn:focus,
.content-3-3 .btn:active {
  outline: none !important;
}

.content-3-3 {
  padding: 5rem 2rem;
}

.content-3-3 .img-hero {
  width: 100%;
  margin-bottom: 3rem;
}

.content-3-3 .right-column {
  width: 100%;
}

.content-3-3 .title-text {
  font: 600 1.875rem/2.25rem Poppins, sans-serif;
  margin-bottom: 2.5rem;
  letter-spacing: -0.025em;
}

.content-3-3 .title-caption {
  font: 500 1.5rem/2rem Poppins, sans-serif;
  margin-bottom: 1.25rem;
}

.content-3-3 .circle {
  font: 500 1.25rem/1.75rem Poppins, sans-serif;
  height: 3rem;
  width: 3rem;
  margin-bottom: 1.25rem;
  border-radius: 9999px;
  background-color: #504cee;
}

.content-3-3 .text-caption {
  font: 400 1rem/1.75rem Poppins, sans-serif;
  letter-spacing: 0.025em;
  color: #999999;
}

.content-3-3 .btn-learn {
  font: 600 1rem/1.5rem Poppins, sans-serif;
  padding: 1rem 2.5rem;
  background-color: #504cee;
  transition: 0.3s;
  letter-spacing: 0.025em;
  border-radius: 0.75rem;
}

.content-3-3 .btn-learn:hover {
  background-color: #7370ff;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .content-3-3 .title-text {
    font: 600 2.25rem/2.5rem Poppins, sans-serif;
  }
}

@media (min-width: 992px) {
  .content-3-3 .img-hero {
    width: 50%;
    margin-bottom: 0;
  }

  .content-3-3 .right-column {
    width: 50%;
  }

  .content-3-3 .circle {
    margin-right: 1.25rem;
    margin-bottom: 0;
  }
}