.back-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #4caf50;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 20px;
}

.back-button:hover {
    background-color: #45a049;
}


.section {
    width: 100%;
    height: 450px;
    margin-top: 10px;
    background-color: white;
    display: flex;
}



.section2 {
    width: 50%;
    height: 100%;

}

.section2 h1 {
    text-align: center;
    font-size: 40px;
    padding-top: 20px;
    color: black;
    font-weight: bold;
}



.section p {
    margin-left: 10px;
    color: green;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.section2 img {
    padding-top: 80px;
}

.question {
    margin-top: 50px;
    height: 100%;
    background-color: white;
}

.question h1 {
    text-align: center;
    color: black;
    font-size: 30px;
    font-weight: bold;
}

.question p {
    color: green;
    margin-left: 15px;
    font-size: 17px;
}







.slider-container {
    width: 100%;

}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}

.slide img {
    width: 100%;
    height: 450px;
}

.slider-btn {
    cursor: pointer;
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prev-btn {
    left: 0;
}

.next-btn {
    right: 0;
}


.one_third img {
    width: 200px;
    height: 150px;
}

.heading {
    font-size: 25px;
    font-weight: bold;
}

li.one_third:nth-child(3) {
    flex-direction: row-reverse;
    /* Change to the desired flex direction */
}

.graces {
    width: 100%;
    height: 300px;
    margin-top: 10px;
    display: flex;
}

.graces2 {
    width: 30%;
    height: 100%;

    margin-left: 20px;
    text-align: center;
}

.graces2 h1 {
    color: black;
    font-weight: bold;
}

.graces2 p {
    color: black;
}

.graces2 img {
    width: 150px;
    height: 100px;

}













@media screen and (min-width: 600px) and (max-width: 1200px) {



    .slider-container {
        width: 100%;

    }

    .slider {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

    .slide {
        min-width: 100%;
        box-sizing: border-box;
    }

    .slide img {
        width: 100%;
        height: 500px;
    }

    .slider-btn {
        cursor: pointer;
        position: absolute;
        top: 80%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .prev-btn {
        left: 0;
    }

    .next-btn {
        right: 0;
    }


    .graces {
        width: 100%;
        height: 300px;

        display: flex;
    }

    .graces2 {
        width: 30%;
        height: 100%;

        margin-left: 20px;
        text-align: center;
    }

    .graces2 h1 {
        color: black;
        font-weight: bold;
    }

    .graces2 p {
        color: black;
    }

    .graces2 img {
        width: 150px;
        height: 100px;

    }



    .welcome {
        width: 100%;
        height: 80px;
        text-align: center;
        font-size: 25px;
        padding-top: 20px;
        color: black;
        font-weight: bold;
    }

}


@media screen and (max-width:600px) {

    .slider-container {
        width: 100%;

    }

    .slider {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

    .slide {
        min-width: 100%;
        box-sizing: border-box;
    }

    .slide img {
        width: 100%;
        height: 300px;
    }

    .slider-btn {
        cursor: pointer;
        position: absolute;
        top: 80%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .prev-btn {
        left: 0;
    }

    .next-btn {
        right: 0;
    }



    .section {
        width: 100%;
        height: 800px;
        margin-top: 10px;
        background-color: white;
        flex-direction: column;
    }

    .section2 {
        width: 100%;
        height: 550px;

    }

    .section2 h1 {
        text-align: center;
        font-size: 40px;
        padding-top: 20px;
        color: black;
        font-weight: bold;
    }



    .section p {
        margin-left: 10px;
        color: green;
        font-size: 16px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .section2 img {
        padding-top: 80px;
    }



    .graces {
        width: 100%;
        height: 900px;

        display: flex;
        flex-direction: column;
    }

    .graces2 {
        width: 100%;
        height: 300px;

        margin-left: 0px;
        text-align: center;
    }

    .graces2 h1 {
        color: black;
        font-weight: bold;
    }

    .graces2 p {
        color: black;
    }

    .graces2 img {
        width: 150px;
        height: 100px;

    }



}

.welcome {
    width: 100%;
    height: 80px;
    text-align: center;
    font-size: 25px;
    padding-top: 20px;
    color: black;
    font-weight: bold;
}

@media screen and (max-width:600px) {
    .welcome {
        width: 100%;
        height: 120px;
        text-align: center;
        font-size: 25px;
        padding-top: 20px;
        color: black;
        font-weight: bold;
    }
}