h2 {
    font-size: 60px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #3d4594;
}

.lead {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-align: justify;
}

#about {
    margin: 30px;
    height: 600px;
}

#approach-text {
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #3d4594;
}

#approach-button {
    color: white;
    text-decoration: none;
}

.pulse-button {
    animation: pulse 1s infinite alternate;
}

@keyframes pulse {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}

footer {
    background-color: #3d4594;
}

@media screen and (max-width: 768px) {
    body {
        padding-top: 95px;
    }

    h2 {
        font-size: 40px;
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        color: #3d4594;
    }
    
    .lead {
        font-size: 20px;
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        color: #000000;
    }

    #approach-text {
        font-size: 40px;
        font-family: 'Montserrat', sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        color: #3d4594;
    }
    #about {
        height: 1400px;
    }
}