.MainWrapper{
background: #e6e7e9;
 background-image: url(https://crm.darakala.com//Files/Website/Store/aboutus/Back01.png),
url(https://crm.darakala.com//Files/Website/Store/aboutus/Back02.png);
background-position: right top, bottom left;
  background-repeat: no-repeat;
background-size:contain,auto;
}

.CKE h3{margin-top:6px;}
.E4-14 h2{
  background: -webkit-linear-gradient(#e67e22, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.R-14 .CKE p {
color: #fff;
    background-color: #14b1e6;
    border-radius: 15px;
    height: 34px;
    padding-top: 5px;
    width: 120px;
    margin: auto;
    font-size: 16px;
    margin-top: 15px;
}


.R-14 img{
transition:.4s;
}
.R-14 img:hover{
transform: scale(1.1);
}