/*------------------ About Title Section */
.about {
  /* padding: 0 5%; */
  text-align: left;
  width: 70%;
  justify-self: center;
  line-height: 1.2;
}

.aboutVentSum {
  grid-area: multiPatVentSum;
  margin: 5%;
  /* padding: 1%; */
  background-color: white;

  display: grid;
  grid-template-rows: auto;
  grid-row-gap: 2em;
  grid-template-areas:
    "aboutTitleSection"
    "aboutLetter"
    "aboutMPVS"
    "aboutus"
    "contactTitleSection"
    "contactSection";

  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.smallDescTitle {
  text-align: center;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
}

/*------------------ About Title Section */
.aboutTitleSection {
  grid-area: aboutTitleSection;
  padding: 2em;
  background-image: linear-gradient(to top right, #7d8a9e, rgb(33, 142, 131));

  display: grid;
  grid-template-rows: auto;
  grid-template-areas: "aboutTitle";
}

.aboutTitle {
  grid-area: aboutTitle;
  align-self: center;
  color: white;
}

.aboutBreak {
  grid-area: aboutBreak;
  align-self: center;
  justify-self: center;

  width: 50%;
  height: 100%;
}
.aboutLetter {
  grid-area: aboutLetter;
}

/*------------------ About the Multi-Patient Vent Simulator Section */
.aboutMPVS {
  grid-area: aboutMPVS;

  display: grid;
  grid-row-gap: 1em;
  grid-column-gap: 1em;
  grid-template-areas:
    "aboutMPVStitle aboutMPVSImgs"
    "aboutMPVSPara aboutMPVSImgs"
    "aboutMPVSlist aboutMPVSImgs"
    "aboutMPVSPara1 aboutMPVSImgs";
}

.aboutMPVSImgs {
  grid-area: aboutMPVSImgs;
  position: relative;
  justify-self: center;
}

.aboutMPVSImg1 {
  position: relative;
  top: 80px;
  left: 0;
  height: 225px;
  width: 225px;
  border-radius: 5px;
}

.aboutMPVSImg2 {
  position: absolute;
  top: 25px;
  left: 125px;
  height: 200px;
  width: 200px;
  border-radius: 5px;
  background-size: 100%;
}

.aboutMPVStitle {
  grid-row: aboutMPVStitle;
}
.aboutMPVSPara {
  grid-area: aboutMPVSPara;
}
.aboutMPVSlist {
  grid-area: aboutMPVSlist;
}
.aboutMPVSPara1 {
  grid-area: aboutMPVSPara1;
}

.aboutMPVS .aboutMPVSlist {
  text-align: left;
  list-style-type: none;
  /* margin: 20px auto; */
  padding: 0px;
}

/*------------------ About the Task Force */
.aboutus {
  grid-area: aboutus;

  display: grid;
  grid-row-gap: 1em;
  grid-column-gap: 1em;
  grid-template-areas:
    "aboutUSImgs aboutUStitle"
    "aboutUSImgs aboutusPara"
    "aboutUSImgs aboutusList";
}

.aboutUSImgs {
  grid-area: aboutUSImgs;
  position: relative;
  width: 280;
  top: 0;
  justify-self: center;
}

.aboutUSImg2 {
  position: relative;
  top: 35px;
  right: 0;
  /*left: -25px;*/
  height: 250px;
  width: 250px;
  border-radius: 5px;
  background-size: 100%;
}

.aboutUSImg3 {
  position: absolute;
  top: 220px;
  right: 72px;
  /* left: 125px; */
  /* height: 250px; */
  width: 280px;
  border-radius: 5px;
  background-size: 100%;
}

.aboutUStitle {
  grid-area: aboutUStitle;
}
.aboutusPara {
  grid-area: aboutusPara;
  text-align: right;
}
.aboutusList {
  grid-area: aboutusList;
}

.aboutus .aboutusList {
  text-align: right;
  list-style-type: none;
  /* margin: 20px auto; */
  padding: 0px;
}

/*------------------ About Title Section */
.contactTitleSection {
  grid-area: contactTitleSection;
  background-color: white;

  display: grid;
  grid-template-rows: auto 1em;
  grid-template-areas:
    "contactTitle"
    "contactBreak";
}

.contactTitle {
  grid-area: contactTitle;
  align-self: center;
}

.contactBreak {
  grid-area: contactBreak;
  align-self: center;
  justify-self: center;

  width: 50%;
  height: 100%;
}

/*------------------ About Title Section */
.contactSection {
  grid-area: contactSection;
  background-color: white;
}

.contactInfo {
  height: auto;
  padding: 0 1em 1em;
}

/*------------------------ Tablet Styles -----------------------*/
@media (max-width: 1400px) and (min-width: 1007px) {
}

/*------------------------ Mobile Styles -----------------------*/
@media only screen and (max-width: 1007px) {
  .aboutVentSum {
    padding: 95px 0 0 0;
    margin: 2% 0;
  }

  .aboutMPVS {
    grid-template-areas:
      "aboutMPVSImgs"
      "aboutMPVStitle"
      "aboutMPVSPara"
      "aboutMPVSlist"
      "aboutMPVSPara1";
  }

  .aboutMPVSImg1,
  .aboutMPVSImg2,
  .aboutUSImg2 {
    height: 150px;
    width: 150px;
  }

  .aboutMPVSImg1 {
    top: 0;
    left: -60px;
    height: 150px;
    width: 150px;
  }

  .aboutMPVSImg2 {
    height: 150px;
    width: 150px;
    top: -30px;
    left: 50px;
  }

  .aboutUSImg2 {
    position: relative;/*absolute*/
    right: 60px;
    top: -15px;
    width: 150px;
  }

  .aboutUSImg3 {
    position: absolute; /*relative*/
    top: 40px;
    left: 25px;
    width: 190px;
  }

  .aboutus {
    grid-template-areas:
      "aboutUSImgs"
      "aboutUStitle"
      "aboutusPara"
      "aboutusList";
  }
  .aboutBreak {
    width: 100%;
  }

  .about {
    padding: 0;
  }
}