.left_side {
    /*border-bottom: 27rem solid #E7E7E7;*/
    /*border-right: 17rem solid transparent;*/
    /*width: 47rem;*/
    /*height: 25rem;*/
    /*border-bottom-right-radius: 10px;*/
    /*margin-top: 35px;*/
}

.left_side > img {
    width: 600px;
    margin-right: 15%;
    margin-top: 4%;
}

.rec {
    background-image: url('./../image/services/icons/rec.svg');
    background-repeat: no-repeat;
    width: 74%;
    padding: 1rem;
    opacity: 1;
    margin-top: 1%;
    filter: drop-shadow(0px 1px 0 #a9a9a9);
}

.rec > h2 {
    padding: 0 10%;
    font-weight: 600;
}

.page-p {
    color: #454141;
    text-align: justify;
    font-size: 1rem;
    font-style: normal;
    line-height: 250%; /* 2.34375rem */
}

.hero-p {
    color: #454141;
    text-align: justify;
    font-size: 1rem;
    font-style: normal;
}

.page-h1 {
    /*font-family: "Peyda-bold" !important;*/
    color: #454141;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 162.5%; /* 2.4375rem */
}

.head-dark {
    color: white;
    background-color: #3E3D40;
}

.h_2 {
    /*font-family: "Peyda-bold" !important;*/
    width: 30%;
    height: 4rem;
    margin: 10px 0;
    text-align: center;
    border-bottom: 4rem solid yellow;
    border-left: 2rem solid transparent;
    filter: drop-shadow(2px 4px 6px #ffffff);
}

.h_2 > h2{
    padding: 10px;
}

.desc {
    margin: 12%;
}

.table td {
    vertical-align: middle;
}

table tr {
    height: 80px;
}

th {
    padding: 1.5rem 0 !important;
}

.paragraph-eng-page {
    display: -webkit-box;
    padding: 0.2rem 2%;
}

.paragraph-eng-page > img {
    position: absolute;
}

.paragraph-eng-page > p {
    padding: 0 1.5rem;
}

.paragraph-eng-page {
    display: -webkit-box;
    padding: 0.4rem 2%;
}

.img-text-box {
    border-radius: 0.9375rem;
    margin-top: -7.25rem;
    margin-left: 50px;
    left: 0;
    float: right;
    opacity: 0.9;
}

.img-text-box > img {
    position: absolute;
}

.img-text-box > p {
    float: right;
    opacity: 0.9;
    color: black;
    font-size: 2rem;
    font-weight: 700;
    margin-right: 3rem;
}
