*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}


.why-container {
  display: flex;
}

.container>div {
  flex: 1;
}

.container>div>.why-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}

.section-heading {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.section-heading span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}

.section-heading em {
  font-style: normal;
  font-weight: 600;
}

.heading-container .section-heading {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}

.heading-container .section-heading:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #111;
}

.heading-container .section-heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #333;
}

