.about-us-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px 10px;
    background-color: #2b2928;
}

.slick-slider, .slick-list, .slick-track {
    border: none;
}

.about-us-slider {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    min-height: 800px;
    padding: 1em;
    margin: 0 auto;
}

.about-us-slide  {    
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 2em;
}

.about-us-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
}

.about-us-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 777px;
    height: 777px;
    padding: 10px;
    border-radius: 20px;
    background-color: #fff;
}

.about-us-image {
    width: 757px;
    height: 757px;
    border-radius: 20px;
}

.about-us-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    min-height: 700px;
    height: 100%;
    padding: 30px 15px;
    gap: 0;
}

.about-us-header-image {
    width: 143px;
    height: 26px;
}

.about-us-header-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: .5em;
}

.about-us-title {
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #fff;
    margin: 0;
}

.about-us-other-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 2.5em;
}

.about-us-date {
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: rgba(255, 255, 255, 0.2);
}

.about-us-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 500px;
    gap: 1.25em;
}

.about-us-subtitle {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #fff;
    margin: 0;
}

.about-us-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.04em;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

/* .about-us-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.about-us-slider-prev,
.about-us-slider-next {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px 21px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(24px);
}

.about-us-slider-prev:hover,
.about-us-slider-next:hover {
    background-color: rgba(255, 255, 255, 0.11);
}

.about-us-nav-image {
    width: 100%;
    height: auto;
} */

.about-us-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.about-us-nav > button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 21px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 50px;
    background-color: rgba(255,255,255,.20);
    backdrop-filter: blur(24px);
    cursor: pointer;
    transition: .25s;
}

.about-us-nav > button:hover { 
    background-color: rgba(255,255,255,.11); 
}

.about-us-nav > img {
    width: 18px;
    height: 18px; 
}