html {
    font-size: 81.25%;
}
body{
    font-family: 'Nunito', Arial, sans-serif;
    font-optical-sizing: auto;
    font-size: 1rem;
    color: #0A2B4B;
}
a {
    color: #0A2B4B;
    text-decoration: none;
}
a:hover {
    color: #0A2B4B;
}
a:active, a:focus, input:active {
    outline: 0;
}
.top-destination{
    display: flex;
    align-items: center;
    margin-top: 64px;
    margin-bottom: 16px;
    justify-content: center;
}
.top-destination h3{
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 57px;
    color: #0A2B4B;
}
.section-title {
    text-align: center;
    margin-bottom: 30px;
}
.section-title h1, .section-title h2, .section-title h3 {
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    vertical-align: middle;
    color: rgba(10, 43, 75, 1);
    margin-bottom: 16px;
}
.section-title p {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    vertical-align: middle;
    color: rgba(143, 143, 166, 1);
}
