.introduction {
    padding: 3vw 10vw;
    background: white;
}

.introduction h4 {
    width: 50%;
}

.content {
    background: white;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 1vw 10vw;
}

h2 {
    color: rgb(78, 78, 77);
    position: relative;
}
h3 {
    color: #E30613;
}

p {
    font-family: museo-300, 'sans-serif';
}
