#description {
  margin: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  height: 100%;
}

#title {
  font-size: 64px;
  height: 102px;
  line-height: 96px;
  text-align: right;
}

#detail {
  text-align: right;
  font-size: 36px;
  line-height: 54px;
}

#inspiration {
  background-color: var(--coral);
  color: var(--white);
  padding: 5rem;
}

.section-title {
  font-size: 64px;
  line-height: 96px;
  text-align: center;
  padding-bottom: 2rem;
}

.text {
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 1rem;
}

#instant-ramen, #fancy-ramen {
  height: 400px;
}

#accessbility {
  background-color: var(--white);
  color: var(--black);
  padding: 5rem;
}

#team {
  background-color: var(--tan);
  color: var(--white);
  padding: 5rem;
}

.col-sm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.col {
  margin: 16px;
}

.card-title {
  color: var(--red);
  text-align: center;
}

.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  padding: 1rem;
  text-align: center;
}

.logo {
  height: 100px;
}

#technology {
  padding: 5rem;
}

.technology-card {
  background-color: var(--white);
  padding: 2rem 0rem 2rem 0rem;
  margin: 2rem;
}

.technologies {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 400px) {
  #description {
    margin: 1rem;
  }

  #eating-ramen {
    height: 100px;
  }

  .logos {
    flex-direction: column;
    padding: 0rem;
  }

  .col {
    margin: 0px!important;
  }

  .section-title {
    font-size: 40px!important;
  }
}

@media only screen and (max-width: 870px) {
  #description {
    flex-direction: column;
  }

  .row {
    flex-direction: column;
  }

  #eating-ramen, #instant-ramen, #fancy-ramen {
    height: 200px!important;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 1150px) {
  #description {
    margin: 4rem;
  }

  #eating-ramen {
    height: 300px;
  }

  #inspiration, #accessbility, #technology, #team, #technology {
    padding: 2rem!important;
  }

   #instant-ramen, #fancy-ramen {
    height: 400px;
  }

  h1 {
    font-size: 70px;
  }

  .technology-card{
    width: 100%;
  }
}
