@import url(../../css/reset.css);
@import url(../../css/variables.css);


.hero04 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    background-color: var(--ctr--dark-blue);
    background-image: url(../../assets/hero_04_L1/background.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.hero04__buttons, 
.hero04__description, 
.hero04__learn, 
.hero04__start, 
.hero04__title {
    margin-left: 4rem;
}
.hero04__title {
    max-width: 12ch;
    font-size: 4.5rem;
    color: white;
}

.hero04__description {
    margin-top: 2.36rem;
    width: 40%;
    font-size: 1.375rem;
    color: white;
}

.hero04__buttons {
    display: flex;
    flex-direction: row;
    gap: 5%;
    margin-top: 4rem;
}

.hero04__start {
    text-align: center;
    font-size: 1.25rem;
    color: var(--ctr--blue);
    background-color: white;
}

.hero04__learn {
    text-align: center;
    font-size: 1.25rem;
    border: solid 0.1rem white;
    color: white;
}