.aws-two-columns-widget.third_layout {
    background: #0F0F2D;
}

.aws-two-columns-widget.third_layout p {
    color: #E1E7EA;
    font-size: 20px;
    line-height: 29px;
}


.aws-two-columns-widget.pt-30.pb-30.third_layout .btn:hover {
    background: #FF8524;
    color: white;
}

.aws-two-columns-widget.pt-30.pb-30.third_layout .btn:hover span {
    color: white;
}

.aws-two-columns-widget .left_column,.right-column {
    color: #0F0F2D;
    font-family: 'Graphik';
    font-size: 18px;
    font-weight: 300;
    padding-right:10px;
}

.aws-two-columns-widget .widget-list-item {
    font-size: 20px;
    font-weight: 400;
}

.ul.dashed {
    list-style: none;
    padding-left: 0;
}

.ul.dashed > li {
    margin-left: 15px;
}

/* Prevent nested li's from getting messed up */
.ul.dashed > li::before {
    content: "-";
    margin-left: -15px;
}