#hero h1 {
    color: #1C9BF6;
    font-family: "Intrument Sans", sans-serif;
    font-size: 52;
    font-weight: bold;
    text-shadow: 1px 7px 10.9px rgba(0, 0, 0, 0.25);
}

#hero #heroContainer {
    width: 100%;
    overflow: visible;
}

#hero #heroContainer button {
    position: relative;
    bottom: 120px;
    margin: 24px;
}

#introduction {
    background-color: #1C9BF6;
    height: 762px;
    align-items: center;
    justify-content: center;
}

#introduction button {
    background-color: #FFFFFF;
    color: #1C9BF6;
    margin-top: 42px;
}

#introduction p {
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    margin: 0px;
}

#introduction #introductionContainer {
    width: 583px;
    margin-left: 58px;
}

#introduction #introductionContainer #companyDescription {
    gap: 26px;
}

#values {
    height: 762px;
    align-items: center;
    justify-content: center;
}

#values p, #values h3 {
    font-family: "Inter", sans-serif;
    font-size: 20;
    margin: 0px;
}

#values #valuesContainer {
    width: 583px;
    gap: 26px;
}