.description{
    width:100%;
    margin: 0 auto;
    padding: 20px;
}
.description h2{
    color: #000000;
    font-family: "Cormorant", Sans-serif;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
}
.description .paraph{
    line-height: 1.4;
    text-align: justify;
    font-family: "Raleway", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding-right: 80px;
    color: var(--e-global-color-text);
    padding-bottom: 20px;
}
.description::after{
    content:"";
    display: block;
    clear: both;
}
.description img{
    float: inline-end;
    position: relative;
    bottom: 0px;
    right: 0;
    width: 45%;
    height: 456px !important;
    object-fit: cover;
    object-position: center center;
    border-style: solid !important;
    border-width: 25px 0px 25px 25px !important;
    border-color: #FBF3E1 !important;
    border-radius: 24em 0em 0em 0em !important;
    shape-outside: margin-box;
    margin: 20px -100px 0px 40px;
}