.logo img {
    max-width: 100%;
}

body * {
    font-family: helvetica;
}

p {
    font-size: 18px;
}

@media (min-width: 769px) {
    .access {
        display: flex;
        align-items: center;
    }
}

ul.flex-direction-nav a {
    /*margin: -20px -10px 0;*/
    height: 46px;
}

.indenting-b-20 {
    margin-bottom: 20px;
}

.indenting-b-30 {
    margin-bottom: 30px;
}

.indenting-t-20 {
    margin-top: 20px;
}

.indenting-t-30 {
    margin-top: 30px;
}

.text-2 {
    background-color: #2e7fb4;
    border-radius: 30px;
    padding: 15px;
    font-size: 21px;
    display: inline-block;
    color: #fff;
}