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

.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-image: url("../images/casino_bg1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 0vh;
}

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

.main-view {
  background: #000;
}

.about-text-header {
  box-sizing: border-box;
  font-family: "FuturaPT";
  font-weight: normal;
  text-align: justify;
  line-height: 2em;
  flex-direction: row;
  font-weight: lighter;
  font-size: 1.5em;
  letter-spacing: 7px;
  padding-left: 15px;
}

.about-text {
  font-size: 1.5rem;
  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;
  }
}