.our-story-the-hanna-way {
    text-align: center;
    letter-spacing: 1px;
    margin-top: 50px;
}
.our-story-the-hanna-way h2 {
    font-family: 'Palmer Lake Print', Arial, Helvetica, sans-serif;
    font-size: 54px;
    line-height: 34px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: 500;
}
.our-story-the-hanna-way img {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.our-story-the-hanna-way h3 {
    font-family: 'urbane-rounded', Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 10px 0 14px;
}
.our-story-the-hanna-way p {
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
}
.our-story-the-hanna-way a {
    font-weight: 500;
    margin: 20px 0 30px;
    display: block;
    font-size: 16px;
}
.our-story-the-hanna-way .flex {
    justify-content: center;
}
.our-story-the-hanna-way > div > div {
    max-width: 308px;
    width: 33%;
    padding: 0 20px;
    margin: 0 0 50px;
}
.our-story-the-hanna-way__icon {
    height: 93px;
    width: 110px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .our-story-the-hanna-way > div > div {
        width: 100%;
    }

    .our-story-the-hanna-way h2 {
        font-size: 44px;
    }
}