body {
    position: relative
}

body:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 475px;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(to bottom, #81dbff 0%, #fff 100%)
}

h1 {
    max-width: 760px;
    margin: 0 auto 60px;
}

.features-banner-wrap {
    padding: 90px 0;
    text-align: center;
}

.banner-illustration {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}

.views-table .content-wrap {
    padding: 60px 0;
    display: flex;
    gap: 50px;
    align-items: center;
    max-width: 1100px;
    place-items: center;
}

.image-part,
.cont-part {
    width: 50%;
}

.image-part img {
    display: block;
    margin: 0 auto;
}

.cont-part a {
    position: relative;
    display: inline-block;
    padding-right: 13px;
}

.cont-part a:before {
    content: '';
    border-color: transparent transparent transparent #00aeef;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    height: 0;
    width: 0;
    position: absolute;
    top: 9px;
    right: 0;
}

@media only screen and (max-width: 1199px) {
    h1 {
        max-width: 700px;
    }
    .banner-illustration {
        max-width: 450px;
    }
    .views-table .content-wrap {
        padding: 50px 0;
    }
    .image-part img {
        max-width: 350px;
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .banner-illustration {
        max-width: 420px;
    }
    .views-table .content-wrap {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        padding: 60px 0;
    }
    .image-part,
    .cont-part {
        width: 100%;
    }
    .cont-part {
        max-width: 550px;
    }
    .left-image .image-part {
        order: 2;
    }
    .left-image .cont-part {
        order: 1;
    }
    .image-part img {
        max-width: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .features-banner-wrap {
        padding: 50px 0;
    }
    h1 {
        max-width: 500px;
    }
    .banner-illustration {
        max-width: 350px;
    }
    .views-table .content-wrap {
        padding: 40px 0 60px;
    }
}

@media only screen and (max-width: 480px) {
    .banner-illustration {
        max-width: 280px;
    }
    .image-part img {
        max-width: 250px;
    }
}
/* Arabic starts */

.i18n-ar .bottom-cta-wrap h2, .i18n-ar .bottom-cta-wrap .content-wrap,.i18n-ar .features-banner-content h1, .i18n-ar .features-banner-content {
    text-align: center;
}


/* Arabic ends */