.about-us-description {
    font-size: 16px;
    line-height: 2;
    color: #000;
    margin-bottom: 20px;
    text-align: justify;
}

.about-office-container {
    display: flex;
    justify-content: center;
}

img.about-office {
    width: 100%;
}

.has-underline::before {
    content: "";
    position: absolute;
    display: block;
    width: 260px;
    height: 1px;
    background: 
    color-mix(in srgb, var(--default-color), transparent 60%);
    bottom: 18px;
    margin: auto;
}

.has-underline::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: var(--accent-color);
    left: 100px;
    margin: auto;
}

.has-underline {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}

.carousel-item-description {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    top: 45%;
    left: 5%;
    width: 30%;
    text-align: justify;
}

.carousel-item-description > h1,
.carousel-item-description > p {
    color: #80e100;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

iframe > .gm-style .place-card-large {
    display: none !important;
}