
        .estudiosTitles {
            font-family: "Sorts Mill Goudy", serif;
            font-weight: 400;
            font-style: normal;
            font-size: 38px;
            line-height: 52px;
            max-width: 560px;
            text-align: center;
        }

        .estudios {
            display: flex;
            width: 100%;
            padding: 40px;
            justify-content: center;
            align-items: center;
            position: relative;
            height: 471px;
        }

        .estudiosFondo {
            display: flex;
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: grey;
            top: 0;
            left: 0;
            z-index: 1;
        }

        .estudiosFondo img {
            width: 100%;
            height: 100%;
            object-position: center;
            object-fit: cover;
            background-color: black;
        }

        .estudiosContainer {
            display: flex;
            width: 100%;
            max-width: 1198px;
            gap: 30px;
            color: white;
            position: relative;
            z-index: 1;
            justify-content: center;
        }



        @media(max-width:600px){

            .estudiosTitles{
                font-size: 26px;
                line-height: 34px;
            }
            

        }