@font-face {
    font-family: 'Allrounder Monument Regular';
    src: url('fonts/AllrounderMonument-Regular.woff2') format('woff2'),
        url('fonts/AllrounderMonument-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Allrounder Monument Book';
    src: url('fonts/AllrounderMonument-Book.woff2') format('woff2'),
        url('fonts/AllrounderMonument-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

.c1 {
    display: flex;
    flex-direction: column;
    /* width: 1331px;
    height: 1013px; */
    margin: 0 auto;
    position: relative;
    max-width: 1406px;
}

@media only screen and (min-width: 1200px) {
    .c1 {
        flex-direction: row;
    }
}

.c1:after {
    content: '';
    position: absolute;
    inset: 27px;
    border: 1px solid #000;
    pointer-events: none;
}

@media only screen and (min-width: 1200px) {
    .c1:after {
        inset: 37px;
    }
}

.c1 .c1-1 {
    flex: 1;
    background-image: url(lisette.jpg);
    background-size: cover;
    background-position: top -100px center;
    min-height: 300px;
}

@media only screen and (min-width: 1200px) {
    .c1 .c1-1 {
        height: auto;
        background-position: center center;
    }
}

.c1 .c1-2-wrapper {
    padding: 73px;
    flex: 1;
}

@media only screen and (min-width: 1200px) {
    .c1 .c1-2-wrapper {
        padding-left: 0;
    }
}

.c1 .c1-2 {
    text-align: center;
    max-width: 429px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.c1 .c1-2 .c1-2-bordered {
    position: relative;
    padding: 38px 0;
    margin: 60px 0;
}

@media only screen and (min-width: 1200px) {
    .c1 .c1-2 .c1-2-bordered {
        margin: 67px 0;
    }
}

.c1 .c1-2 .c1-2-bordered:before {
    left: 0;
    top: 0;
    right: 0;
    content: '';
    border-top: 1px solid #000;
    max-width: 349px;
    position: absolute;
    margin: 0 auto;
}

.c1 .c1-2 .c1-2-bordered:after {
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    border-top: 1px solid #000;
    max-width: 349px;
    position: absolute;
    margin: 0 auto;
}

.c1 .c1-2 h4 {
    font-family: 'Allrounder Monument Book';
    font-size: 20px;
    line-height: 1.15;
    margin-top: 0;
}

.c1 .c1-2 h4.url {
    font-size: 14px;
}

@media only screen and (min-width: 1200px) {
    .c1 .c1-2 h4.url {
        font-size: 20px;
    }
}

.c1 .c1-2 p {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 0;
}

p.justify {
    text-align: justify;
}

h4.letter-spacing {
    letter-spacing: 0.5em;
}

.logo {
    height: 144px;
}

.logo img {
    max-width: 100%;
    height: auto;
}

@media only screen and (min-width: 1200px) {
    .logo img {
        height: 144px;
    }
}

.mb-1 {
    margin-bottom: 10px;
}