
        .box {
            background: #e9dbd1;
            padding: 30px 30px;
            margin: 30px 30px;
            font-family: sans-serif;
            /*color: rgba(0,0,0,0.2);*/
            color: white;
            font-size: 20px;
            position: relative;
            width: 250px;
            border-radius: 15px;
            box-shadow: -10px 20px 20px rgba(0, 0, 0, 0.3);
        }

        .big-box{
            /*box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)*/
            box-shadow:-10px 10px 20px 10px rgba(0, 0, 0, 0.2);
            border-radius: 15px;
            padding: 50px 20px;
        }

        .green-area{
            background: #e9dbd1;
            padding: 100px 0;  }

        .white-area {
            background: #fff;
            padding: 100px 0;
        }

        .col-footer{
            margin-top: 80px;
        }

        .banner-content {
            text-align: center;
            font-family:Monotype Corsiva;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
        }

        @media (max-width: 1440px) {
            .banner-content {
                margin-top: 0;
            } }
        .banner-content h1 {
            color: #fff;
            font-size: 48px;
            font-weight: 700;
            line-height: 1em;
            margin-bottom: 20px; }
        @media (max-width: 1024px) {
            .banner-content h1 {
                font-size: 38px; } }
        @media (max-width: 991.98px) {
            .banner-content h1 {
                font-size: 35px; } }
        @media (max-width: 991.98px) {
            .banner-content h1 br {
                display: none; } }
        @media (max-width: 576px) {
            .banner-content h1 {
                font-size: 30px; } }
        .banner-content p {
            max-width: 610px;
            margin: auto; }
        .banner-content h4 {
            font-weight: 300;
            letter-spacing: 1px; }
        .banner-content .courses {
            max-width: 430px;
            margin: 0 auto; }

        .home-banner-area {
            background-image: url(/img/sesanti2025.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            height: 99vh;
            width: 99vw;
        }

        @media (max-width: 767.98px) {
            .home-banner-area .fullscreen {
                height: 900px !important; }
        }

        .section-gap {
            padding: 150px 0;
        }
        @media (max-width: 991px) {
            .section-gap {
                padding: 80px 0; }
        }

        h3,p{
            padding: 15px;
        }
    