.home-banner-main-title {
  max-width: 500px;
}

.fusion-flex-container .fusion-row .fusion-flex-column.solutions-enterprises,
.fusion-flex-container .fusion-row .fusion-flex-column.solutions-sm-businesses {
  display: none;
}

.solution-buttons-container {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.solution-button {
  padding: 10px 32px 10px 32px;
  border: 2px solid #022740;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.solution-button img {
  margin-right: 10px;
}

.solution-button:hover {
  background-color: #fff;
  outline: 0px;
}

.solution-button:focus {
  outline: 2px solid #000000;
  outline-offset: 2px;
}

.solutions-individual-button {
  background-color: #fff;
}


@media only screen and (max-width: 809.98px) {
  .solution-button img {
    display: none;
  }
 .solution-button {
    padding: 10px 10px 10px 10px;
    font-size: 13px;
  }
}