.titleBoxes .myBoxTitle {
  color: var(--main-color);
}

/* .titleBoxes {
    margin-top: 50px;
} */

.card h2 {
  /*color: var(--main-color);*/
  margin-top: 0 !important;
}

.card {
  background-color: white;
  border: 1px solid #bfbfbf;
  box-shadow: 6px 6px 5px #aaaaaa;
  padding: 30px 30px;
  min-height: 230px !important;
  margin: 10px;
}

.card p {
  line-height: 25px;
  text-align: justify;
}

.myBoxTitle {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.tree {
  position: relative;
  height: 500px;
}

.tree .line-1 {
  position: absolute;
  left: 50%;
  height: 100px;
  width: 2px;
  background-color: black;
}

.tree .line-2 {
  position: absolute;
  top: 100px;
  left: 20%;
  height: 2px;
  width: 60%;
  background-color: black;
}

.tree .line-3 {
  position: absolute;
  top: 101px;
  left: 20%;
  height: 50px;
  width: 2px;
  background-color: black;
}

.tree .line-4 {
  position: absolute;
  top: 101px;
  left: 80%;
  height: 50px;
  width: 2px;
  background-color: black;
}

.tree .box1 {
  /* position: absolute;
  top: 151px;
  padding: 10px;
  width: 400px;
  height: 320px;
  left: calc((20% - 200px));
  border: 1px solid;
   */
  position: absolute;
  border: 1px solid #0e72fd;
  color: #0e72fd;
  border-radius: 10px;
  top: 50px;
  padding: 10px;
  width: 480px;
  height: 480px;
  left: calc((50% - 490px));
}

.tree .box1 > p {
  font-size: 17px !important;
  margin-top: 60px;
}

.tree .box1 > div > p,
.tree .box2 > div > p {
  font-size: 17px !important;
}

.tree .box1 > div span,
.tree .box2 > div span {
  font-size: 13px !important;
}

.tree .box2 > p {
  font-size: 17px !important;
  margin-top: 35px;
}

.tree .box2 {
  /* position: absolute;
  top: 151px;
  padding: 10px;
  width: 400px;
  height: 320px;
  left: calc((80% - 200px));
  border: 1px solid; */
  position: absolute;
  padding: 10px;
  border: 1px solid;
  background-color: #0e72fd;
  color: white;
  border-radius: 10px;
  top: 50px;
  width: 480px;
  height: 480px;
  right: calc((50% - 490px));
}

.tree-phone {
  display: none;
}

.tree-phone > div > p:nth-child(1) {
  text-align: center;
}

.tree-phone > div {
  border-radius: 10px;
  padding: 10px;
}

.tree-phone > div:nth-child(1) {
  background-color: #0e72fd;
  color: white;
}

.tree-phone > div:nth-child(2) {
  color: #0e72fd;
  border: 1px solid #0e72fd;
}

.tree-phone div {
  margin-top: 20px;
}

.justify {
  text-align: justify;
}

.titleBoxes .col-xs-4,
.titleBoxes .col-sm-4 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media only screen and (max-width: 1130px) {
  .page {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .card {
    min-height: 230px !important;
  }
}

@media only screen and (max-width: 1050px) {
  .myBoxTitle h2 {
    font-size: 24px !important;
  }

  .card {
    min-height: 260px !important;
  }
}

@media only screen and (max-width: 940px) {
  .myBoxTitle img {
    margin-right: 5px !important;
  }

  .card {
    min-height: 230px !important;
    padding: 10px 10px !important;
  }

  .tree {
    display: none;
  }

  .tree-phone {
    display: flex !important;
    flex-direction: column;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 1000px) {
  .titleBoxes > .col-sm-4 > .card {
    max-width: 230px !important;
  }
}

@media only screen and (max-width: 767px) {
  .card {
    min-height: 100px !important;
    padding: 30px 30px !important;
  }
}

.worldOfGiftText {
  text-align: center;
  font-size: 30px;
  color: #023020;
}

.worldOfGift a {
  display: block;
}

.worldOfGift img {
  width: 200px;
}
