.callout-container {
  background-color: #006be9ff;
  border-radius: 20px;
  padding: 40px;
}

.callout-container .callout-text {
  flex: 1;
}

.callout-text p:last-child {
  margin-bottom: 0;
}

.callout-text p {
  font-weight: 400;
  color: #fff;
}

.callout-text h2 {
  color: #fff;
}
