#whychoose .whychoose_top {
  width: 100%;
  height: 40vh;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7176470588), rgba(0, 0, 0, 0.4392156863)), url(./img/why.jpg);
  color: white;
  display: grid;
  place-content: center;
  background-size: cover;
  text-align: center;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
#whychoose .whychoose_top h1 {
  font-size: 3vw;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-family: "PT Serif", serif;
}
#whychoose .whychoose_top p {
  line-height: 170%;
  color: rgb(226, 226, 226);
  letter-spacing: 1px;
  text-transform: capitalize;
  font-size: 1vw;
  letter-spacing: 3px;
  font-weight: 300;
}
#whychoose .whychoose_top img {
  width: 50px;
  margin: auto;
}
#whychoose .whychoose_bottom {
  width: 100%;
  padding: 30px 0;
}
#whychoose .whychoose_bottom .whychoose_bottom_content {
  margin: 30px auto;
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
#whychoose .whychoose_bottom .whychoose_bottom_content .whychoose_bottom_item {
  width: 30%;
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: 0.3s;
   border: 1px solid var(--primari-secend-color);
   &:nth-child(8){
    margin-right: auto; margin-left:5%;
  }
}
#whychoose .whychoose_bottom .whychoose_bottom_content .whychoose_bottom_item:hover {
  box-shadow: 0 0 80px rgb(223, 223, 223);
  border: 1px solid rgb(238, 238, 238);
  transform: scale(1.05);
}
#whychoose .whychoose_bottom .whychoose_bottom_content .whychoose_bottom_item .top .icon_img {
  padding: 10px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: grid;
  place-content: center;
}
#whychoose .whychoose_bottom .whychoose_bottom_content .whychoose_bottom_item .top .icon_img img {
  width: 90%;
}
#whychoose .whychoose_bottom .whychoose_bottom_content .whychoose_bottom_item h3 {
  font-size: 1.3vw;
  font-weight: 500;
  text-wrap: nowrap;
  padding: 10px 0;
}
#whychoose .whychoose_bottom .whychoose_bottom_content .whychoose_bottom_item p {
  font-size: 1vw;
  color: var(--primari-black-color);
  margin-top: 10px;
  line-height: 200%;
  width: 90%;
}

@media (max-width: 768px) {
  #whychoose .whychoose_top {
    background-position: 40% 30% !important;
    background-position-y: 0px !important;
  }
  #whychoose .whychoose_top h1 {
    font-size: 10vw;
  }
  #whychoose .whychoose_top p {
    font-size: 5vw;
    padding: 10px;
  }
  #whychoose .whychoose_top img {
    width: 50px;
    margin: auto;
  }
  #whychoose .whychoose_bottom {
    width: 100%;
  }
  #whychoose .whychoose_bottom .whychoose_bottom_content {
    margin: 30px auto;
    width: 95%;
    flex-wrap: wrap;
  }
  #whychoose .whychoose_bottom .whychoose_bottom_content .whychoose_bottom_item {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
      &:nth-child(8){
    margin-right: auto; margin-left:0%;
  }
  }
  #whychoose .whychoose_bottom .whychoose_bottom_content .whychoose_bottom_item .top {
    flex-direction: column;
  }
  #whychoose .whychoose_bottom .whychoose_bottom_content .whychoose_bottom_item .top .icon_img {
    margin-right: 0px;
     margin: auto;
  }
  #whychoose .whychoose_bottom .whychoose_bottom_content .whychoose_bottom_item .top .icon_img img {
    width: 70px;
    margin: auto;
  }
  #whychoose .whychoose_bottom .whychoose_bottom_content .whychoose_bottom_item h3 {
    font-size: 5vw;
  }
  #whychoose .whychoose_bottom .whychoose_bottom_content .whychoose_bottom_item p {
    font-size: 4vw;
    width: 90%;
    margin: auto;
  }
}/*# sourceMappingURL=why_choose.css.map */