.section-white {
    padding: 0 0 40px;
}

.aboutcontaner {
    max-width: 70%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.section-white .flex {
    display: flex;

    border-radius: 30px;
    min-height: 350px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.aboutimg {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
}

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

[dir="rtl"] .section-white h3 {
    font-family: "DroidKufi-Regular";
}

.section-white p {
    margin-top: 0;
    margin-bottom: 15px;
    display: block;
    color: #195171;
    text-align: justify;
    font-family: "PRO-500-Medium";
    font-size: 18px;
    line-height: 18px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 10px;
}

[dir="rtl"] .section-white p {
    font-family: "DroidKufi-Regular";
    line-height: 22px;
}

.section-white .btn {
    background-color: #FACE41;
    border-radius: 100px;
    text-align: center;
    font-family: "PRO-500-Medium";
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    border: none;
    line-height: 35px;
    padding: 2px 24px;
    display: inline-block;
}

[dir="rtl"] .section-white .btn {
    font-family: "DroidKufi-Regular";
}

.section-white a {
    background-color: transparent;
    text-decoration: none;
}

#header-top a {
    color: white;
    text-decoration: none;
}
@media (max-width: 1024px) {
    .aboutcontaner {
        max-width: 800px;
    }
   
    .section-white .flex {
        display: flow-root;
    }

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

    .aboutimg {
        width: 450px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 12%;
        margin-right: 12%;
    }

    .section-white a {
        background-color: transparent;
        text-decoration: none;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 2%;
    }

    .section-white .btn {
        background-color: #FACE41;
        border-radius: 100px;
        text-align: center;
        font-family: "PRO-500-Medium";
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        border: none;
        line-height: 35px;
        padding: 0px 21px;
        display: flex;
        width: 100px;
    
    }
}
@media (max-width: 768px) {
    .aboutcontaner {
        max-width: 700px;
    }

    .section-white .flex {
        display: flow-root;
    }

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

    .aboutimg {
        width: 80%;
        padding-left: 15px;
        padding-right: 15px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .section-white a {
        background-color: transparent;
        text-decoration: none;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 2%;
    }

    .section-white .btn {
        background-color: #FACE41;
        border-radius: 100px;
        text-align: center;
        font-family: "PRO-500-Medium";
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        border: none;
        line-height: 35px;
        padding: 0px 21px;
        display: flex;
        width: 100px;
    
    }
}
@media (max-width: 550px) {
    
    .aboutimg {
        width: 80%;
    
        display: block;
        margin-left: auto;
        margin-right: auto;
    } 
}
@media (max-width: 418px) {
    .section-white p {
        font-size: 16px;
    }

    .section-white .btn {
        background-color: #FACE41;
        border-radius: 100px;
        text-align: center;
        font-family: "PRO-500-Medium";
        font-size: 14px;
        font-weight: 700;
        color: #ffffff;
        border: none;
        line-height: 35px;
        padding: 0px 25px;
        display: flex;
        width: 79px;
    }
    [dir="rtl"] .section-white .btn {
        background-color: #FACE41;
        border-radius: 100px;
        text-align: center;
        font-family: "DroidKufi-Regular";
        font-size: 14px;
        font-weight: 700;
        color: #ffffff;
        border: none;
        line-height: 35px;
        padding: 0px 25px;
        display: flex;
        width: 87px;
    }

    .section-white a {
        background-color: transparent;
        text-decoration: none;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 2%;
    }
}