* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: table;
  padding: 0 15px;
}

.why-item {
  width: 30%;

  padding: 30px 20px;
}
.why-head {
  margin-top: 50px;
  text-align: center;
}
.why-head-left h2 {
  font-size: 14px;
  font-weight: 400;
  /*  padding: 0 302px;*/
  margin-top: 15px;
  color: #959393;
  margin-bottom: 30px;
  width: 30%;
  /* text-align: center; */
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.why-head-left h4 {
  color: #ffffff;
    margin-bottom: 40px;
    text-align: center;
    text-decoration: underline 3px #ffffff;
    text-underline-offset: 10px;
    font-family: "Rajdhani", sans-serif;
    font-weight: bold;
    font-size: 2rem;
}

.why-item .icon-wrap {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #00b3a1;
  margin-bottom: 10px;
}
.why-item .icon-wrap svg{
  width: 60%;
  height: 100%;
}
.why-item .item-cont p{
  margin: 0;
}
.why-item h4 {
  margin-bottom: 10px;
  font-size: 20px;
}
.why {
  text-align: center;
  padding-bottom: 100px;
  background-image: url(../img/our-bg.jpg);
  background-position: center center;
  background-size:cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.why-btn {
  text-decoration: none;
  border: 3px solid #000000;
  color: #ffffff !important;
  padding: 10px 15px;

  transition: 500ms;
  position: relative;
  top: 10px;
}

.why-btn:hover {
  background-color: #075849;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .why-item {
    width: 47%;
  }
}

@media only screen and (max-width: 425px) {
  .why-item {
    width: 100%;
  }
}
@media only screen and (max-width: 865px) {
  .why-head-left h2 {
    width: 44%;
  }
}
@media only screen and (max-width: 599px) {
  .why-head-left h2 {
    width: 58%;
  }
}
@media only screen and (max-width: 462px) {
  .why-head-left h2 {
    width: 77%;
  }
}
@media only screen and (max-width: 320px) {
  .why-head-left h2 {
    width: 95%;
  }
  .container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    display: table;
    padding: 0 15px;
  }
}
