@font-face {
    font-family: Yekan;
    src: url(fonts/YekanBakh-Medium.ttf);
    }
    @font-face {
        font-family: Yekanfat;
        src: url(fonts/YekanBakh-Fat.ttf);
    }
    @font-face {
        font-family: Yekanbold;
        src: url(fonts/YekanBakh-Bold.ttf);
    }
    @font-face {
        font-family: yekanhevy;
        src: url(fonts/YekanBakh-Heavy.ttf);
    }
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html , body{
    width: 100%;
    height: 100%;
    direction: rtl;
    font-family: Yekan;
    display: flex;
    background-color: #f7f7f7;
}
.container{
    width: 100%;
    float: right;
    background-color: #f7f7f7;
    margin: auto;
    padding: 15px;
    max-width: 500px;
}
.row{
    width:100%;
    background-color: #fff;
    float: right;
    display: grid;
    grid-template-columns: 30% 70%;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    margin-bottom: 15px;
    padding: 10px 0 10px 10px;
}
.imageSection{
     width: 100%;
     float: right;
     display: flex;
     align-items: center;
}
.imageSection img{
    width: 90%;
    float: right;
    border-left: 1px solid #d0d0d0;
}
.innerContent{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Contentsection{
    padding: 10px 3px 10px 5px;
}
p {
    margin-top: 5px;
    font-size: 13px;
    text-align: justify;
    color: #acabab;
}
.logoSection img{
    width: 200px;
    margin: auto;
}
.logoSection {
    display: flex;
    padding-bottom: 25px;
}
.innerContent h3 {
    color: #427f3b;
    font-weight: 800;
    font-size:18px;
    font-family: yekanhevy;
    display: flex;
    align-items: baseline;

}
.innerContent h3::before{
    width: 20px;
    height: 6px;
    background-color: #f25b27;
    content: "";
    display: table;
    float: right;
    margin-left: 5px;
}
.innerContent h4 {
    color: #f25b27;
    font-size: 14px;
    font-family: yekanhevy;
}