* {
  box-sizing: border-box;
}
 
.desktop-6 {
  float: left;
  width: 50%;
  padding: 20px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
img{
    border-radius:5px;
}
@media screen and (max-width: 820px) {
  .tab-6 {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .mobile-12 {
    width: 100%;
  }
  .row{
    display: flex;
    flex-direction: column-reverse;
  }
}
p{
    margin:0px;
}
div.taaza p{
    font-size:16px;
}