.hero {
    min-width: 100%;
    background-color: var(--mint-500);
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero h1 {
    color: var(--silver-100);
    font-weight: 900;
}
.hero p {
    color: var(--silver-100);
}

.navibutton {
    width: 100%;
    padding: 1rem;
}

.textphotocont {
    width: 100%;
    display: flex;
    gap: 1rem;
    padding: 2rem;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.textphotocont img {
    width: 20%;
    height: auto;
    border-radius: 0.5rem;
}

.secContent {
    padding: 2rem !important;
}

.phototextcard-img {
    width: 100%;
}

p {
    text-wrap: wrap;
}