        .carousel-item {
            height: 500px;
        }

        ul.mt-3 {
            list-style-type: none;
        }

        a {
            color: #0a6061;
        }

        .et_pb_row.et_pb_row_1.et_pb_equal_columns.et_pb_gutters1 {
            padding-right: 0px !important;
        }

        img.img-fluid {
            width: 100%;
            height: 300px !important;
            object-fit: cover;
        }

        h2.post-title {
            min-height: 120px;
        }

        /* Carousel */
        .splide__slide img {
            width: 100%;
            height: auto;
        }

        .splide__slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .list-group-item.active {
            z-index: 2;
            color: #fff;
            background-color: #0a6061;
            border-color: #0a6090;
        }

        div#image-carousel-track {
            padding-bottom: 10px;
        }

        .relacionado {
            width: 100px;
            height: 100px;
            object-fit: cover;
            margin: 0 auto;
            display: block;
        }
        .list-style{
            list-style-type: none;
        }
        

       .texto{
  font-size: 3em;
}