.art-from-heart {margin:6rem 0}
.art-from-heart .incontainer {display:grid;}
.art-from-heart .incontainer img {width:100%;}
.art-from-heart a {color: #000;text-transform: uppercase;text-decoration: none;font-weight: 500;font-size: 14px;}
.art-from-heart .leftcontet {text-align:center;}
.art-from-heart .leftcontet p {font-size: 14px;margin: 3rem 0;}
@media screen and (min-width: 749px){
  .art-from-heart .incontainer {grid-template-columns:1fr 1fr;align-items:center;}
  .art-from-heart .leftcontet {padding:10rem;}
}

@media screen and (max-width: 749px){
  .art-from-heart .leftcontet {padding: 1rem;order: 2;}
  .art-from-heart .rightcontet {order: 1;}
  .art-from-heart .leftcontet p {margin: 2rem 0;}
  .art-from-heart .title-wrapper {margin-bottom: 0rem;}
}