@media only screen and (max-width: 767px) {
  .banner .bg {
    height: 60vh;
  }
}
.banner .banner-wrapper {
  bottom: 8%;
}
.banner .banner-wrapper .flex {
  justify-content: center;
}
.banner .colA .content {
  margin: 0 auto;
  text-align: center;
}
.banner .colA .content p {
  margin: 0 auto;
  text-align: center;
  letter-spacing: 2px;
}

.About-AssetDeals {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .About-AssetDeals {
    padding: 40px 0;
  }
}
.About-AssetDeals .row {
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .About-AssetDeals .row {
    flex-direction: column;
  }
}
.About-AssetDeals .row .colA {
  width: 48%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .About-AssetDeals .row .colA {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .About-AssetDeals .row .colA {
    width: 100%;
  }
}
.About-AssetDeals .row .colA .masked-section {
  -webkit-mask-image: url(../../images/home/about-clip.svg);
          mask-image: url(../../images/home/about-clip.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  aspect-ratio: 1;
  line-height: 0;
  width: 80%;
  height: 260px;
}
@media only screen and (max-width: 991px) {
  .About-AssetDeals .row .colA .masked-section {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .About-AssetDeals .row .colA .masked-section {
    width: 100%;
  }
}
.About-AssetDeals .row .colA .masked-section video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.About-AssetDeals .row .colB {
  width: 48%;
}
@media only screen and (max-width: 991px) {
  .About-AssetDeals .row .colB {
    width: 100%;
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .About-AssetDeals .row .colB {
    padding-top: 0;
  }
}
.About-AssetDeals .row .colB p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 540px) {
  .About-AssetDeals .row .colB p {
    text-align: center;
    font-size: 14px;
  }
}
.About-AssetDeals .row .colB ul {
  display: flex;
  gap: 6rem;
  padding-top: 3rem;
}
@media only screen and (max-width: 551px) {
  .About-AssetDeals .row .colB ul {
    gap: 1rem;
    justify-content: center;
  }
}
.About-AssetDeals .row .colB ul li h6 {
  background: linear-gradient(90deg, #5D4115 0%, #EECE47 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
}
@media only screen and (max-width: 540px) {
  .About-AssetDeals .row .colB ul li h6 {
    margin: auto;
  }
}
.About-AssetDeals .row .colB ul li p {
  font-size: 14px;
}

.Founder-Section {
  padding: 80px 0;
  background: #111111;
}
@media only screen and (max-width: 767px) {
  .Founder-Section {
    padding: 40px 0;
  }
}
.Founder-Section .heading {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .Founder-Section .heading {
    margin-bottom: 2rem;
  }
}
.Founder-Section .heading h1 {
  display: inline;
}
.Founder-Section .row {
  display: flex;
  margin-top: 2rem;
}
@media only screen and (max-width: 991px) {
  .Founder-Section .row {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .Founder-Section .row {
    flex-direction: column;
  }
}
.Founder-Section .row .colA {
  width: 48%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .Founder-Section .row .colA {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.Founder-Section .row .colA img {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .Founder-Section .row .colA img {
    width: 100%;
  }
}
.Founder-Section .row .colB {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .Founder-Section .row .colB {
    width: 100%;
  }
}
.Founder-Section .row .colB .para {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 540px) {
  .Founder-Section .row .colB .para {
    font-size: 14px;
    text-align: center;
  }
}
.Founder-Section .row .colB .name {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
@media only screen and (max-width: 540px) {
  .Founder-Section .row .colB .name {
    text-align: center;
  }
}
.Founder-Section .row .colB .founder {
  color: rgb(156, 154, 154);
}
@media only screen and (max-width: 540px) {
  .Founder-Section .row .colB .founder {
    text-align: center;
  }
}
.Founder-Section .row .colB .sign {
  font-family: "Silver South Script";
  color: #fff;
  font-size: 28px;
  padding: 14px 0;
}
@media only screen and (max-width: 540px) {
  .Founder-Section .row .colB .sign {
    text-align: center;
  }
}
.Founder-Section .row .colB ul {
  margin-top: 1rem;
}
.Founder-Section .row .colB ul li a {
  display: flex;
  gap: 28px;
  align-items: center;
  color: #fff;
  font-size: 15px;
  color: rgb(156, 154, 154);
}
@media only screen and (max-width: 540px) {
  .Founder-Section .row .colB ul li a {
    justify-content: center;
  }
}

.Awards-Section {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .Awards-Section {
    padding: 40px 0;
  }
}
.Awards-Section .heading {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.Awards-Section .heading h1 {
  display: inline;
}
.Awards-Section .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 50px;
}
@media only screen and (max-width: 991px) {
  .Awards-Section .row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .Awards-Section .row {
    grid-template-columns: 1fr;
  }
}
.Awards-Section .row .card {
  background: #111;
}
.Awards-Section .row .card .card-body {
  padding: 12px 18px 16px 18px;
  text-align: center;
}
.Awards-Section .row .card .card-body p {
  color: #fff;
  font-size: 16px;
}/*# sourceMappingURL=index.css.map */