.subheading {
    text-shadow: 1px 2px 1px rgba(245, 243, 243, 0.603);
}


/* NOVO CODIGO */
.owl-carousel .slider-item img {
    max-width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .owl-carousel .slider-item img {
        max-width: 70%;
    }
}

@media (max-width: 768px) {
    .owl-carousel .slider-item img {
        max-width: 60%;
    }

    .home-slider {
        background-size: cover;
        background-position: center;
    }
}


/* Estilo do ícone */
svg {
    fill: #5c3d03 !important;
    stroke: #5c3d03 !important;
    transition: fill 0.3s ease-in-out, stroke 0.3s ease-in-out;
}

svg:hover {
    fill: #fff !important;
    stroke: #fff !important;
}

.services .icon svg path {
    fill: #5c3d03;
    stroke: #5c3d03;
    transition: fill 0.3s ease-in-out, stroke 0.3s ease-in-out;
}

.ftco-animate:hover .services .icon svg path {
    fill: #fff;
    stroke: #fff;
}







