#banner {
  width: 100%;
  height: 250px;
}

#banner img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: cover;
}

#aboutus_header-frame {
  position: absolute;
  background: #569372;
  background: white;
  text-align: left;
  padding: 20px 5px 32px 25px;
  margin: auto;
  opacity: 0.68;
  margin-left: 20px;
}

.aboutSlide_1 {
  height: 60%;
  display: flex;
  text-align: left;
  padding: 0px;
}

.aboutSlide_1 h1 {
  font-family: "Cardo", serif;
  color: #00365f;
  color: #063844;
  font-size: 36px;
  font-weight: 400;
  text-transform: capitalize;
  //position: relative;
  //text-align: left;
}

.aboutSlide_2 {
  height: 40%;
  align-items: center;
  display: flex;
  text-align: left;
}

#about_us {
  display: flex;
  text-align: center;
}

#aboutus_left {
  display: block;
  background-color: white;
  border-bottom: 4px solid #00365f;
  border-bottom: 4px solid #063844;
  //margin: 5px 20px 5px 20px;
}

#aboutus_left h1 {
  display: flex;
  justify-content: center;
  font-size: 36px;
  font-weight: 400;
  color: #00365f;
  color: #063844;
  padding: auto;
}

#aboutus_left h2 {
  display: flex;
  //text-align: center;
  justify-content: space-around;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  color: #747474;
  padding: 7px 10px 5px 10px;
}

#aboutus_right {
  display: block;
  background-color: white;
  border-bottom: 4px solid #569372;
  margin: 5px 20px 5px 20px;
}

#aboutus_right h1 {
  display: flex;
  justify-content: center;
  font-size: 36px;
  font-weight: 400;
  color: #00365f;
  color: #063844;
  padding: auto;
}

#aboutus_right p {
  font-size: 14px;
  text-align: center;
  padding: 7px 10px 35px 10px;
  color: #747474;
  line-height: 16px;
}

.about_heading {
  font-size: 36px;
  color: #00365f;
  color: #063844;
  text-align: center;
  font-weight: 400;
}

#glance {
  display: block;
  text-align: center;
  background: white;
  padding-top: 20px;
  position: relative;
}

#attributes {
  display: flex;
  font-size: 20px;
  color: #00365f;
  color: #063844;
  position: relative;
}

.why_us {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  color: #747474;
  height: 210px;
  position: relative;
}

#attributes a,
#attributes p {
  color: #00365f;
  color: #063844;
}

#attributes a {
  font-size: 24px;
  font-weight: 500;
  text-decoration: transparent;
}

.why_us:hover {
  border-color: #d5d5d5;
  color: #fff !important;
  cursor: pointer;
}

#fast {
  border-bottom: 4px solid hsl(311deg 59% 38%);
  position: relative;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #e3ebe8 50%, #9a2885 50%);
  -webkit-transition: background-position 1s;
  -moz-transition: background-position 1s;
  transition: background-position 1s;
}

#fast:hover {
  background-position: 0 100%;
}

#control {
  border-bottom: 4px solid hsl(194deg 73% 61%);
  position: relative;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #e3ebe8 50%, #53c2e4 50%);
  -webkit-transition: background-position 1s;
  -moz-transition: background-position 1s;
  transition: background-position 1s;
}

#control:hover {
  background-position: 0 100%;
}

#flexible {
  border-bottom: 4px solid darkgoldenrod;
  position: relative;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #e3ebe8 50%, darkgoldenrod 50%);
  -webkit-transition: background-position 1s;
  -moz-transition: background-position 1s;
  transition: background-position 1s;
}

#flexible:hover {
  background-position: 0 100%;
}

#worryfree {
  border-bottom: 4px solid darkolivegreen;
  position: relative;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #e3ebe8 50%, darkolivegreen 50%);
  -webkit-transition: background-position 1s;
  -moz-transition: background-position 1s;
  transition: background-position 1s;
}

#worryfree:hover {
  background-position: 0 100%;
}

#portfolio {
  display: grid;
  flex-direction: column;
  justify-content: center;
  color: #747474;
  text-align: center;
  background: rgb(219, 218, 218, 0.2);
}

#portfolio a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: underline;
}

#portfolio p {
  line-height: 26px;
  color: #063844;
}

#people {
  color: #747474;
  display: flex;
  text-align: center;
}

#people_left {
  display: flex;
  object-fit: contain;
}

#people_left img {
  max-width: 100%;
  object-fit: scale-down;
  //width: 50%;
}

#people_right {
  display: block;
}

#people_right p {
}

.people_profile {
  overflow-y: scroll;
  /* Hide the scrollbar for WebKit browsers */
  -webkit-overflow-scrolling: touch;
}

/* Hide scrollbar for Chrome, Safari, and Opera */
.people_profile::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge, and Firefox */
.people_profile {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.people_profile p {
  font-size: 0.75rem;
}

.people_profile p:hover {
  font-size: 0.8rem;
  color: #40517d !important;
}

.aboutus_button {
  position: relative;
  margin: 1.5rem auto;
  font-size: 10px;
  font-weight: 700;
  color: #747474;
  background-color: rgba(245, 245, 245, 0.8);
  text-transform: uppercase;
  border: 3px solid #00365f;
  border: 3px solid #063844;
  padding: 18px 40px 16px 27px;
  border-radius: 100px;
  letter-spacing: 1.57px;
  border-width: 4px;
  border-style: solid;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.aboutus_button:hover {
  text-decoration: none;
  background-color: #00365f;
  background-color: #063844;
  border-color: #d5d5d5;
  color: #fff !important;
}

/* Media Queries */
@media only screen and (max-width: 1440px) {
  #aboutus_header-frame {
    top: 10%;
    left: 5%;
    height: 70%;
  }

  #aboutus_left {
    padding: 0.5rem 0.5rem !important;
  }
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 767px) {
  #fast-1,
  #control-1,
  #flexible-1,
  #worryfree-1 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) {
}

@media only screen and (min-width: 576px) {
  #aboutus_right {
    margin: 0rem 0rem !important;
    padding: 0rem 0.5rem !important;
    border: none !important;
  }
}

@media only screen and (max-width: 576px) {
  #fast,
  #control,
  #flexibility,
  #worryfree {
    margin: 0rem 0rem 0rem 0rem !important;
  }

  #attributes {
    border-radius: 0.5rem !important;
    border: 0.5px solid rgb(230, 224, 224) !important;
  }
  #people {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  #people_left,
  #people_right {
    margin: 0rem 0rem 0rem 0rem !important;
  }
}

@media only screen and (min-width: 490px) {
  #people_right,
  #people_left {
    //width: 50%;
  }
}

@media only screen and (max-width: 490px) {
  #aboutus_left {
    padding: 0.5rem 0.5rem !important;
  }
}

@media only screen and (max-width: 430px) {
  .aboutSlide_1 h1 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 330px) {
  #aboutus_header-frame {
    top: 10%;
    left: 5%;
    height: 65%;
  }

  .aboutSlide_1 h1 {
    font-size: 1.5rem;
  }

  #about_us {
  }

  #aboutus_left {
  }

  #aboutus_left h1 {
  }

  #aboutus_left h2 {
  }

  #aboutus_right {
    padding: 5px 20px 30px 20px !important;
  }

  #aboutus_right h1 {
  }

  #aboutus_right p {
  }

  #glance {
  }

  #attributes {
  }

  .why_us {
  }

  #attributes a {
  }
}
