#firstPage {
  background: #f5f5f5;
  display: flex;
}

#howToBuy > p {
  color: #16086c;
}

.tree > .box {
  background-color: #fcfcfc;
  width: 400px;
  box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.47);
  border-radius: 61px;
  border: 0;
  color: black;
  text-align: center;
}

.tree > .box1 {
  left: calc(50% - 440px);
}

.tree > .box2 {
  right: calc(50% - 440px);
}

.tree-phone .box {
  background-color: #fcfcfc !important;
  box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.47);
  border-radius: 61px;
  border: 0 !important;
  color: black !important;
  text-align: center;
}

.about {
  background: linear-gradient(180deg, #cae5f8 0%, rgba(243, 243, 243, 1) 100%);
}

.white-back {
  background: #f3f3f3 !important;
}

.white-back .card {
  background: #fcfcfc;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.25);
  border-radius: 61px;
  max-width: 300px;
  margin: 0 auto;
}

.titleBoxes {
  padding-bottom: 50px;
}

.tree {
  height: 600px;
}

#contentDiv {
  display: flex !important;
  flex-direction: column !important;
}

@media only screen and (max-width: 600px) {
  .about p {
    text-align: justify;
  }
  .col-xs-12 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
