@import url(__reboot.css);
@import url(fonts.css?v=1.2);

@import url(header.css?v=1.9);
@import url(info-link.css?v=1.7);
@import url(rs.css?v=1.1);
@import url(other-headers.css?v=0.2);

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;
    width: 7.11vw;
    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;
}

.gallery {
    margin-left: 4.92vw;
    margin-top: 3.13vw;
    margin-bottom: 5.31vw;
}

.images {
    display: flex;
    flex-wrap: wrap;
    gap: 1.56vw;
}

.image {
    width: 28.98vw;
    height: 34.14vw;
    flex-shrink: 0;
}

.image img {
    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;
        width: 54px;
        flex-shrink: 0;
    }

    .gallery {
        margin-left: inherit;
        margin-bottom: 68px;
    }

    .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;
        /* 135.714% */
        letter-spacing: 0.42px;
    }

    .images {
        margin: 20px;
        gap: 20px;
    }

    .image {
        width: 100%;
        height: 413px;
        flex-shrink: 0;
    }
}