.about-tab-active {
    display: flex !important;
}

.company {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
}

.company-container {
    max-width: 900px;
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.company-text sub {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    opacity: 0.5;
    color: #13307E;
}

.company-img {
    height: 419px;
    max-width: 900px;
    width: 80%;
    position: relative;
    border-radius: 30px;
}

.company-img img {
    position: absolute;
    object-fit: cover;
    max-width: 900px;
    height: 507px;
    border-radius: 30px;
    top: -88px;
    left: 50%;
    transform: translate(-50%);
}

.company-stats {
    width: 100%;
    height: 226px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: rgb(232, 239, 255);
    background: linear-gradient(23deg, rgba(232, 239, 255, 1) 0%, rgba(233, 240, 254, 1) 100%);
    border-radius: 50px;
    margin-top: 120px;
}

.company-stats-item {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.company-stats-item span {
    font-size: 56px;
    font-weight: 700;
    line-height: 66px;
    letter-spacing: 0em;
    color: #056DFA;
}

.company-stats-item sub {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    color: #056DFA;
}

.company-stats hr {
    height: 165px;
    width: 1.5px;
    opacity: 0.2;
    color: #056DFA;
    background-color: #056DFA;
}

.about-locations {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 120px;
}

.our-goals {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 120px;
}

.goal-card {
    width: 440px;
    height: auto;
    padding: 30px 0 30px 0;
    border-radius: 16px;
    background-color: #FFFFFF;
    box-shadow: 0px 6px 35px 0px #829DBC26;
    display: flex;
    justify-content: center;
    align-items: center;
}

.goal-card-heading {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.goal-card-heading h4 {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;
    color: #13307E;
    opacity: 0.8;
}

.goal-card-container hr {
    height: 1px;
    width: 80%;
    color: #13307E;
    background-color: #13307E;
    opacity: 0.2;
}

.goal-card-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.goal-card-img {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.goal-card-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    opacity: 0.8;
    color: #13307E;
}

.goal-card-container {
    width: 70%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.about-locations {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;

}

.about-locations h4 {
    max-width: 739px;
    min-height: 92px;
    opacity: 0.8;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: center;
    color: #056DFA;
}

.location-map {
    width: 90%;
    max-width: 1130px;
    max-height: 561px;
    min-height: 100px;
    border-radius: 30px;
    overflow: hidden;
    gap: 30px;
    margin-top: 60px;
}
.location-map img {
    height: 100%;
    width: 100%;
}
