section.intro {
    padding: 0 0;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #312664;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
}

section.intro h1 {
    color: #fff;
    text-align: center;
    font-size: 55px;
}

section.intro .links {
    margin-top: 20px;
}

section.intro .links .link {
    display: inline-block;
    padding: 15px 60px;
    font-size: 18px;
    border-radius: 40px;
    margin-right: 20px;
}

section.data {
    margin: 80px 0;
}

section.data .title {
    text-align: center;
    color: #001869;
    margin-bottom: 20px;
    font-size: 34px;
}

section.data .info {
    font-size: 18px;
    margin: 20px 0;
    color: #001869;
    text-align: center;
}

section.data .link {
    color: #a73a8d;
}

section.data .link {
    color: #a73a8d;
}

section.info .link {
    color: #312664;
}

section.info {
    margin-top: 80px;
    background-color: #a73a8d;
    margin-bottom: 0;
    padding: 50px 0;
    color: #fff;
    text-align: center;
}

section.info p {
    font-size: 18px;
}

footer {
    margin-top: 0px;
}

@media screen and (max-width: 992px) {
    section.intro {
        background-size: cover;
    }
    section.intro h1 {
        font-size: 32px;
        text-align: center;
    }
    section.data .title {
        font-size: 24px;
    }
}