body {
    font-family: "Raleway", sans-serif;
}

#header {
    background-color: rgba(0, 0, 0, 0);
    backdrop-filter: blur(6px);
}

.about_container {
    width: 100%;
    height: 260px;
    overflow: hidden;
    padding-top: 121px;
}

.about_container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    background-color: rgb(56, 21, 81);
}

.about-top {
    position: relative;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
    max-width: 1280px;
    padding-top: 37px;
    padding-bottom: 37px;
}

.capabilities-card_arrow__L_plP {
    opacity: 0;
    transform: translateX(0);
    transition: all .3s ease-in;
    font-weight: 500;
    color: #000;
    line-height: 18px;
    font-size: .75rem;
    width: 46;
    height: 14;
    fill: none;
    margin-left: 10px;
}

.impact-item {
    cursor: pointer;
}

.impact-item span {
    box-sizing: inherit;
}

.impact-item svg {
    display: inline-block;
}

.impact-item a:hover .capabilities-card_arrow__L_plP {
    opacity: 1;
    width: 46;
}

.impact-item a:hover span {
    text-decoration: underline;
}

.partnerships-contaienr {
    border-top: 1px solid #b8b2b2;
}

.partnerships-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}



.partnerships-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


.page-btn {
    flex-direction: row-reverse;
}

#prev-btn {
    margin-right: 15px;
}


.gallery-container {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.gallery-container::-webkit-scrollbar {
    display: none;
}

.gallery-card:hover img {
    transform: scale(1.02);
    transition: transform 0.3s ease;
}

.gallery-card img {
    transition: transform 0.3s ease;
}


.service-box a {
    display: block;
    width: 100%;
    height: 100%;
}

.service-box h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.service-box:hover .capabilities-card_arrow__L_plP {
    opacity: 1;
    width: 46;
}

.service-box:hover h3 {
    text-decoration: underline;
}

.text-title .capabilities-card_arrow__L_plP {
    color: #000;
}

@media screen and (min-width: 850px) {
    .partnerships-img {
        width: 60%;
        height: 390px;
        overflow: hidden;
        position: relative;
    }

    .partnerships-text {
        width: 33%;
    }

    .beliefs-item {
        width: 50%;
        margin-bottom: 30px;
    }

    .service-box {
        width: 32%;
        margin-right: 2%;
    }
}

@media screen and (max-width: 850px) {
    .partnerships-img {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
    }

    .partnerships-text {
        width: 100%;
        margin-top: 30px;
    }

    .beliefs-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .service-box {
        width: 100%;
    }

    .impact-item a span {
        text-decoration: underline;
    }

    .impact-item a .capabilities-card_arrow__L_plP {
        opacity: 1;
        width: 46;
    }

    .service-box .capabilities-card_arrow__L_plP {
        opacity: 1;
        width: 46;
    }

    .service-box h3 {
        text-decoration: underline;
    }
}