section:not(:last-child) {
    -webkit-margin-after: 3rem;
    margin-block-end: 3rem;
}

/*********************
      START: ABOUTUS
    *********************/
.aboutUs {
    overflow-x: hidden;
    position: relative;
    min-height: 350px;
}
.underAbout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.aboutUs--img {
    height: 550px;
    -o-object-fit: cover;
    object-fit: cover;

}

.aboutUs--text,
.aboutUs--img {
    width: 48%;
}

.aboutUs--text p {
    padding: 0 1rem;
}

/*********************
      END: ABOUTUS
    *********************/

/*********************
      START: WHATIS
    *********************/
.whatIs {
    color: var(--cwh);
}

.whatIs--content {
    padding: 0 1rem;
}

.whatIs--text p {
    margin-block: 15px;
    line-height: 25px;
    font-size: 100%;
}
.whatIs--text b {
    margin-block-end: 10px;
    display: block;
}
.whatIs--text ul {
    list-style: disc;
    padding-inline-start: 18px;
    margin-block: 23px;
    line-height: 30px;
}
.whatIs--text {
}

/*********************
      END: WHATIS
    *********************/
.top-text {
color:white;
}
img.top-member-img {
    width: 50%;
    display: block;
    margin: 0px auto 15px;
}
#customers {
border-collapse: collapse;
    width: 100%;
    background-color: #f2f2f2;
    width: 50%;
    margin: 20px auto;

}

#customers td, #customers th {
border: 1px solid black;
    padding: 8px;
    color: black;
        text-align: center;

}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
}
.aboutUs--text b {
margin-block-start: 40px;
    display: block;
}
p.attention {
    color: white;
    font-size: 20px;
    margin-block: 55px;
}
p.attention span , .big-txt {
    font-size: 20px;
}
.aboutUs--text ul {

list-style: arabic-indic;
    margin-block-start: 10px;
        padding-inline-start: 15px;

    }
.aboutUs--text ul li {
    margin-block: 10px;

}
/*********************
      START: VIDEO
    *********************/
.video video {
    width: 100%;
    vertical-align: middle;
}

.video--content {
    position: relative;
    width: 80%;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
}

.video--overlay {
    display: block;
    color: var(--cwh);
    text-align: center;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.video--overlay.activation {
    display: none;
}

.video--overlay__background {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--cblo50);
    z-index: -1;
    background-size: cover;
}

.video--overlay__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.video--overlay img {
    width: 40%;
    cursor: pointer;
}

/*********************
      END: VIDEO
    *********************/

/*********************
      START: MEDIA
    *********************/

@media screen and (max-width: 768px) {
    .aboutUs--content {
        flex-direction: column-reverse;
    }

    .aboutUs--img {
        display: block;
        position: unset;
        width: 80%;
        -webkit-margin-start: auto;
        margin-inline-start: auto;
        -webkit-margin-end: auto;
        margin-inline-end: auto;
            margin-block-start: 15px;

    }

    .aboutUs--text {
        width: 100%;
    }

    .aboutUs--text {
        -webkit-margin-before: 2rem;
        margin-block-start: 2rem;
        -webkit-margin-start: 0;
        margin-inline-start: 0;
    }
    #customers {
    width: 100%;
}
img.top-member-img {
    width: 100%;
}
}

@media screen and (max-width: 425px) {
    .whatIs--text {
        flex-direction: column;
    }

    .whatIs--content p {
        width: 100%;
    }
}

/*********************
      END: MEDIA
    *********************/