.about {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.about .container {
  position: relative;
  min-height: 30rem;
}

.about .container .left {
  width: 60%;
  height: 30rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.about .container .right {
  position: absolute;
  left: 40%;
  width: 50%;
  top: 70px;
  background-color: white;
  padding: 2rem;
  border: 1px solid #eee;
}

.about .container .right .header {
  padding-bottom: 1rem;
  max-width: 80%;
}

.about .container .right .header h2 {
  font-size: 2rem;
  padding-bottom: 1rem;
}

.about .container .right .header p {
  font-size: 0.9rem;
  line-height: 1.3rem;
}

.about .container .right .block-content {
  margin-bottom: 1rem;
}

.about .container .right .block-content h3 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
}

.about .container .right .block-content ul {
  margin-left: 2rem;
  font-size: 0.9rem;
  line-height: 1.3rem;
}

.about .container .right a {
  color: var(--green-color);
  padding-bottom: 2rem;
}

@media only screen and (max-width: 1180px) {
  .about {
    padding: 4rem 0;
    padding-top: 2rem;
  }

  .about .container {
    position: relative;
  }

  .about .container .right {
    min-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 20%;
    width: 70%;
    top: 70px;
    background-color: white;
    padding: 2rem;
    border: 1px solid #eee;
  }

  .about .container .right .header {
    max-width: 100%;
  }

  .about .container .right .header h2 {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}

@media only screen and (max-width: 997px) {
  .about {
    padding: 2rem 0;
    padding-top: 0;
  }

  .about .container {
    position: initial;
  }

  .about .container .left {
    display: none;
  }

  .about .container .right {
    left: 0%;
    width: 100%;
    border: none;
    position: unset;
    padding: 0;
    max-height: 100%;
  }

  .about .container .right .header h2 {
    font-size: 1.8rem;
  }

  .about .container {
    max-height: 100%;
  }
}

@media only screen and (max-width: 560px) {
  .about .container .right .header h2 {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 400px) {
  .about .container .right {
    left: 0%;
    width: 100%;
    border: none;
    position: initial;
    padding: 0;
  }
}
