section.title {
    margin: 60px 0;
    text-align: center;
    color: var(--dark-blue-100);
}

section.title h2 {
    font-size: 42px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 15px;
}

section.title h3 {
    font-size: 18px;
    line-height: 1.2;
}

section.title a {
    background: var(--dark-blue-100);
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    padding: 10px 30px;
    display: table;
    margin: auto;
    margin-top: 60px;
}

section.title a:hover {
    background: var(--light-blue-100);
}

section.title .title__image {
    display: block;
    width: 800px;
    max-width: 80%;
    border-radius: 16px;
    margin: auto;
    margin-top: 60px;
}