.section-footer-heading {
  letter-spacing: 0.21rem;
  padding: 10px 20px;
  border-radius: 20px 20px 20px 20px;
  border: 2px solid #2b6263;
  max-width: 33%;
}

.side-text h1 {
  margin: 0px;
}

.side-text p {
  margin: 0px;
}

.heading-first {
  font-size: 2.2rem;
  letter-spacing: 0.24rem;
}

.heading-keyword {
  font-size: 2.2rem;
  letter-spacing: 0.24rem;
}

.heading-space {
  font-size: 2.2rem;
  letter-spacing: 0.24rem;
}

.main-image {
  width: 42%;
  -webkit-mask-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
  /* mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); */
}

#about {
  background-image: url("../images/wood.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#about .about-container {
  background: #142539;
  margin: 80px;
  padding: 60px;
  padding-bottom: 5px;
  border-radius: 20px 20px 20px 20px;
  border: 2px solid #34737d;
  /* display: flex; */
}

.main-view {
  background: #000;
}

.about-text-header {
  font-size: 1.2rem;
  box-sizing: border-box;
  font-family: "FuturaPT";
  font-weight: normal;
  text-align: justify;
  line-height: 2em;
}

.about-text {
  font-size: 1.2rem;
  box-sizing: border-box;
  font-family: "FuturaPT";
  font-weight: lighter;
  text-align: justify;
  line-height: 1.8em;
}

.about-footer {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 30px;
  padding-top: 30px;
  letter-spacing: 7px;
}

.footer-bullet {
  color: #f2cc26;
  padding-left: 20px;
  padding-right: 30px;
  font-family: "FuturaPT";
  font-weight: lighter;
}

@media screen and (max-width: 1024px) {
  .main-view {
    margin-top: 15vh;
    min-height: 60vmax;
    justify-content: flex-end;
  }

  .main-image {
    width: 85%;
  }

  .side-text {
    margin-top: 5vh;
    font-size: 3rem;
    width: auto;
  }

  .heading-first {
    font-size: 3.8rem;
    letter-spacing: 0.24rem;
  }

  .heading-keyword {
    font-size: 4.8rem;
    letter-spacing: 0.3rem;
  }

  .heading-space {
    font-size: 4.06rem;
    letter-spacing: 0.8rem;
  }
}

@media screen and (max-width: 1024px) and (min-height: 1080px) {
  .heading-first {
    font-size: 5.8rem;
    /* letter-spacing: 0.24rem; */
  }

  .heading-keyword {
    font-size: 6.8rem;
    letter-spacing: 0.6rem;
  }

  .heading-space {
    font-size: 6.06rem;
    letter-spacing: 1.1rem;
  }

  .side-text h1 {
    transform: scale(0.8);
  }
}

@media screen and (max-width: 1024px) and (max-height: 1024px) {
  .main-image {
    width: 80vmin;
  }
}

@media screen and (max-width: 1024px) and (min-height: 700px) {
  .main-image {
    width: 65vmin;
  }
}

@media screen and (max-width: 768px) {
  .main-image {
    width: 85%;
  }
}

@media screen and (max-width: 510px) {
  .main-view {
    margin-top: 20vh;
  }

  .side-text {
    position: absolute;
    top: 47vh;
    font-size: 2rem;
    /* background: #ff00ffaa; */
  }

  .main-image {
    position: absolute;
    width: 91%;
    top: 15vh;
  }

  .section-footer .container {
    padding-bottom: 1.5rem;
  }
}

@media screen and (max-width: 320px) {
  .heading-first {
    font-size: 3rem;
    letter-spacing: 0.35rem;
  }

  .heading-keyword {
    font-size: 4rem;
  }

  .heading-space {
    font-size: 3.2rem;
    letter-spacing: 0.85rem;
  }
}

@media screen and (max-width: 1024px) {
  .section-footer {
    display: block;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .section-footer .section-footer-heading {
    display: inline-block;
    width: 90%;
    max-width: 100%;
    margin: auto;
    margin-bottom: 30px;
    margin-right: 0 !important;
  }

  .section-footer-heading div {
    margin-bottom: 10px;
  }

  #about.main-view {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-text-header {
    display: block;
    text-align: center;
    flex-direction: initial;
  }

  #about .about-container {
    margin: 20px;
  }

  .about-container>div:nth-child(1),
  .about-container>div:nth-child(2) {
    width: 100% !important;
    float: none;
    clear: both;
  }

  .about-container img {
    width: 100% !important;
    float: none !important;
    display: block !important;
    margin: auto !important;
  }

  .about-container>div>div {
    display: block !important;
  }

  .about-footer {
    display: grid;
  }
}