p,
div {
    text-align: start;
}

section .video-wrapper {
    position: relative;
}

    section .video-wrapper::before {
        content: "";
        position: absolute;
        width: 174px;
        top: 0;
        left: 5px;
        background-color: var(--alt-color);
        height: 10px;
        border-radius: 26px 0 0 0;
    }

    section .video-wrapper video {
        width: 100%;
        border-radius: 20px;
    }

.bg-icon {
    width: 30px;
    height: 30px;
    background-color: rgb(234, 234, 234);
}

/* leader and users */
section .leader {
    background-image: url("../images/about/decor.png");
    background-repeat: repeat;
    background-color: #eee;
}

section .user {
    padding: 0.8rem;
    height:100%;
}

    section .user img {
        height: 250px;
    }

/* guideline section */
section.guideline ol {
    padding-left: 70px;
}

.sAxes .bg-icon {
    width: 40px;
    height: 40px;
    background-color: rgb(234, 234, 234);
    padding: 5px;
}

@media (max-width: 767px) {
    section.guideline ol {
        padding-left: 20px;
    }
}

.bg-white {
    height: 100%;
}
