.security-header-image-container {
    width: 100%;
    position: relative;
    height: 19rem;
}

.security-header-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 80%;
}

.left-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, #bee7d3, rgba(255, 0, 0, 0));
    z-index: 1;
}

.right-gradient-overlay {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, #bee7d3, rgba(255, 0, 0, 0));
    z-index: 1;
}

.security-content-container {
    margin-top: 4rem;
    display: flex;
    width: 60%;
    flex-direction: column;
    margin-bottom: 4rem;
}

.security-content-layout {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.security-list {
    list-style-type: disc;
}

.security-list li {
    margin-left: 4rem;
}

.security-description-text h2 {
    font-family: 'Lato', sans-serif;
    line-height: 4.2rem;
    font-weight: 700;
    font-size: 2.8rem;
}

.security-description-text p {
    font-family: 'Lato', sans-serif;
    line-height: 2.4rem;
    font-weight: 400;
    font-size: 1.6rem;
}

.email {
    font: inherit;
    color: #2399d8;
    text-decoration: underline;
    cursor: pointer;
}

.security-bayut-image-container {
    width: 100%;
    height: 8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.security-bayut-image {
    width: 5.6rem;
    height: 5.6rem;
}

.security-description-text {
    display: flex;
    flex-direction: inherit;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 2.4rem;
}

.arabic-text-alignment {
    text-align: right;
}

.arabic-text-alignment ul {
    direction: rtl;
}

.arabic-text-alignment li {
    margin-left: unset;
    margin-right: 4rem;
}

@media (max-width: 743px) {
    .security-header-image-container {
        height: 20rem;
    }

    .bottom-gradient-overlay {
        top: 0%;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(
            to bottom,
            rgba(190, 231, 211, 0.8),
            rgba(255, 0, 0, 0)
        );
        z-index: 1;
    }

    .top-gradient-overlay {
        top: 50%;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(
            to top,
            rgba(190, 231, 211, 0.8),
            rgba(255, 0, 0, 0)
        );
        z-index: 1;
    }

    .security-content-container {
        margin-top: 2.4rem;
        width: 100%;
        margin-bottom: 2.4rem;
    }

    .security-description-text {
        row-gap: 1.6rem;
        padding-inline: 1.6rem;
    }

    .security-title-container h2 {
        line-height: 3rem;
        font-size: 2rem;
    }

    .security-bayut-image {
        width: 4rem;
        height: 4rem;
    }

    .security-bayut-image-container {
        height: 5.6rem;
    }
}
