/* .contactBtn {
  font-size: 1.1rem;
  padding: 0.7rem 2rem;
  font-weight: 800;
  cursor: pointer;
  background-color: #008442;
  color: white;
  border: none;
  border-radius: 10px;
  margin: 10px;
  text-align: center;
} */

.containerBusiness {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.containerBusiness section {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 0px;
  /* height: 100%; */
  background-color: #131729;
}

.containerBusiness section img {
  background-color: #131729;
  border-radius: 10px;
  padding: 20px;
}

.containerBusiness section div {
  background-color: #171b30;
  padding: 50px 10px;
  border-radius: 10px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
}

.containerBusiness section div h2,
h4 {
  padding: 0;
  margin: 0;
}

.containerBusiness section div h2 {
  font-size: 2rem;
}

.containerBusiness section div h5 {
  margin: 1rem 0;
  font-weight: 100;
}

.containerBusiness section div button {
  margin: 0.5rem 0;
  background-color: #008442;
  font-size: 1rem;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  padding: 0.5rem 2rem;
  border: none;
  border-radius: 10px;
}

.containerBusiness section {
  width: 500px;
}

@media screen and (min-device-width: 915px) {
  .containerBusiness {
    width: inherit;
    /* width: 1000px;
    position: relative;
    left: calc(((1000px - 915px) / 2) * -1);
    */
    margin: 70px 0;
    justify-content: space-between;
  }

  .containerBusiness section {
    width: 450px;
  }
}
