
        /* maestros styles */
        .teachers {
            display: flex;

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

            padding: 120px 20px;

            background: lightgray;
        }

        .teachers .container {
            display: flex;

            flex-direction: column;

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

            text-align: center;

            width: 100%;
            max-width: 1100px;
            gap: 40px;
            background: transparent;
        }

        .teachers .container h2 {

            font-size: 40px;

            line-height: 118.5%;

            color: black;

            background: transparent;
        }

        .teachers .container p {
            margin: 0;

            width: 100%;
            max-width: 956px;

            font-size: 20px;

            line-height: 118.5%;

            color: black;

            background: transparent;
        }

        .teachers .container .button-container {
            display: flex;

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

            width: 100%;

            background: transparent;
        }

        .teachers .container .button-container a {
            display: flex;

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

            background: #ECB664;

            text-decoration: none;

            color: black;
            padding: 17px 25px;
            font-size: 20px;
            border-radius: 6px;
        }

        .teachers .container .button-container a span {
            background: transparent;
        }