/* Write your css codes here  */

.section--bg {
    background-color: hsl(var(--secondary-d-100) / 0.01) !important;
}

.hero .hero--content .title {
    font-size: 50px;
    text-transform: capitalize;
    line-height: 1.0;
    margin-bottom: 24px;
}