
      .alumnos{
        display:flex;
        justify-content:center;
        align-items:center;
        padding:70px 40px;
        height:100vh;
        background-color:#D2CFCF;
        position: relative;
        z-index: 7;
      }

      .alumnos .content{
        width:100%;
        display:flex;
        max-width:1349px;
        gap:67px;
        align-items:center;
        justify-content:space-between;
      }

      .alumnos .columna{
        width:100%;
        max-width:340px;
        display:flex;
        flex-direction:column;
        gap:36px;
      }

      .alumnos .caja{
        width:100%;
        display:flex;
        gap:11px;
        justify-content:center;
        align-items:center;
      }

      .alumnos .number{
        font-size:50px;
        color: #b2aba6;
      }

      .alumnos .line{
        width:100%;
        height:1px;
        background-color:#A96735;
      }

      .alumnos h1{
        text-align:center;
        max-width:407px;
        min-width:300px;
        color: #8F5529;
      }




  