/*
Theme Name: Bricks
Theme URI: https://bricksbuilder.io/
Author: Bricks
Author URI: https://bricksbuilder.io/
Description: Visual website builder for WordPress.
Version: 2.3.8
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bricks
*/
.box-border {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(45deg, #5019BB 20%, #7F37FA 38%, #37147E 82%);
    border-radius: 10px 10px 0px 0px;
}
.hero-list {
    width: 100%;
}
.hero-list li {
    justify-content: unset;
    border-radius: 5px;
}
a {
    color: #593993;
}