.appstore-container h1, 
.appstore-container h2,  
.appstore-container h3, 
.appstore-container h4, 
.appstore-container h5, 
.appstore-container h6 {
  all: revert;
}
/*==========MBA APP STORE PRODUCT LISTING PAGE===========*/

/*==========Typography===========*/

.profile-listing-page-header > h4 {
  font-weight: 400;
  color: #888888;
  margin: 1em 0 0 0;
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-size: 1rem;
}

.profile-listing-page-header > h1 {
  margin: 0.15em 0 1em 0;
  font-size: 2rem;
}

.profile-listing-page-header > h4 a {
  text-decoration: none;
  color: #205576;
  transition: 0.3s;
}

.profile-listing-page-header > h4 a:hover {
  color: #07a044;
}

.profile-item-title {
  font-weight: 700;
  color: #575757;
  font-size: 0.9rem;
  text-transform: capitalize;
}

.profile-item-text {
  margin: 0;
}

/*======== Layout===========*/

.profile-listing-page {
  font-family: "Open Sans", sans-serif !important;
  color: #205576 !important;
  background-color: rgb(141, 205, 244, 0.12);
  padding: 1em;
  max-width: 1600px;
  margin: 0 auto;
  font-size: 1rem;
  margin-top: 2em;
}

.profile-listing-page-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2em;
}

.profile-listing-page-search {
  width: 350px;
  height: 30px;
  border: #c9cacb 1px solid;
  background: transparent;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  border-radius: 0.4em;
  letter-spacing: 1px;
  font-size: 0.7rem;
}

#profile-listing-page-table-header,
.profile-listing-page-content-item {
  display: grid;
  grid-template-columns: 25px 450px 150px 150px repeat(3, 1fr) 300px;
  column-gap: 20px;
  align-items: center;
}

.profile-listing-page-content-item {
  background-color: white;
  padding: 0;
  grid-template-rows: max-content;
}

