h2 {
    font-size: 40px;
}
.cards-large {
    flex-direction: column;
    align-items: center;
}
.cards-large .card__text {
    font-size: 20px;
}
.cards-small {
    justify-content: center;
}
.card-small {
    width: 40%;
    box-sizing: border-box;
}
.logo__text {
    font-size: 12px;
    width: 200px;
    text-align: center;
}
.logo__symbol {
    top: 24px;
}
.arrow-down{
    width: 50px;
    height: 50px;
    margin-left: -25px;
}
.search input {
    font-size: 20px;
    color: #000;
    width: 100%;
    height: 40px;
    border: none;
    padding: 15px;
    box-sizing: border-box;
    outline: none;
}
.search input[type="submit"] {
    width: 40px;
    height: 40px;
    background: #004731 url(../admin/tmp/search_white_24dp.svg) no-repeat center;
    background-size: 80%;
}
.card-small__text {
    font-size: 18px;
}
.logo::before,
.logo::after {
    bottom: -6px;
    height: 40px;
}
.logo__text::before,
.logo__text::after {
    bottom: -4px;
}