body{
    background: #f6f7fe;
}
.main{
    margin-top: 120px;
}
.section_heading{
    margin-bottom: 35px;
}
.text-wrap{
    direction: rtl;
    text-align: right;
}
.block{
    background: #fff;
    margin-bottom: 20px;
    padding: 30px 40px;
    text-align: right;
    border-right: 2px solid transparent;
    transition: .6s;
    border-color: #3e6edf;
    box-shadow: 0 0 20px 1px rgba(0,0,0,.15);
}
.block ul{
    list-style: none;
    padding-right: 15px;
}
.block ul li{
    margin: 10px 0;
}
.text-wrap h4{
    display: block;
    color: #2059e0;
    text-shadow: 0px 0px 1px #2059e0;
}
.text-wrap p{

}


@media (max-width:767px){
    .main{
        margin-top: 20px;
    }
    .block{
        padding: 30px 15px;
        text-align: justify;
    }
    .block ul{
        padding-right: 5px;
    }
}
.wrapper{
    width: 100%;
}
.Row{
    display: flex;
    flex-wrap: wrap;
}
.Col{
    flex: 1 0 100%;
    width: 100%;
    min-height: 0px !important;
    padding: 0px !important;
}

.info{
    flex: 1 0 50%;
    text-align: right;
    padding-right: 10px;
    justify-content: center;
}