.base h1,
.base h2 {
    font-weight: 400;
}

.dsp_non {
    display: none !important;
}

.base h1 {
    font-size: 3em;
}

.base p {
    font-size: 1.2em;
    line-height: 1.8em;
}

.margin-ize {
    margin-left: 13%;
}

.new-pill {
    background: #24B47E;
    border-radius: 8px;
    font-size: .75em;
    padding: 0px 5px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin-top: -1px;
    position: absolute;
}

.announcement {
    position: absolute;
    background: #3D52F6;
    padding: 4px 7px;
    border-radius: 50px;
    color: #fff;
    margin: 60px 13%;
}

.announcement .fa {
    float: right;
    margin: 4px 20px;
}

.message {
    margin-left: 50px;
}

.message i {
    margin-left: 5px;
}

.base .butt2 {
    font-size: .85em;
    font-weight: bold;
}

.features {
    color: #525f7f;
    width: 25%;
    margin: 30px 1%;
    padding: 40px;
    display: inline-block;
    box-shadow: 1px 1px 20px #bbb;
    border-radius: 5px;
    vertical-align: top;
    cursor: pointer;
}

.features:hover {
    box-shadow: 1px 1px 25px #aaa;
    margin-top: 20px;
}

.features p:first-child {
    width: 70px;
    height: 70px;
    line-height: 85px;
    border-radius: 100px;
}

.features p:last-child {
    text-align: left !important;
}

.link {
    color: #5C48B0;
    font-weight: bold;
}

.link:hover {
    color: #333;
}

.scrolling-wrapper {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
}

.scrolling-wrapper::-webkit-scrollbar {
    display: none;
}

.card {
    display: inline-block;
    background: #fff;
    height: 250px;
    width: 300px;
    padding: 10px;
    vertical-align: top;
}

.scrolling-wrapper h2 {
    width: 250px !important;
}

.scrolling-wrapper h2,
.uppercase {
    text-transform: uppercase;
}

.metrics-container {
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    flex-wrap: wrap;
}

.metric {
    padding: 5px;
    display: flex;
    flex-direction: column;
}

.big-thick-title {
    font-size: 6em !important;
    font-weight: bold !important;
}

.base-title {
    font-weight: bold;
    margin-top: -70px;
}

.metrics-tag {
    font-size: 1.6vw;
    color: #24B47E;
    padding-top: 50px;
    margin-bottom: -30px;
}

.sales-btn {
    background: #fff;
    color: #7795F9;
    margin-left: 10px;
    border: none;
    box-shadow: 0px 1px 3px #eee;
}

.ask-to-start {
    background: #F6F9FC;
    color: #555;
    padding: 30px;
    margin-top: -28px;
    text-align: center;
}

.tag-icon {
    color: #0ae;
    font-size: 1.5em !important;
    margin-right: 10px;
}


/*===============================TERMS*/

.content-wrap {
    margin: 50px 10% 30px 10%;
    background: #fff;
    padding: 30px 50px;
    text-align: left;
}

.content-wrap h3 {
    margin: 50px 0 -10px 0;
}