.p1 .header {
    position: relative;
    font-family: var(--defaultfontfamily2);
    font-weight: 400;
    color: var(--color-theme-1);
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 27px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    height: fit-content;
}
.p1 .body {
    position: relative;
    font-family: var(--defaultfontfamily2);
    font-weight: 400;
    color: var(--color-theme-1);
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 0em;
    font-size: 15px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: justify;
    height: fit-content;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    text-align-last: center;
    margin-top: 0;
}
.p1 .grid {
    position: relative;
    width: 80%;
    max-width: 67em;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(1, auto);
    grid-row-gap: 7em;
    top: 4em;
}
.grid .wrapper {
    position: relative;
    width: 100%;
    height: fit-content;
}
.img {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    width: 84vw;
    height: 84vw;
    max-width: 18.3em;
    max-height: 18em;
    border: 0;
    user-select: none;
}
.img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
    height: 100%;
    width: auto;
    min-width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.footer-container, .fc1 {
    top: 8em;
}
@media screen and (max-device-width: 1080px) {
    .header {
        font-size: 24px !important;
    }
    .body {
        font-size: 14px !important;
    }
}