.o-cta-blocks__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.o-cta-blocks__title {
  font-family: var(--ff-primary);
  text-align: left;
  font-weight: 400;
}
.o-cta-blocks__cta-blocks-container {
  margin-bottom: 3rem;
}
.o-cta-blocks__cta-block {
  padding: 1.5rem 0.5rem;
}
.o-cta-blocks__image-container img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .o-cta-blocks__cta-block {
    padding: 1.5rem 2rem;
  }
  .o-cta-blocks__title {
    margin-bottom: 5rem;
    text-align: center;
  }
}
