.about-section-1 {

  width: 100vw;
  height: 100vh;
  background-color: white;
  display: flex;
  flex-direction: row;

}

.about-section-1 .left {

  width: 55%;
  height: 100vh;
  background-color: var(--color-secundair);
    background-image: url(../../images/bg-pattern-transparent-8.png);
    background-size: 1920px auto;
    background-position: top center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;

}

.about-section-1 .right {

  width: 45%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;

}

.inner-content-wrapper {

  width: 80%;
  max-width: 800px;

}

.about-section-1 .left .inner-content-wrapper p,
.about-section-1 .left .inner-content-wrapper h1 {

  text-align: center;

}

.about-section-1 .left .inner-content-wrapper h1 {

  margin-top: -20px;

}

.about-section-1 .left .inner-content-wrapper p {

  margin-top: 30px;

}

.about-section-1-image {

  width: 100%;
  height: 70%;
  background-size: cover;
  background-position: center;
  transform: translateX(-50px);
  margin-top: 80px;

}

.jaar {

  color: var(--color-dark);
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;

}

/* Section 2 */

.about-section-2 {

  width: 120vw;
  height: 100vh;
  background-color: white;
  display: flex;
  flex-direction: row;
  position: relative;

}

.about-section-2 .left {

  width: 40%;
  height: 100vh;
  position: relative;

}
.about-section-2 .right {

  width: 60%;
  height: 100vh;
  position: relative;

}

.about-section-2 .left {

  display: flex;
  justify-content: center;
  align-items: center;

}

.about-section-2 .left .inner-content-wrapper {

  width: 80%;

}

.about-section-2 .left .inner-content-wrapper p {

  color: var(--color-dark);
  font-size: 40px;
  text-align: center !important;

}

.quote-icon {

  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -80px;
  margin-left: -30px;
  background-image: url('../../images/icons/two-quotes.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .2;

}

.about-section-2 .right {

  display: flex;
  justify-content: center;
  align-items: center;

}

.about-image {

  position: absolute;
  background-size: cover;
  background-position: center;

}

.about-image-1 {

  width: 50%;
  height: 300px;
  left: 0px;

}

.about-image-2 {

  width: 50%;
  height: 400px;
  left: 300px;
  top: 95px;

}

.about-image-3 {

  width: 55%;
  height: 400px;
  top: 400px;
  left: 200px;

}

/* Section 3 */

.about-section-3 {

  width: 50vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
   background-color: var(--color-secundair);
    background-image: url(../../images/bg-pattern-transparent-8.png);
    background-size: 1920px auto;
    background-position: top center;

}

.about-section-3 .inner-content-wrapper {

  width: 80%;
  max-width: 800px;

}

/* Section 4 */

.about-section-4 {

  width: 100vw;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

}

.about-section-4 .inner-content-wrapper {

  width: 90%;
  margin-top: 3vh;
  height: 75vh;
  max-width: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;

}

.about-section-2-image {

  width: 50%;
  height: 50%;

}

.about-section-2-image {

  width: 50%;
  height: 50%;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;

}

.about-section-2-image .slider-2-wrapper {

  height: 100% !important;
  border-radius: 0px !important;


}

.about-section-2-image:nth-child(odd) {

  padding-right: 20px;

}

.about-section-2-image:nth-child(even) {

  padding-left: 20px;

}


.about-section-2-image .inner-image-wrapper {

  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;

}
