@media (max-width: 1200px) {
    .mani-content {
        display: flex;
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
        align-items: center;
    }

    .mani-content {
        padding-bottom: 70px;
    }
    .mani-content .text h1 {
        margin-bottom: 4%;
    }
}



@media (min-width: 900px) {
    .manifesto .intro h2 {
        font-size: 3.75em;
    }

    .manifesto-image img {
        max-width: 600px;
    }
    .manifesto {
        padding-left: 50px;
            padding-right: 50px;
    }
}

@media (max-width: 768px) {
    /* .intro h2 {
        font-size: 30px;
    } */

    .manifesto-image img {
        max-width: 100%;
        height: auto;
    }
    .text p {
        font-size: 14px;
    }
    .text br {
        display: none;
    }
}
@media (max-width: 1400px) and (min-width: 513px) {
    .text h1 {
        font-size: 40px;
    }

    .raiise {
        font-size: 24px;
            margin-bottom: -7%;
    }
}
@media (max-width: 513px) and (min-width: 300px) {
.text h1 {
        font-size: 28px;
    }

    .raiise {
        font-size: 17px;
            margin-bottom: -9%;
    }
}

/* @media (max-width: 360px) {
    

    .text p {
        font-size: 14px; 
    }
} */

body {
    margin: 0;
}

.manifesto-image img {
    transition: 0.8s;
}

.manifesto .text {
    display: flex;
    flex-direction: column;
    justify-content: center;

    color: white;
}

.manifesto {
    position: relative;
    background-image: url(../images/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
    width: 100%;
    color: var(--white);
    gap: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.mani-content {
    display: flex;
    gap: 32px;
        margin: 0 auto;
}

.raiise {
    color: white;
}

.mani-content .text h1 {
    color: white;
}

.manifesto .intro h2 {
    color: white;
    margin-bottom: 1%;
}
.manifesto {
    padding-top: 38px;
        padding-bottom: 38px;
}

.manifesto .text h1 span {
    color: #f86b42;
}

.mani-content .text button {
    padding: 10px;
    border: none;
    background-color: #f86b42;
    transition: 0.8s;
    color: white;
    font-size: 22px;
    text-decoration: none;
    width: 100%;
}

.mani-content .text button:hover {
    background: none;
    background-color: white;
    color: rgb(0 46 2 / 100%);
    transform: translateY(-10px);
}

.manifesto-image img:hover {
    transform: scale(0.9);
}

.manifesto .intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -0%;
}

.manifesto .intro hr {
    height: 4px;
    border-radius: 10px;
    width: 70px;
    border: none;
    background-color: #f86b42;
}

.manifesto::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 46, 2, 0.9);
    z-index: -1;
}

.mani-content .text p {
    font-size: 13px;
        line-height: 1.3;
}
@media (min-width: 1340px) {
    .mani-content {
        padding-left: 8%;
        padding-right: 8%;
    }
}
@media (min-width: 768px) {
    .raiise {
        margin-bottom: 10%;
    }
}