.read-more {
    display: inline-block;
    width: auto;
    height: auto;
    color: #fff;
    background: #0c8389;
    padding: 3px 15px;
    border: medium none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(PIE.htc);
}
.sp-main-body {
  padding: 20px 0;
}
#sp-main-body {
  padding: 20px 0;
}
.outer {
    display: flex;
    justify-content: center
}

.convertforms .cf-label .cf-required-label {
  color: #db0000;
  font-weight: 500;
}