
        /* escuelas styles */
        .schools {
            display: flex;
            flex-direction: column;

            justify-content: center;
            align-items: center;
        }

        .schools .container {
            display: flex;
            flex-direction: column;

            justify-content: center;
            align-items: center;

            padding-top: 149px;
            padding-bottom: 74px;

            gap: 20px;

            width: 100%;
            max-width: 1115px;
        }

        .schools .container h1 {
            font-family: PT Serif;
            font-weight: 700;
            font-style: Bold;
            font-size: 40px;
            line-height: 118%;
            letter-spacing: 0%;
            text-align: center;
        }

        .schools .container p {
            font-family: Puritan;
            font-weight: 300;
            font-style: Light;
            font-size: 20px;
            line-height: 118%;
            letter-spacing: 0%;
            text-align: center;

        }

        .schools .container img {
            margin-top: 53px;
            width: 100%;
            max-width: 1115px;
            height: auto;
            object-fit: cover;
        }

