.intro-header-container-aboutPage {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.intro-text-aboutPage {
  border: 1px solid lightgray;
  width: 75%;
  padding: 29px;
  margin-top: 25px;
  background-color: #fff;
  margin-bottom: 35px;
}

.intro-text-aboutPage span {
  color: gray;
  font-size: 16px;
  font-weight: 900;
}

.text-aboutPage {
  font-weight: 900;
  font-size: 14px;
  color: #545454;
  margin: 0 6px;
}

.emailto {
  color: black;
  font-weight: 900;
}

.background-MainProgram-aboutPage {
  background-color: #fff;
  width: 100%;
  max-width: 1300px;
  margin: auto;
}

.mainProgram-container-title-h1-aboutPage {
  color: black;
  font-size: 20px;
  font-weight: 900;
}

.winning-logo {
  text-align: center;
  margin: 35px 0;
}

.winning-logo img {
  border: 0.1px solid #ececec;
  width: 80%;
}

.border-top {
  border-top: 1px solid lightgray;
}

.mainProgram-container-title-h1-summit {
  color: black;
  font-size: 20px;
  font-weight: 900;
  text-shadow: 0.1px 0 black;
}

.hr_submit_logo {
  width: 7%;
}

.color-background-past {
  background-color: rgba(141, 49, 39, 0.7);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pastSubmits-Year {
  font-size: 23px;
  font-weight: 900;
  color: #e5e5e5;
}

.pastSubmits-location {
  font-size: 12px;
  color: #e5e5e5;
  text-shadow: 0.1px 0 #e5e5e5;
}

.intro-title-aboutPage {
  font-size: 23px;
}

.partnerSection-container-title-h1-aboutSection {
  color: white;
}

.background-aboutPage {
  background: url(./assets/img/about-banner.png);
  height: 500px;
  background-position: unset;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
  width: 100%;
  max-width: 1300px;
  margin: auto;
  display: flex;
}

.onlyMobile {
  display: flex !important;
}

.onlyDesktop {
  display: none !important;
}

.image-title-aboutPage {
  width: 83%;
  margin-top: 0;
}

.pastSubmits_container {
  flex-direction: column;
  margin: 0;
}

.background-past1 {
  background-image: url(./assets/img/past1.jpg);
  width: 275px;
  height: 135px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 20px 0 5px 0;
}

.background-past2 {
  background-image: url(./assets/img/past2.jpg);
  width: 275px;
  height: 135px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 8px 0 35px 0;
}

.mainProgram-p-aboutpage {
  margin: 0 12px;
  font-size: 12px;
  text-align: center;
}

.align {
  text-align: center;
}

.background-footerSection-aboutPage-mobile {
  background-color: white;
  width: 100%;
  max-width: 1300px;
  height: 200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.background-footerSection-aboutPage-mobile div {
  margin: 15px;
}

.background-footerSection-aboutPage-mobile span {
  font-size: 16px;
}

.background-footerSection-aboutPage-desktop {
  background-color: #2e2e2e;
  width: 100%;
  max-width: 1300px;
  height: 200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.background-footerSection-aboutPage-desktop div {
  margin: 50px;
}

.background-footerSection-aboutPage-desktop span {
  font-size: 16px;
  color: white;
}

.mainProgram-container-title-div hr {
  width: 10%;
}

.about-partner {
  justify-content: space-around;
}

@media only screen and (min-width: 768px) {
  .image-title-aboutPage {
    width: 60%;
    margin-top: 90px;
  }

  .background-aboutPage {
    background: url(./assets/img/about-banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f7f7f7;
    width: 100%;
    max-width: 1300px;
    margin: auto;
    height: 620px;
    display: flex;
  }

  .intro-text-aboutPage span {
    font-size: 13px;
  }

  .onlyMobile {
    display: none !important;
  }

  .onlyDesktop {
    display: flex !important;
  }

  .pastSubmits_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0;
  }

  .background-past1 {
    background-image: url(./assets/img/past1.jpg);
    width: 275px;
    height: 135px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 10px;
  }

  .background-past2 {
    background-image: url(./assets/img/past2.jpg);
    width: 275px;
    height: 135px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 10px;
  }

  .winning-logo img {
    border: 0.1px solid #ececec;
    width: 100%;
  }

  .mainProgram-p-aboutpage {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
  }
}
