.slider .slide:nth-child(1) {
    background-image: url('img/Property\ 1=slider-3.png');
}
.turismo-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.turismo-medico {
    background-color: #f0f8ff;
    padding: 15px 0;
}
.cta-contact-button {
    width: 192px;
    position: relative;
    left: 42%;
    background-color: transparent;
    border: 1px solid #165BDF;
    color: #165BDF;
    padding: 5px 15px;
    font-size: 12px;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.turismo-container h4 {
	font-size: 1.3em;
    color: #007bff;
    display: inline-block;
    margin-bottom: 3rem;
	position: relative;
}
.turismo-container h4::after {
	content: '';
	width: 60px;
	height:48px;
	background: white;
	border-radius: 6px;
	position: absolute;
	top: 50%;
	left:0;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.turismo-description {
    font-size: 18px;
    font-weight: 500;
    color: #152956;
    margin-bottom: 30px;
    text-align: left;
}




@media (max-width: 768px) {
    .turismo-title {
        font-size: 21px;
        font-weight: 800;
        color: #152956;
        margin-bottom: 20px;
    }
    .cta-contact-button {
        width: 192px;
        position: relative;
        left: 23%;
        background-color: transparent;
        border: 1px solid #165BDF;
        color: #165BDF;
        padding: 5px 15px;
        font-size: 12px;
        margin-bottom: 1rem;
        cursor: pointer;
        transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    }

}

