body {
    font-family: "sofia-pro";
    color: #FFFFFF;
    padding: var(--body__space);
    margin: 0;
}

p {
    letter-spacing: var(--p-letter-spacing);
    margin: 3rem 0;
}

p, a {
    font-size: var(--font-size-s);
}

a {
    text-decoration: none;
}

h1, h2, h3 {
    color: #FFFFFF;
    letter-spacing: var(--h1-letter-spacing);
    word-break: break-word;
    margin: 0;
}

h1 {
    font-size: var(--font-size-xl);
    font-weight: 200;
    line-height: 1.2;
}

/* Container */

.container-m {
    max-width: 1290px;
    margin: 0 auto;
}

/* Font size */


/* Info */

.info {
    background-image: url(/assets/images/pexels.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.info .section-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: calc(100vh - calc(var(--body__space) * 2));
}

.info .section-content .section-container {
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(4px);
    padding: var(--info-container-space);
}

.info .section-content .section-container .section-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.info .section-content .section-container .section-contact .section-contact-item {
    display: flex;
    align-items: center;
    justify-self: center;
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.info .section-content .section-container .section-contact .section-contact-item svg {
    margin-right: 0.5rem;
}
