@charset "utf-8";
/* CSS Document */

/*Arabic Section before */
.left-section-ar {
    float: right;
    width: 45%;
    padding-left: 40px;
	text-align: right
}

.right-section-ar {
    float: left;
    width: 45%;
    padding-right: 40px;
    padding-top: 20px;
	text-align: right
}
.right-section-ar h1{
	text-align: right;
font-family: 'Cairo', 'Amiri', sans-serif;
    font-style: normal;
    font-weight: 400;
	font-size: 18px;
	color: var(--primary-color)
}
.title-ar {
font-family: 'Rakkas', serif;
	font-style: normal;
    font-weight: 400;
    color: rgb(17, 61, 72);
    font-size: 40px;
    line-height: 40px;
   margin-bottom: 10px;
	margin-top: 35px
}

.subtitle-ar {
font-family: 'Cairo', 'Amiri', sans-serif;
	font-style: normal;
    font-weight: 700;
    color: rgb(17, 61, 72);
    font-size:15px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 40px;
}

.description-ar {
    font-family: 'Cairo', 'Amiri', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: rgb(110, 112, 112);
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
}

@media (max-width: 768px) {

 .left-section, .right-section,.left-section-ar, .right-section-ar {
        float: none;
        width: 98%;
        padding-right: 2%;
	 margin-top: 0px;
	 padding-top: 0px
    }
	.subtitle {
	font-size: 20px;
}
	.subtitle-ar {
	margin-bottom: 0px
	}
}