body.widget-snippet {
    padding: 40px;
}
.features-text{
    background: #000069;
    height: 580px;
    align-items: center;
    display: flex;
}
.featured-wrap {
    padding: 0 130px;
    position: relative;
}
.featured-wrap::before {
    height: 335px;
    width: 11px;
    content: "";
    position: absolute;
    background: #3de39a;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.featured-inner {
    padding: 5px 0;
}
.featured-inner p {
    color: #ffffff;
    font-size: 17px;
    margin: 0;
    font-weight: bold;
    line-height: 30px;
    font-family: 'Century Gothic', sans-serif;
}
.featured-inner h2 {
    color: #ffffff;
    font-size: 27px;
    line-height: 34px;
    font-weight: bold;
    margin: 0;
    font-family: 'Century Gothic', sans-serif;
}
.featured-inner h3 {
    color: #ffffff;
    font-size: 27px;
    line-height: 50px;
    font-weight: normal;
    margin: 0;
    font-family: 'Century Gothic', sans-serif;
    padding: 0;
}
