:root {
  --amarelin: #f7b450;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--amarelin);
  border-radius: 10px;
}

#section2 {
  display: flex;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  max-height: 48.188rem;
  align-items: center;
  max-width: 123.75rem; /* 123.75rem = 1980px */
  text-align: center;
  padding: 1.25rem 10%;
  text-decoration: none;
  font-style: normal;
  justify-content: space-between;
}

#about {
  justify-content: center;
  justify-items: center;
}

img#abt_img {
  width: 50%;
  border-radius: 0.5rem;
  align-items: right;
}

#section2 h2 {
  text-align: left;
  font-size: 2rem;
  color: #f7b450;
  font-weight: 700;
  font-style: bold;
}

#section2 p {
  padding-top: 2rem;
  max-width: 32.438rem;
  height: 100%;
  font-size: 1.5rem;
  text-align: left;
}

@media (max-width: 800px) {
  #section2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 800px) {
  #section2 h2 {
    text-align: center;
  }
}

@media (max-width: 800px) {
  #section2 p {
    text-align: center;
  }
}

@media (max-width: 800px) {
  img#abt_img {
    width: 75%;
    padding-top: 4rem;
  }
}