.profile-side-banner-container {
  background: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-listing-page-content-item a {
  text-decoration: none;
}

.profile-side-banner-container-bestseller {
  background: #215576;
  color: #ffc300;
}

.profile-side-banner-container-reapplicant {
  background: #762155;
  color: #dbdbdb;
}

.profile-side-banner-container-expert {
  background: #07A044;
  color: #dbdbdb;
}

.profile-side-banner-container > p {
  writing-mode: vertical-rl;
  margin: 0;
  font-size: 0.7em;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transform: rotate(180deg);
  padding: 0.5rem 0;
}

#profile-listing-page-table-header > p,
.profile-item-pre-MBA-industry-header,
.profile-item-nationality-header,
.profile-item-gmat-score-header,
.profile-item-gender-header,
.profile-item-pre-MBA-accepted-at-header {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.7em;
}

#profile-listing-page-content-container {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.profile-item-pre-MBA-industry,
.profile-item-gmat-score,
.profile-item-gender {
  color: #575757;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: capitalize;
}

.profile-item-header-container {
  display: grid;
  grid-template-columns: 120px 160px;
  gap: 20px;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s;
}

.profile-item-header-container:hover {
  transform: scale(1.07);
}

.profile-item-logo-container,
.profile-item-schools-container {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.2em;
}

.profile-item-logo-container > img {
  width: 100%;
  border-radius: 0.5em;
}

.profile-item-schools-container {
  grid-template-columns: repeat(2, 45%);
}

.profile-school-badge {
  border-radius: 0.2em;
  gap: 0.4em;
  background-color: rgb(51, 76, 153);
}

.profile-school-badge > p {
  margin: 0;
  font-size: 0.7rem;
  padding: 0.2em;
  font-weight: 500;
  color: white;
  text-align: center;
}

.profile-school-id-extra {
  margin-bottom: -2em;
  font-size: 0.7rem;
  font-style: italic;
  grid-column: span;
}

.profile-item-button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profile-item-price-container {
  display: flex;

  gap: 2em;
  align-items: center;
  padding: 1em 0;
}

.profile-item-buy-button > img,
.profile-item-buy-button > p {
  margin: 0;
}

.profile-item-button-container {
  font-weight: 700;
}

.profile-nationality-flag {
  width: 50px;
  border: #eceded 1px solid;
}

.profile-item-purchases {
  color: #575757;
  font-weight: 400;
  font-size: 0.8rem;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.profile-index-page-footer {
  display: flex;
  justify-content: center;
  padding: 2em;
  gap: 3em;
}

.profile-index-page-footer-2 {
  font-size: 0.8rem;
  color: #575757;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*============ Buttons ======================*/

.profile-item-buy-button {
  display: flex;
  width: 100%;
  align-items: center;
  background: #215576;
  color: #ffc300;
  font-weight: 700;
  font-size: 0.8rem;
  border-radius: 0.5em;
  padding: 0.4em 0.8em;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.3s;
}

#navigateBackAppStore,
#navigateForwardAppStore {
  padding: 8px 16px;
  text-decoration: none;
  background-color: #215576;
  color: #ffc300;
  border-radius: 0.4em;
  font-weight: 500;
  border: none;
  transition: 0.3s;
  cursor: pointer;
}

#navigateBackAppStore:hover,
#navigateForwardAppStore:hover,
#navigateBackAppStore:focus,
#navigateForwardAppStore:focus,
.profile-item-buy-button:hover,
.profile-item-buy-button:focus {
  transform: scale(1.1);
}

#navigateBackAppStore:disabled,
#navigateForwardAppStore:disabled {
  cursor: not-allowed;
  transform: none;
  background-color: #8a8a8a;
  color: black;
}

@media screen and (min-width: 1350px) {
  .profile-item-header-container {
    grid-template-columns: 120px 310px;
  }
}

@media screen and (max-width: 1350px) {
  #profile-listing-page-table-header,
  .profile-listing-page-content-item {
    grid-template-columns: 25px 300px 150px repeat(3, 1fr) 300px;
  }
  .profile-item-pre-MBA-industry,
  .profile-item-pre-MBA-industry-header {
    display: none;
  }
}

@media screen and (max-width: 1150px) {
  #profile-listing-page-table-header,
  .profile-listing-page-content-item {
    grid-template-columns: 25px 300px 150px repeat(2, 1fr) 300px;
  }
  .profile-item-gender-header,
  .profile-item-gender {
    display: none;
  }
}

@media screen and (max-width: 1050px) {
  #profile-listing-page-table-header,
  .profile-listing-page-content-item {
    grid-template-columns: 25px 300px 150px repeat(1, 1fr) 300px;
  }
  .profile-item-nationality,
  .profile-item-nationality-header {
    display: none;
  }
}

@media screen and (max-width: 950px) {
  #profile-listing-page-table-header,
  .profile-listing-page-content-item {
    grid-template-columns: 25px 300px 150px 300px;
  }
  .profile-item-gmat-score,
  .profile-item-gmat-score-header {
    display: none;
  }
}

@media screen and (max-width: 850px) {
  #profile-listing-page-table-header,
  .profile-listing-page-content-item {
    grid-template-columns: 25px 300px 300px;
  }
  .profile-item-schools-container,
  .profile-item-pre-MBA-accepted-at-header {
    display: none;
  }
  .profile-listing-page-nav {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 700px) {
  #profile-listing-page-table-header,
  .profile-listing-page-content-item {
    grid-template-columns: 25px auto 250px;
  }
  .profile-item-price-container {
    gap: 1em;
  }

  .profile-item-logo-container {
    max-width: 100px;
  }

  .profile-item-button-container > p {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  #profile-listing-page-table-header,
  .profile-listing-page-content-item {
    grid-template-columns: 25px 1fr 0.7fr;
    width: 100%;
  }

  .profile-item-header-container {
    grid-template-columns: 80px 140px;
  }

  .profile-item-title,
  .profile-item-buy-button {
    font-size: 0.7rem;
  }

  .profile-item-title {
    width: 100%;
  }

  .profile-item-price-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
@media screen and (max-width: 420px) {
  .profile-side-banner-container-expert,
  .profile-side-banner-container-reapplicant {
    background: transparent;
    color: transparent;
  }

  .profile-item-buy-button > p {
    font-size: 0.6rem;
  }

  .profile-index-page-footer-2 {
    margin-left: 0.5em;
  }

  .profile-listing-page-nav {
    padding-left: 0;
  }

  #profile-listing-page-table-header,
  .profile-listing-page-content-item {
    grid-template-columns: 1px 1fr 0.8fr;
    column-gap: 10px;
  }
  .profile-item-header-container {
    grid-template-columns: 60px 100px;
  }

  .profile-listing-page-searchbar {
    width: 100%;
  }

  .profile-listing-page-search {
    width: 90%;
    font-size: 0.7rem;
  }

  .profile-index-page-footer {
    gap: 2em;
    padding: 1em;
  }
  #navigateBackAppStore,
  #navigateForwardAppStore {
    font-size: 0.7rem;
  }
}

/*=========================
===========================
===========================MBA APP STORE PROFILE PAGE
==================================================================*/

/*==========Layout===========*/
.profile-listing-page-2 {
  font-family: "Open Sans", sans-serif !important;
  color: #205576 !important;
  background-color: rgb(141, 205, 244, 0.12);
  padding: 1em;
  max-width: 1600px;
  margin: 0 auto;
}

.profile-listing-page-body {
  margin: 2em;
  background: white;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
}

.profile-listing-page-container-outer {
  display: grid;
  grid-template-columns: 25px auto 25px;
}

#profile-listing-page-container {
  padding: 2em 0;
  display: flex;
  column-gap: 3em;
}

.profile-listing-page-nav-container {
  margin: 0.5rem 1.5rem;
  position: sticky;
  position: -webkit-sticky;
  top: 1rem;
}

.profile-listing-page-nav-container > a {
  font-size: 0.8rem;
  font-weight: 700;
  color: #575757;
  text-decoration: none;
}

.profile-listing-page-nav-container > a:hover {
  color: #205576;
}

#profile-listing-page-logo-container {
  width: 20%;
  display: grid;
  position: sticky;
  position: -webkit-sticky;
  top: 7rem;
  align-self: flex-start;
  max-height: 300px;
  grid-template-columns: auto auto;

  gap: 0.5em;
  margin-left: 2em;
  justify-items: center;
  margin-top: 2em;
}
#profile-listing-page-logo-container > img {
  width: 100%;
  margin: 0;
  border-radius: 1em;
}

