body {
    font-family: "PRO-400-Regular";
    margin: 0px;
}

[dir="rtl"] html,
[dir="rtl"] body {
    font-family: "DroidKufi-Regular";
    margin: 0px;
}

.section-features {
    background-color: #f0f0f0;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 70px;
}

.service-container {
    max-width: 62%;
    width: 100%;
    margin: 0 auto;
    /* padding-left: 15px;
    padding-right: 15px; */
}

.flex {
    display: flex;
    box-sizing: border-box;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.flexlast {
    max-width: auto;
    display: flow-root;
    flex: 1;
    margin-left: 34.15%;
    margin-right: 34.15%;
    margin-top: 1.15%;
}

.flex .col {
    flex: 1;
    margin-left: 1.15%;
    margin-right: 1.15%;
    margin-top: 1.15%;
}

.section-features h3 {
    font-family: "PRO-800-ExtraBold";
    font-size: 34px;
    line-height: 36px;
    color: #195171;
    margin: 0 0 4px;
}

[dir="rtl"] .section-features h3 {
    font-family: "Droid-Arabic-Kufi-Bold";
}

.section-features .service-container h4 {
    display: block;
    margin: 20px 0 24px;
    color: #FACE41;
    font-family: "PRO-500-Medium";
    margin-bottom: 10px;
}

[dir="rtl"] .section-features .service-container h4 {
    font-family: "Droid-Arabic-Kufi";
}

.section-features .col {
    background-color: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    text-align: left;
    -webkit-box-shadow: 0 0 28px 0 rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 28px 0 rgb(0 0 0 / 13%);
}

.section-features .col:hover {
    background-color: #c4c4c4c0;
}

.section-features .col .content {
    padding: 0 30px 10px;
    text-align: center;
}

.section-features .thumbnail {
    text-align: center;
}

.section-features .thumbnail img {
    border: 0;
    padding-top: 10%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
    height: auto;
}

.section-features .col .content h4 {
    text-align: center;
    font-family: "PRO-400-Regular";
    color: #195171;
    font-size: 18px;
}

[dir="rtl"] .section-features .col .content h4 {
    font-family: "DroidKufi-Regular";
}
@media (max-width: 1000px) {
    .section-features .col .content h4 {
        font-family: "DroidKufi-Regular";
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .service-container {
        max-width: 70%;
        margin: 0 auto;
    }
    .section-features .thumbnail img {
        border: 0;
        padding-top: 10%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 35%;
        height: auto;
    }

    [dir="rtl"] .section-features .col .content h4 {
        font-family: "DroidKufi-Regular";
        font-size: 11px;
    }
}

@media (max-width: 550px) {
   

    .section-features h3 {
        font-family: "PRO-800-ExtraBold";
        font-size: 25px;
        line-height: 20px;
        color: #195171;
        margin: 0 0 4px;
    }

    .section-features .service-container h4 {
        display: block;
        margin: 20px 0 24px;
        color: #FACE41;
        font-size: 16px;
        font-family: "PRO-500-Medium";
        margin-bottom: 10px;
    }

    .section-features .thumbnail img {
        border: 0;
        padding-top: 10%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 35%;
        height: auto;
    }

    [dir="rtl"] .section-features .col .content h4 {
        font-family: "DroidKufi-Regular";
        font-size: 10px;
    }

    .section-features .col .content h4 {
        text-align: center;
        font-family: "PRO-400-Regular";
        color: #195171;
        font-size: 10px;
    }

    .flex {
        display: flex;
        box-sizing: border-box;
    }
}

@media (max-width: 530px) {

    .flex {
        display: block;
    }

    .flex .col {
        flex: 1;
        margin-left: 1.15%;
        margin-right: 1.15%;
        margin-top: 5.15%;
    }

    .flexlast {
        display: flow-root;
        flex: 1;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 5.15%;
    }

    .section-features .thumbnail img {
        border: 0;
        padding-top: 10%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 35%;
        height: auto;
    }

    [dir="rtl"] .section-features .col .content h4 {
        font-family: "DroidKufi-Regular";
        font-size: 14px;
    }

    .section-features .col .content h4 {
        text-align: center;
        font-family: "PRO-400-Regular";
        color: #195171;
        font-size: 14px;
    }
}

@media (max-width: 290px) {

    .section-features .thumbnail img {
        border: 0;
        padding-top: 10%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 35%;
        height: auto;
    }

    [dir="rtl"] .section-features .col .content h4 {
        font-family: "DroidKufi-Regular";
        font-size: 12px;
    }

    .section-features .col .content h4 {
        text-align: center;
        font-family: "PRO-400-Regular";
        color: #195171;
        font-size: 12px;
    }
}