#header {
    box-shadow: rgba(0, 0, 0, 0.03) 0px 4px 0.75em;
}

.about-container-top {
    width: 100%;
    height: 700px;
    background-color: #00a162;
    background-image: url('../images/about-top-bg.png');
    background-repeat: no-repeat;
}

.about-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}



.about-top-left-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.about-top-left-content .about-title-content {
    padding: 3px 10px;
    background-color: #0505194d;
    border: none;
}



.about-top-right img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.story-box {
    z-index: 99;
    position: relative;
}

.story-container {
    width: 100%;
    margin: 20px auto;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-color: #5856ff;
}


.story-image {
    width: 70%;
    margin: 30px auto 0px;
}

.story-title {
    display: inline-block;
}


.team-box {
    margin-top: 330px;
}


.accordion .accordion-wrapper {
    border-top: 1px solid #dfdfdf;
}

.accordion-row {
    position: relative;
}



.accordion .accordion-button {

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 20px;
    cursor: pointer;
    z-index: 99;
}



.button-box_arrow2 {
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease;
    display: flex;
    inset: 1em 1em auto auto;
    opacity: 0;

}

.button-box_arrow2 {
    color: #fff;
}

.button-box_arrow2 .c-arrow {
    fill: #000;
}

.accordion h2 {
    width: calc(100% - 2em);
}


.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-out;
}

.accordion-row-show {
    max-height: 800px;
}

.accordion-content ul li {
    list-style-type: square;
    margin-left: 20px;
}

.accordion-content ul li strong {
    margin-right: 10px;
}

.accordion .accordion-button:hover {
    color: #fff;
    padding: 1.5rem 40px;
    transition: all 0.5s ease-in-out;
    background-color: #00a162;
}

.accordion .accordion-button:hover .button-box_arrow2 {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

@media screen and (min-width : 1279px) {
    .about-top-left {
        width: 65%;
    }

    .about-top-right {
        width: 30%;
        border-radius: 10px;
    }

    .commitment-container {
        width: 100%;
        position: absolute;
        background-color: #050519;
        top: 700px;
    }

    .story-content {
        width: 70%;
    }

    .story-content .about-title-content {
        padding: 3px 10px;
        background-color: #0505194d;
        border: none;
    }

    .about-top-left-content p {
        width: 60%;
    }
}

@media screen and (max-width : 1279px) and (min-width : 1024px) {
    .about-top-left {
        width: 65%;
    }

    .about-top-right {
        width: 30%;
        border-radius: 10px;
    }

    .about-top-left h2 {
        font-size: 3rem;
    }

    .commitment-container {
        width: 100%;
        position: absolute;
        background-color: #050519;
        top: 800px;
    }

    .story-content {
        width: 70%;
    }

    .story-content .about-title-content {
        padding: 3px 10px;
        background-color: #0505194d;
        border: none;
    }

    .about-top-left-content p {
        width: 60%;
    }
}

@media screen and (max-width : 1024px) and (min-width : 767px) {
    .about-top-left {
        width: 65%;
    }

    .about-top-right {
        width: 30%;
        border-radius: 10px;
    }

    .about-top-left h2 {
        font-size: 2rem;
    }

    .commitment-container {
        width: 100%;
        background-color: #050519;
    }

    .story-content {
        width: 100%;
    }

    .story-content .about-title-content {
        padding: 3px 10px;
        background-color: #0505194d;
        border: none;
    }

    .about-top-left-content p {
        width: 60%;
    }
}

@media screen and (max-width : 767px) {
    .about-top-left {
        width: 100%;
    }

    .about-top-right {
        width: 50%;
        border-radius: 10px;
    }

    .about-top-left h2 {
        font-size: 2rem;
    }

    .commitment-container {
        width: 100%;
        background-color: #050519;
    }

    .story-content {
        width: 100%;
    }

    .story-content .about-title-content {
        padding: 3px 10px;
        background-color: #0505194d;
        border: none;
    }

    .about-top-left-content p {
        width: 90%;
        margin-bottom: 20px;
    }
}

@media screen and (min-width : 1279px) {
    .server-container {
        width: 70%;
    }

}

@media screen and (max-width : 1279px) {
    .server-container {
        width: 100%;
        margin-top: 30px;
    }
}