.profile-listing-page-moveable {
  display: flex;
  flex-direction: column;
  width: 80%;
  row-gap: 3em;
}

.profile-listing-page-header-aside {
}

.profile-listing-page-header-aside > h2 {
  margin: 0.5em 0;
  text-transform: capitalize;
  font-size: 1.5rem;
}

.profile-listing-page-header-aside > p {
  width: 70%;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.1rem;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

#profile-listing-page-app-results > h3,
.profile-listing-page-background > h3,
.profile-listing-page-app-contents > h3 {
  margin: 1em 0 0.5em;
  display: block;
  font-size: 1.17rem;
  margin-block-start: 1rem;
  margin-block-end: 1rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.profile-listing-page-app-contents > p {
  font-size: 0.8rem;
  font-weight: 700;
  color: #575757;
  margin: 1em 0;
}

.profile-listing-page-header-badge-container {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 0.3em 0.3em;
  width: 100px;
  margin: 0;
  border-radius: 0.2em;
  background: #205576;
  color: white;
  text-align: center;
}

.profile-listing-page-header-badge-container-red {
  background: #762155;
}

.profile-listing-page-app-results-container {
  display: grid;
  grid-template-columns: auto 100px 1fr;
  background: #dfffec;
  border-radius: 0.5rem;
  width: 80%;
  margin-bottom: 1em;
}

.profile-listing-page-app-results-container > p {
  color: #07a044;
  font-weight: 500;
  font-size: 1rem;
  padding-left: 1rem;
  display: block;
  margin-block-start: 1rem;
  margin-block-end: 1rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.profile-listing-page-app-results-container-yellow > p {
  color: #aea80c;
}

.profile-listing-page-app-results-container-red > p {
  color: #b60000;
}

.profile-listing-page-app-results-container-blue > p {
  color: #0049b6;
}

.profile-listing-page-app-results-container > p:nth-child(2) {
  font-weight: 500;
  align-self: center;
}

.profile-listing-page-app-results-container > p:nth-child(3) {
  padding-left: 4em;
}

.profile-listing-page-app-results-badge {
  border-radius: 0.5rem;
  width: 50px;
  font-size: 1.7rem;
  font-weight: 500;
  color: white;
  background: #07a044;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-listing-page-line {
  border: 0.8px solid #ababab;
  width: 30%;
  margin-bottom: 1rem;
}

/*====== Background Info Table========*/

.profile-listing-page-info-table {
  width: 80%;
  display: grid;
  grid-template-columns: 0.75fr 1fr;
}

.profile-listing-page-cell {
  border-bottom: 1.5px solid #d3d6de;
  padding: 1em 2em;
  background: #f5f7f9;
  color: #454748;
  font-size:1rem;
}
.profile-listing-page-cell:nth-child(odd) {
  font-weight: 700;
}

.profile-listing-page-cell:nth-child(even) {
  font-weight: 500;
}

.profile-listing-page-cell:nth-child(1) {
  border-radius: 1em 0 0 0;
}

.profile-listing-page-cell:nth-child(2) {
  border-radius: 0 1em 0 0;
}

.profile-listing-page-cell:last-child {
  border-radius: 0 0 1em 0;
  border: none;
}

.profile-listing-page-cell:nth-last-child(2) {
  border-radius: 0 0 0 1em;
  border: none;
}

/*====================================*/

#profile-listing-page-app-contents-school-container {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1em;
}

.profile-listing-page-app-contents-school-container-pdf {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.profile-listing-page-app-contents-school-file {
  width: 95%;
  display: grid;
  grid-template-columns: 130px auto;
  border: 2px solid #bababa;
  border-radius: 0.5em;
}

.profile-listing-page-app-contents-school-file > img {
  width: 60%;
  margin: 0;
  padding: 1.5em;
  border-radius: 0.5em;
  transition: 0.3s;
}

.profile-listing-page-app-contents-school-file > img:hover {
  transform: scale(1.1);
}

.profile-listing-page-app-contents-school-pdf-item {
  width: 100px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: 0.3s;
}
.profile-listing-page-app-contents-school-pdf-item:hover {
  transform: scale(1.1);
}
.profile-listing-page-app-contents-school-pdf-item > img {
  width: 40%;
}

.profile-listing-page-app-contents-school-pdf-item > p {
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 0.8rem;
  display: block;
  margin-block-start: 1rem;
  margin-block-end: 1rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.profile-listing-page-app-contents-school-container-aside {
  margin-right: 1em;
}

.profile-listing-page-app-contents-school-container-aside > h3 {
  font-weight: 700;
  margin: 0.5rem 0;
  color: #454748;
  display: block;
  font-size: 1.17rem;
}

.profile-listing-page-app-contents-school-container-aside > p {
  font-size: 0.7rem;
  font-weight: 500;
  margin-bottom: 3rem;
}

.profile-listing-page-footer {
  color: #575757;

  font-weight: 700;
  font-size: 0.8rem;
  margin-top: 4em;
  text-align: center;
  align-self: center;
}

.profile-listing-page-navigation-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 100px;
  position: sticky;
  top: 50%;
}

.profile-listing-page-navigation-btn:disabled {
  cursor: not-allowed;
}

.profile-listing-page-nav-container-aside {
  font-size: 2.5em;
  transition: 0.3s;
}

.profile-listing-page-nav-container-aside:hover,
.profile-listing-page-nav-container-aside:active {
  transform: scale(1.4);
}

.profile-listing-page-nav-container-aside:disabled {
  transform: none;
}

.profile-listing-page-nav-container-aside > img {
  width: 25px;
}
#profile-listing-page-nav-container-aside-right > img {
  transform: rotate(180deg) translateX(10px);
}

@media screen and (max-width: 1250px) {
  #profile-listing-page-app-contents-school-container {
    grid-template-columns: auto;
  }
}

@media screen and (max-width: 1000px) {
  #profile-listing-page-container {
    flex-direction: column;
    margin-left: 2em;
  }

  #profile-listing-page-logo-container {
    position: relative;
    top: 0;
    margin: 0;
    width: 150px;
    height: 150px;
  }

  .profile-listing-page-nav-container {
    position: relative;
  }

  .profile-listing-page-moveable {
    width: 90%;
    row-gap: 2em;
  }

  .profile-listing-page-app-results-container,
  .profile-listing-page-info-table,
  .profile-listing-page-header-aside > p {
    width: 100%;
  }

  .profile-listing-page-header-aside > h2 {
    margin-top: -6.5em;
    margin-left: 8em;
  }

  .profile-listing-page-header-badge-container {
    margin-left: 17em;
  }
  .profile-listing-page-header-aside > p {
    margin-top: 8em;
  }

  .profile-listing-page-line {
    width: 40%;
  }
}

