.custom-text-button-inner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}
.custom-text-button-inner-wrapper p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
  color: #272e22;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .custom-text-button-inner-wrapper p {
    font-size: 16px;
    line-height: 18px;
  }
}
