.container {
	max-width: 131rem;
	padding-inline: 1.5rem;
}
.gap-8 {
    gap: 0.8rem;
}

.about-hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 80rem;
    display: flex;
    align-items: flex-end;
	padding-inline: 1.5rem;
}

.about-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2.0rem;
    padding: 4.0rem 0;
}

.about-content-left {
    max-width: 90rem;
    width: 100%;
}

.about-content-left h3{
    font-family: "Aptos";
    font-size: 1.4rem;
    font-weight: 700;
    color:#F05A25;
    line-height: 1.8rem;
    padding-bottom: 3.2rem;
}

.about-content-left h1{
    font-size: 4.8rem;
    font-weight: 700;
    color:#fff;
    line-height: 5.1rem;
}

.about-content-left h1 span.highlighted-text {
    color: #F05A25;
}

.about-content-left p{
    max-width: 64rem;
    font-family: "Aptos";
    font-size: 1.6rem;
    font-weight: 400;
    color:#FFFFFF99;
    line-height: 2.4rem;
    margin-top: 3.2rem;
}

.about-content-left .btn-wrapper{
    margin-top: 4.0rem;
}

.availability-text{
    font-family: "Aptos", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: #FFFFFF59;
    line-height: 2.0rem;
}
@media (max-width: 991px) {
	.about-hero {
		min-height: 72rem;
	}
}
@media (max-width: 768px) {
  .about-content-left .hero-btn-group {
    align-items: flex-start;
  }
}