.wpb-about-wrap {
    position: relative;
    margin: 25px 40px 0 20px;
    max-width: 960px;
    font-size: 15px;
}
.wpb-about-wrap input[type=text] {
    width: 100%;
    padding: 7px 10px;
}
.wpb-about-wrap ol {
    margin-bottom: 40px;
}
.wpb-about-wrap ol li b {
    display: block;
    margin-bottom: 10px;
}
.wpb-about-wrap ol li {
    margin-bottom: 30px;
}
.wpb-about-wrap ol li:last-child {
    margin-bottom: 0;
}
.wpb-about-wrap h1 {
    margin: .2em 200px 0 0;
    padding: 0;
    color: #32373c;
    line-height: 1.2em;
    font-size: 2.8em;
    font-weight: 400;
}
.wpb-about-wrap .wpb-about-text {
    margin: 1em 200px 2em 0;
    min-height: 60px;
    color: #555d66;
    font-weight: 400;
    line-height: 1.6em;
    font-size: 19px;
}

.wpb_button{
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    transition: .3s ease-out;
    border: none;
    text-decoration: none;
}
.wpb_button i {
    line-height: inherit;
    font-size: inherit;
}
.wpb_button:hover {
    box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
}
.wpb_button_lg{
    height: 54px;
    line-height: 54px;
    text-align: center;
    letter-spacing: .5px;
    font-size: 1rem;
    outline: 0;
    border-radius: 2px;
    display: inline-block;
    padding: 0 2rem;
}
.wpb_button_success {
    background: #2196F3;
    color: #fff;
}
.wpb_button_success:hover,
.wpb_button_success:active,
.wpb_button_success:focus {
    background: #39a1f4;
    color: #fff;
    outline: 0;
}
.wpb_button_warning {
    background: #F44336;
    color: #fff;
}
.wpb_button_warning:hover,
.wpb_button_warning:active,
.wpb_button_warning:focus {
    background: #f55a4e;
    color: #fff;
    outline: 0;
}
.wpb_plugin_btns > .wpb_button:not(:last-child) {
    margin-right: 8px;
}