.db{
    margin-top: 100px;
 
    height: 350px;
    width: 100%;
}
.dbpic{
    height: 100%;
    width: 50%;
    float: left;
}

.dbpic img{
    height: 100%;
    width: 100%;
}

.dbdetails{
    padding: 2%;
    height: 100%;
    width: 50%;
    float: left;
    text-align: justify;
    direction: rtl;
    font-size: 18px;
}