.elementor-1251 .elementor-element.elementor-element-354b15d{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-1c46f31 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-44914f1 */.whyus div#whyUs1 {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  justify-content: center;
}
.whyus div#whyUs1 > h2 {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.whyus div#whyUs1 > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding: 10px 2%;
  width: 100%;
}
.whyus div#whyUs1 > div > div {
  width: 22%;
  padding: 40px 24px 28px 24px;
  position: relative;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 20px #0000000d;
  transition: all 300ms linear;
}
.whyus div#whyUs1 > div > div:hover {
  box-shadow: 0 10px 70px rgba(0, 0, 0, 0.308) !important;
  transform: translateY(-5px);
}
.whyus div#whyUs1 > div > div > p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 !important;
  margin: 0 !important;
}
.whyus div#whyUs1 > div > div > span {
  padding: 10px;
  border: 6px solid;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #893de8;
  transition: all 300ms linear;
}
.whyus div#whyUs1 > div > div > span > img {
  width: 22px;
  height: 22px;
}
.whyus div#whyUs1 > div > div.item1 > span {
  background-color: #ebe6f2;
  border-color: #f8f5fd;
}
.whyus div#whyUs1 > div > div.item1:hover > span {
  border-color: #893de8;
}
.whyus div#whyUs1 > div > div.item2 > span {
  background-color: #ddfbe8;
  border-color: #f0fdf4;
}
.whyus div#whyUs1 > div > div.item2:hover > span {
  border-color: #22c58e;
}
.whyus div#whyUs1 > div > div.item3 > span {
  background-color: #ffd3b3;
  border-color: #ffebdd;
}
.whyus div#whyUs1 > div > div.item3:hover > span {
  border-color: #ff954d;
}
.whyus div#whyUs1 > div > div.item4 > span {
  background-color: #ffb9ca;
  border-color: #ffdbe8;
}
.whyus div#whyUs1 > div > div.item4:hover > span {
  border-color: #d8326e;
}
.whyus div#whyUs1 > div > div::before {
  display: block;
  height: 2px;
  content: "";
  width: 50%;
  position: absolute;
  background-color: #ead6ff;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 300ms linear;
  border-radius: 40%;
  box-shadow: 0 0 50px pink;
}
.whyus div#whyUs1 > div > div.item1:hover::before {
  background-color: #893de8;
}
.whyus div#whyUs1 > div > div.item2:hover::before {
  background-color: #22c58e;
}
.whyus div#whyUs1 > div > div.item3:hover::before {
  background-color: #ff954d;
}
.whyus div#whyUs1 > div > div.item4:hover::before {
  background-color: #d8326e;
}
.whyus div#whyUs1 > div > div:hover::before {
  width: 80%;
}
@media (max-width: 576px) {
  .whyus div#whyUs1 > h2 {
    font-size: 20px;
    font-weight: 700;
  }
  .whyus div#whyUs1 > div {
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }
  .whyus div#whyUs1 > div > div {
    width: 90%;
  }
}/* End custom CSS */