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

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

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

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

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




          @media(max-width:1000px){


            .serviciosFondo img{
                object-position: left ;
            }




        }



        @media(max-width:600px){

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

            .serviciosFondo img{
                 object-position: calc(20% + 30px) top;
            }

        }