#why_us_div {
  width:100%;
  max-width:1200px;
  margin:auto;
  text-align:center;
  padding-top:60px;
  padding-bottom:60px;
  /*margin-top:60px;*/
  margin-bottom:60px;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-size:100% 100%;
}

.why_us_content_div {
  display:inline-block;
  width:300px;
  text-align:justify;
  padding:20px;
  /*background-color:rgb(255,253,0);*/
  background-color:rgb(255,203,0);
  background-color:var(--bgr);
  color:black;
  color:var(--clr);
  border-radius:10px;
  overflow:hidden;
  height:515px;
}

.why_us_content {
  color:rgb(255,253,0);
  color:var(--bgr);
  background-color:black;
  background-color:var(--clr);
  width:250px;
  /*height:50px;*/
  border-radius:10px;
  position:relative;
  margin-top:20px;
  margin-bottom:20px;
  padding-top:10px;
  padding-bottom:1px;
  text-align:center;
  font-size:20px;
}

#why_us_details {
  margin-right:50px;
  overflow:hidden;
}

@media (max-width: 670px) {
  #why_us_details {
    margin-right:0px;
    /*margin-bottom:20px;*/
  }
}

#why_us_div_id {
  max-width:1200px;
  width:100%;
  text-align:center;
  background-color:black;
  background-color:var(--clr);
  color:rgb(255,253,0);
  color:var(--bgr);
  margin:auto;
  margin-top:80px;
  margin-bottom:80px;
  padding-top:40px;
  padding-bottom:40px;
}

#why_us_container {
  margin-top:40px;
  background-color:rgb(38,166,154);
  margin-bottom:40px;
  padding-top:20px;
  padding-bottom:20px;
  margin-bottom:50px;
}

