@font-face {
    font-family: safirimarch_thin;
    src: url(/fonts/safiramarch-thin-webfont.woff);
}


body {
    align-content: center;
    background-color: #fbece3;
    color: #042C4B;
    font-family: "Karla", serif;
    letter-spacing: .1em;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    gap: 2rem;
}

.arsenol-regular {
    color: #042C4B;
    font-family: "Arsenal", serif;
    font-weight: 400;
    font-style: normal;
}

.arsenal-bold {
    font-family: "Arsenal", serif;
    font-weight: 700;
    font-style: normal;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-item h1 {
    font-family: safirimarch_thin;
    font-size: 1.75em;
    margin: 0 auto;
}

.content-item {
    display: flex;
    flex-wrap: wrap;
    gap: 3.5rem;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 2rem;
    text-align: center;
}

.content-item:nth-child(2) {
    padding: 0;
}

.content-item .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 1.5rem;
    font-size: 40pt;
}

.item .ico {
    width: 65%;
}

.item img {
    align-self: center;
}

.item h2 {
    font-family: "Arsenal", serif;
    font-weight: 700;
    font-size: 18px;
    margin: 0 auto;
    text-transform: uppercase;
}

.item h2 a {
    color: #042C4B;
    text-decoration: none;
}

.item img:nth-child(2) {
    margin-bottom: 1rem;
}

@media (min-width: 767px) {
    .content-item {
        gap: 1.5rem;
        padding: 2rem;
    }


    .item .ico {
        width: auto;
    }
}