@media screen and (max-width: 650px) {
  .profile-listing-page-app-results-container {
    grid-template-columns: auto 0.5fr 1fr;
  }

  .profile-listing-page-header-aside > p {
    margin-top: 5em;
  }

  .profile-listing-page-header-aside > h2 {
    font-size: 1.4rem;
  }

  .profile-listing-page-app-results-container > p:nth-child(3) {
    padding-left: 1em;
  }

  .profile-listing-page-app-contents-school-container-pdf {
    margin-left: -2em;
  }
}

@media screen and (max-width: 520px) {
  .profile-listing-page-body {
    width: 100%;
    margin: 0;
  }

  .profile-listing-page-2 {
    padding: 0;
    width: 100%;
  }
  .profile-listing-page-container-outer {
    max-width: 100%;
    grid-template-columns: 20px 1fr 20px;
  }

  .profile-listing-page-moveable {
    width: 90%;
  }

  .profile-listing-page-nav {
    padding-left: 1em;
    width: 100%;
  }

  .profile-listing-page-header {
    width: 100%;
  }

  #profile-listing-page-container {
    margin-left: 1em;
    width: 100%;
  }

  #profile-listing-page-logo-container {
    width: 110px;
    height: 110px;
  }

  #profile-listing-page-logo-container > img {
    border-radius: 0.5em;
  }

  .profile-listing-page-header-aside > h2 {
    font-size: 1.2rem;
    width: 50%;
    margin-top: -6em;
    margin-left: 6.5em;
  }

  .profile-listing-page-header-aside > p {
    margin-top: 3em;
    margin-bottom: 2em;
  }

  .profile-listing-page-header-badge-container {
    margin-left: 11.5em;
  }

  #profile-listing-page-app-results {
    width: 100%;
  }

  .profile-listing-page-app-results-container {
    padding-right: 0.5em;
  }

  .profile-listing-page-app-contents-school-container-pdf {
    margin-left: -5em;
  }

  .profile-listing-page-footer {
    width: 90%;
    margin-top: 0;
  }

  .profile-listing-page-nav {
    width: 90%;
  }

  .profile-listing-page-body {
    border-radius: 0;
  }

  .profile-listing-page-app-contents-school-file {
    width: 100%;
  }

  .profile-listing-page-info-table {
    grid-template-columns: 40% 60%;
    font-size: 0.8rem;
  }

  .profile-listing-page-app-results-container > p {
    font-size: 0.9rem;
  }
}

