@import url(main.css?v=1.1);

.header {
    background-image: inherit;
    height: 120px;
    background-color: rgba(8, 34, 74) !important;

    .menu {
        height: 100%;
        padding: 0 38px;
    }
}

body {
    overflow-x: hidden;
}

.page-title {
    display: flex;
    align-items: center;
    margin-left: 4.92vw;
    margin-top: 5.31vw;
}

.page-title h1 {
    color: #043E66;
    font-family: Outfit;
    font-size: 3.13vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    flex-shrink: 0;
}

.foto-icon svg {
    width: 3.67vw;
    height: 3.67vw;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.sub-title {
    margin-left: 4.92vw;
    margin-top: 1.56vw;
    max-width: 74.77vw;
}

.sub-title p {
    color: #043E66;
    font-family: Outfit;
    font-size: 1.56vw;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.6px;
}

.sub-title strong {
    color: #043E66;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.6px;
}

.grid-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
    margin: 0 4.92vw;
    margin-top: 5.31vw;
}

.column {
    flex: 20%;
    max-width: 33%;
    padding: 5px 8px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}


@media (max-width: 768px) {
    .page-title {
        margin-top: 19px;
        margin-left: 19px;
        gap: 6px;
    }

    .page-title h1 {
        color: #043E66;
        font-family: Outfit;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.72px;
        flex-shrink: 0;
    }

    .foto-icon svg {
        width: 27px;
        height: 27px;
        flex-shrink: 0;
        aspect-ratio: 1/1;
    }

    .foto-icon {
        display: flex;
        align-items: center;
    }

    .sub-title p {
        color: #043E66;
        font-family: Outfit;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 19px;
        letter-spacing: 0.42px;
    }

    .sub-title strong {
        color: #043E66;
        font-family: Outfit;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: 0.42px;
    }

    .column {
        flex: 100% !important;
        flex-wrap: wrap;
        max-width: 100%;
    }

    .grid-container {
        margin: 0;
        padding: 0;
    }
}
