@import 'app.css';
@import 'main_header_and_footer.css';


.contact-us-lnk{
    background-color: #91c74b;
    color: white;
    text-decoration: none;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.contact-us-lnk:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    background-color: #079b61;
    color: white;
    text-decoration: none;
}

.rtl{
    direction: rtl;
}


@media (min-width: 992px) {
    .starter-par{
        padding-left: 25%;
        padding-right: 25%;
    }

    .par-with-title-cont{
        padding-left: 5%;
        padding-right: 5%;
    }
}