/*=========================
===========================
===========================    MBA APP STORE LANDING PAGE
==================================================================*/

.app-store-landing-page-body {
  font-family: "Open Sans", sans-serif !important;
  color: #205576;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4em;
  font-size: 1rem !important;
}

.app-store-landing-page-header {
  margin-top: 2em;
  padding: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f7f9;
}

.app-store-landing-page-header-textbox {
  width: 50%;
}

.app-store-landing-page-header-textbox > h1 {
  font-size: 3rem;
  margin: 0;
  display: block;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  color: #205576;
}

.app-store-landing-page-header-textbox > h2 {
  font-size: 1.2rem;
  color: #697987;
}

.app-store-landing-page-header-textbox > p {
  font-size: 0.8rem;
  color: #697987;
}

.app-store-landing-page-header > img {
  max-width: 40%;
  transition: 1s;
  margin: 0;
}

.app-store-landing-page-header > img:hover {
  transform: scale(1.05);
}

.app-store-landing-page-content {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2em;
}

.app-store-landing-page-content-aside {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.app-store-landing-page-content-aside > p {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 4px solid salmon;
  color: #205576;
  letter-spacing: 0.8px;
  line-height: 1.4rem;
  font-weight: 500;
  text-align: justify;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.app-store-landing-text-highlight {
  font-weight: 700;
}

.app-store-landing-page-secondary {
  display: flex;
  column-gap: 2em;
}

.app-store-landing-page-secondary-box {
  width: 300px;
  display: flex;
  flex-direction: column;
  background: #f5f7f9;

  align-items: center;
  padding: 2em;
  color: #205576;
}

.app-store-landing-page-secondary-box > h2 {
  font-weight: 700;
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: #205576;
}

.app-store-landing-page-secondary-box > p {
  color: #454748;
  text-align: justify;
  font-size: 0.9rem;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

@media screen and (max-width: 1000px) {
  .app-store-landing-page-header-textbox > h1 {
    font-size: 2.5rem;
  }

  .app-store-landing-page-header-textbox > h2 {
    font-size: 1rem;
  }

  .app-store-landing-page-header > img {
    max-width: 30%;
  }

  .app-store-landing-page-content {
    flex-direction: column-reverse;
  }

  .app-store-landing-page-content-aside {
    width: 80%;
    margin-bottom: 2em;
  }

  .app-store-landing-page-content-aside > p {
    border-left: none;
  }
}
@media screen and (max-width: 850px) {
  .app-store-landing-page-header {
    padding: 1em;
  }

  .app-store-landing-page-header-textbox > h1 {
    font-size: 2rem;
  }
  .app-store-landing-page-secondary {
    flex-direction: column;
    row-gap: 2em;

    align-items: center;
  }

  .app-store-landing-page-secondary-box {
    width: 60%;
  }

  .app-store-landing-page-content-aside > p {
    margin-left: 0;
    padding-left: 0;
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 750px) {
  .app-store-landing-page-header {
    flex-direction: column;
    background: white;
  }

  .app-store-landing-page-header-textbox {
    width: 95%;
  }

  .app-store-landing-page-header-textbox > h1 {
    font-size: 2.5rem;
  }
  .app-store-landing-page-header-textbox > p {
    font-size: 0.7rem;
  }
  .app-store-landing-page-header > img {
    max-width: 70%;
  }
}

@media screen and (max-width: 600px) {
  .app-store-landing-page-secondary-box {
    width: 70%;
  }
}

/*=====Buttons=====*/

.app-store-landing-page-button {
  width: 400px;
  padding: 1em 2em;
  text-transform: uppercase;
  background-color: #fc8c04;
  color: white;
  border: none;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: 1s;
}

.app-store-landing-page-button:hover {
  transform: scale(1.1);
}

/*============================ 
===================================        FAQ on App Store Landing Page
====================================================================*/

/*====== Typography =======*/
.landing-faq-question {
  color: #84cefc;
}

#landing-faq-answer-1 {
  display: none;
}

/*====== Layout =======*/

.app-store-landing-faq-outer-container {
  display: flex;
  justify-content: center;
  background: #f5f7f9;
}

.app-store-landing-faq {
  margin: 2em 0 4em;
  display: flex;
  flex-direction: column;
  width: 80%;
  align-items: center;
}

.app-store-landing-faq-header,
.app-store-landing-faq-hero-container {
  width: 100%;
  margin-top: 2em;
}

.app-store-landing-faq-container {
  border-bottom: 1px solid #205576;
  cursor: pointer;
}

/*====== FAQ Collapsable Elements =======*/

.app-store-landing-faq-collapsible {
  color: #205576;
  background: transparent;
  font-weight: 700;
  font-size: 1em;
  cursor: pointer;
  padding: 2em 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: color 0.5s;
}

.app-store-landing-faq-active,
.app-store-landing-faq-collapsible:hover {
  color: #e79c25;
}

.app-store-landing-faq-collapsible:after {
  content: "\002B";
  color: #205576;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.app-store-landing-faq-active:after {
  content: "\2212";
}

.app-store-landing_faq_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.app-store-landing_faq_content p {
  font-size: 1rem !important;
  line-height: 1.4rem !important;
}
@media screen and (max-width: 1070px) {
  .app-store-landing-faq {
    width: 90%;
  }
}

@media screen and (max-width: 800px) {
  .app-store-landing-faq {
    width: 95%;
  }

  .app-store-landing-faq-header,
  .app-store-landing-faq-hero-container {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  .app-store-landing-page-button {
    width: 280px;
    font-size: 1rem;
  }
}
