.machinery-course-container h1 {
    font-family: Verdana;
    font-weight: 700;
    font-size: 32px;
}

.machinery-course-container h3 {
    font-family: Verdana;
    font-weight: 700;
    font-size: 18px;
    color: var(--bellota-color-primary);
}

.machinery-course-container p {
    font-family: Verdana;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.machinery-course-container a {
    font-family: Verdana;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.machinery-course-container a:hover {
    color: var(--bellota-color-primary);
}