.wrapper{
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    
    justify-content: space-between;
    gap: 3rem;
    margin-left: 20px;
    margin-right: 50px;

}
.img-part img{
     width: 100%;
     max-width: 450px;
     object-fit: cover;
     vertical-align: middle;
     border-radius: 10px;
     
}
.text{
    flex-direction: row;
    flex: 1;
    
}
.text .heading{
    color: #fb9f36;
    font-style: oblique;
    font-weight: bolder;
    
}
.text .content{
    font-weight: bolder;
    font-size: 18px;
    font-display: auto;
}
