.mainText {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 25px;
}

.firstParagraph {
  margin-bottom: 25px;
}

.collapsible {
  background-color: #e8e8e8;
  color: black;
  cursor: pointer;
  padding: 10px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #cccccc;
}

.collapsible:after {
  content: '\002B';
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.collapseContent {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

.contentBlock {
  padding: 25px 10px;
}

.aboutItem {
  margin-top: 25px;
}

.contentTitle {
  margin: 20px 0;
}

li {
  margin: 10px 0;
  padding-left: 15px;
  margin-left: -25px;
}

.aboutFeatureTitle {
  margin-top: 80px;
}

@media screen and (max-width: 992px) {
  div.headings {
    text-align: center;
  }
  div.flip-card-dev {
    width: 21%;
    margin-left: 24%;
    margin-bottom: 5%;
  }
  div.linkedin {
    padding: 5%;
    margin-left: 1%;
  }
  div.github {
    padding: 5%;
    margin-left: 1%;
  }
  div.web {
    padding: 5%;
    margin-left: 1%;
  }
  div#dev2 {
    margin-left: 19.5%;
    margin-top: 0%;
  }
}

.boxab {
  background-color: rgba(254, 220, 61, 0.1);
  text-align: center;
  height: auto;
  margin: auto;
  padding: 10%;
}

img.images {
  width: 50%;
}

.headings {
  font-size: 2rem;
  font-family: 'Montserrat';
  font-weight: 500;
}

#about_text_box {
  margin-left: 10%;
}

#transaction_text {
  width: 97%;
}

#stripe {
  color: rgb(241, 159, 77);
}

.flip-card {
  background-color: transparent;
  width: 220px;
  height: 70px;
  perspective: 1000px;
  flex: 0 0 33.333333%;
  padding-left: 5%;
  margin-top: 30px;
}

@media(max-width:520px) {
  .flip-card {
    padding-left: 0 !important;
  }
}

.flip-card-inner {
  position: relative;
  width: 220px;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.flip-card-front,.flip-card-back {
  position: absolute;
  height: 100%;
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  visibility:visible;
  backface-visibility: hidden;
}

.flip-card-front {
  width: 100%;
  font-size: 1.5rem;
  font-family: 'Montserrat';
  font-weight: 500;
  background-color: rgba(249, 207, 0, 0.1);
  color: black;
  z-index: 100;
}

.flip-card-back {
  background-color: rgba(249, 207, 0, 0.5);
  color: black;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  z-index: 1;
  width: 100%;
}

.flip-card-dev {
  background-color: transparent;
  width: 81%;
  height: 10vh;
  perspective: 1000px;
}

.flip-card-dev:hover .flip-card-inner {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.flip-card-dev2:hover .flip-card-inner {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.Members {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  flex-direction: row;
  margin: auto;
  max-width: 960px;
}

#education_specialist {
  margin-top: 3%;
  margin-left: 39%;
}

#team {
  background-color: rgba(254, 220, 61, 0.1);
  padding: 48px 20px 48px;
  margin: auto;
  margin: 50px 0;
}

#jobtitle {
  margin: auto;
  text-align: center;
  font-family: 'Montserrat';
  color: rgb(241, 159, 77);
  font-size: 2rem;
  font-weight: 500;
  max-width: 960px;
  padding: 48px 20px 20px;
}

.linkedin {
  width: 25%;
  padding: 5%;
  float: left;
  margin-left: 8%;
}

.github {
  width: 25%;
  padding: 5%;
  float: left;
  margin-left: 3%;
}

.web {
  width: 25%;
  padding: 5%;
  float: left;
  margin-left: 3%;
}

#dev {
  margin-top: 3%;
  margin-left: 15%;
}

#dev2 {
  margin-left: 32.5%;
  margin-top: 3%;
}

#row5 {
  margin-bottom: 3%;
}

.featureContainer {
  margin: auto !important;
  padding: 48px 20px 0 !important;
  max-width: 960px;
}

.descriptionHero__text, .container-About, .container-About--Right {
  width: 100%;
  max-width: 1200px
}

.container-About, .container-About--Right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  padding: 48px 20px 0
}

@media(min-width: 750px) {
  .container-About, .container-About--Right {
    padding-top: 50px;
  }
  .container-About, .container-About--Right {
    display: grid;
    grid-column-gap: 70px;
  }
}

@media(min-width: 750px) {
  .container-About {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr 3fr;
  }
}

@media(min-width: 750px) {
  .container-About--Right {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 3fr;
  }
}

.feature__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 12px;
}

@media(min-width: 750px) {
  .feature__title {
    grid-row: 1
  }
}

@media(min-width: 750px) {
  .About__description {
    grid-row: 2
  }
}

.feature__About {
  background-repeat: no-repeat, no-repeat;
  width: 150px;
  height: 150px;
  background-size: contain;
  margin: auto;
  background-color: rgba(254, 220, 61, 0.2);
}

@media(min-width: 750px) {
  .feature__About {
    grid-row: 1/3;
    grid-column: 1;
    background-size: 150px;
    background-position: 50% 50%;
    position: relative;
    margin: auto;
    margin-left: 0px;
    height: 230px;
    width: 300px;
    background-color: rgba(254, 220, 61, 0.1);
  }
}

.feature__photo--real-time {
  background-image: url(https://firebasestorage.googleapis.com/v0/b/planet-bbef3.appspot.com/o/gs%3A%2Fplanet-bbef3.appspot.com%2Fimg%2Frealtime.png?alt=media&token=4d6f4f2f-c75c-4b56-8317-7c7c414e04c2);
}

feature__title {
  color: black;
  text-align: left;
}

.feature__photo--conversation {
  background-image: url(https://firebasestorage.googleapis.com/v0/b/planet-bbef3.appspot.com/o/gs%3A%2Fplanet-bbef3.appspot.com%2Fimg%2Fconversation.png?alt=media&token=d1440d30-92bc-4299-bf48-394bda456970);
  margin-left: auto;
  margin-right: 0;
}

@media(min-width: 577px) {
  .feature__photo--right {
    grid-column: 2;
  }
}

.feature__photo--voice {
  background-image: url(https://firebasestorage.googleapis.com/v0/b/planet-bbef3.appspot.com/o/gs%3A%2Fplanet-bbef3.appspot.com%2Fimg%2Fvoice.png?alt=media&token=72237c1a-7f79-47fd-a204-f1ec26f7580b);
}

.feature__photo--drawing {
  background-image: url(https://firebasestorage.googleapis.com/v0/b/planet-bbef3.appspot.com/o/gs%3A%2Fplanet-bbef3.appspot.com%2Fimg%2Fdrawing.png?alt=media&token=6ec35edf-8a0c-40b3-adad-a20bcba6bf87);
  margin-left: auto;
  margin-right: 0;
}

.feature__photo--transaction {
  background-image: url(https://firebasestorage.googleapis.com/v0/b/planet-bbef3.appspot.com/o/gs%3A%2Fplanet-bbef3.appspot.com%2Fimg%2Fsecured_transaction.png?alt=media&token=17404f04-e361-4a0f-b5bf-717c812ffbab);
}

@media(max-width: 749px) {
  .feature__About {
    margin: auto;
    margin-bottom: 48px;
    width: 230px;
    background-position: center;
  }
  .feature__title {
    text-align: center;
  }
}

section#About {
  padding: 96px 20px 96px;
}
