.section-contact {
    background-color: #ffffff;
    padding: 54px 0;
    color: #195171;
    font-size: 22px;
}

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

.section-contact .flex {
    display: flex;
    background-color: #f0f0f0;
    border-radius: 20px;
    padding: 0px 90px 0;
}

.section-contact .flex-v-center {
    align-items: center;
    justify-content: center;
}

.section-contact .flex .col {
    flex: 1;
    margin-left: 0 !important;
    margin-left: 1.15%;
    margin-right: 1.15%;
}

.section-contact p {
    font-family: "PRO-500-Medium";
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 2vw;
}

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

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

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

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

.section-contact .flex .col:last-child {
    max-width: 242px;
}

@media (max-width: 768px) {
    
    .section-contact .flex {
        display: flex;
        background-color: #f0f0f0;
        border-radius: 20px;
        padding: 0px 20px 0;
    }
    .section-contact p {
        font-family: "PRO-500-Medium";
        margin-top: 0;
        margin-bottom: 15px;
      
    }
    .section-contact .btn {
        font-family: "PRO-500-Medium";
        background-color: #FACE41;
        border-radius: 100px;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        color: #ffffff;
        border: none;
        line-height: 30px;
        padding: 2px 20px;
        display: inline-block;
    }
}
@media (max-width: 550px) {
   
    .imgcontact {
        margin-left: 0%;
        margin-right: 0%;
        height: 30%;
        
    }
    .section-contact .flex {
        display: flex;
        background-color: #f0f0f0;
        border-radius: 20px;
        padding: 0px 20px 0;
    }
    .section-contact p {
        font-family: "PRO-500-Medium";
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 12px;
       
    }
    .section-contact .btn {
        font-family: "PRO-500-Medium";
        background-color: #FACE41;
        border-radius: 100px;
        text-align: center;
        font-size: 12px;
        font-weight: 700;
        color: #ffffff;
        border: none;
        line-height: 25px;
        padding: 2px 15px;
        display: inline-block;
    }
}
@media (max-width: 418px) {
    
    .section-contact .flex {
        display: flow-root;
    }

    .section-contact .flex {
        display: flex;
        background-color: #f0f0f0;
        border-radius: 20px;
        padding: 0px 5px 0;
    }
    .section-contact p {
        font-family: "PRO-500-Medium";
        margin-top: 0;
        margin-bottom: 15px;
        
    }
    .section-contact .btn {
        font-family: "PRO-500-Medium";
        background-color: #FACE41;
        border-radius: 100px;
        text-align: center;
        font-size: 10px;
        font-weight: 700;
        color: #ffffff;
        border: none;
        line-height: 20px;
        padding: 2px 10px;
        display: inline-block;
    }
}
@media (max-width: 330px) {
   
    .section-contact .flex {
        display: flow-root;
    }

    .section-contact .flex {
        display: flex;
        background-color: #f0f0f0;
        border-radius: 20px;
        padding: 0px 5px 0;
    }
    .section-contact p {
        font-family: "PRO-500-Medium";
        margin-top: 0;
        margin-bottom: 15px;
    
    }
    .section-contact .btn {
        font-family: "PRO-500-Medium";
        background-color: #FACE41;
        border-radius: 100px;
        text-align: center;
        font-size: 10px;
        font-weight: 700;
        color: #ffffff;
        border: none;
        line-height: 15px;
        padding: 2px 10px;
        display: inline-block;
    }
}
@media (max-width: 290px) {
   
    .section-contact .flex {
        display: flow-root;
    }
    .section-contact .flex {
        display: flex;
        background-color: #f0f0f0;
        border-radius: 20px;
        padding: 0px 5px 0;
    }
    .section-contact p {
        font-family: "PRO-500-Medium";
        margin-top: 0;
        margin-bottom: 15px;
    }
    .section-contact .btn {
        font-family: "PRO-500-Medium";
        background-color: #FACE41;
        border-radius: 100px;
        text-align: center;
        font-size: 8px;
        font-weight: 700;
        color: #ffffff;
        border: none;
        line-height: 13px;
        padding: 2px 8px;
        display: inline-block;
    }
}