.page {
    width: 64vw;
    margin-top: 8.5vw;
    background-size: cover;
}

.page > div {
    width: 100%;
    height: 16.5vw;
    margin-top: 7vw;
    background-color: rgba(255, 255, 255, 1);
}

.page > div > img {
    height: 100%;
    width: 22vw;
}

.text {
    width: 42vw;
    position: relative;
}

.text > h1 {
    width: 26vw;
    height: 5vw;
    background-color: rgba(28, 65, 117, 1);
    position: absolute;
    color: #FFFFFF;
    top: -2.5vw;
    text-align: center;
    line-height: 5vw;
    font-size: 1.5vw;
}


.page > div:nth-child(1) > .text > h1 {
    left: 1.5vw;
}


.page > div:nth-child(2) > .text > h1 {
    right: 1.5vw;
}

.text > p {
    font-size: 0.9vw;
    color: #1C4175;
    white-space: pre-wrap;
    text-align: justify;
    line-height: 1.5vw;
    width: 42vw;
    margin: 4vw 0 0 1.5vw;
}

.page > div:nth-child(2) > .text > p {
    margin: 4vw 0 0 0;
}

footer {
    margin: 0;
}