.wp-block-gallery {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
}

.wp-block-gallery  img{
    /* object-fit: cover; */
    width: 400px;
    height: 400px;
}


.img-single {
    width: 100%;
    object-fit: cover;
    border-radius: 40px;
}
.titulo-single {
	color: var(--red-dark);
	font-size: 50px;
}


.quem-somos {
    width: 100%;
    height: 160px;
    background-image: url(/wp-content/themes/ortho-x/assets/img/fundo-header-contatos.png);
}
.title-contato {
    font-weight: 700;
    font-size: 50px;
    color: var(--orange);
}
.card {
	border: none;
}

.card-title{
	color: var(--red-dark);
    font-weight: 700;
    font-size: 20px;
}
.img-thumb {
	width: 100%;
	height: 270px;
    border-radius: 10%;
    display: inline-block;
    overflow: hidden;
}
.thumb {
	height: 350px;
    transition: transform .2s;
    object-fit: cover;
}
.thumb:hover {
	transform: scale(1.06);

}
#noticias p {
    font-size: 20px;
    color: var(--blue-dark);
    margin-bottom: 0px;
    font-weight: 700;
    text-transform: capitalize;
}

#noticias a{
	color: var(--blue-dark);
	margin-bottom: 0px;
	font-weight: 700;
	text-transform: capitalize;
} 

#imgGaleria{
	max-width: 220px;
	width: 100%;
}

.image-titulo {
    width: 50px;
}


#titulo-texto1 {
    font-size: 35px;
    font-weight: 400;
    color: var(--orange);
}

#titulo-texto2 {
    font-size: 3rem;
    font-weight: 700;
    color: #6D0D0E;
}

/*.thumb:hover {
    transform: scale(1.06);

}*/
@media screen and (max-width: 768px) {
	.sidebar-exames-e-servicos {
		order: 2;
	}
	.img-single {
		height: 250px;

	}

	.titulo-single {
	color: var(--red-dark);
	font-size: 40px;
}


}

@media screen and (max-width: 425px) {
	.conteudo {
	    margin-top: 3rem !important;
	}
	.sidebar-categoria{
		margin-top: 30px;
		order: 2;
	}
	.content-category{
		justify-content: center;
	}

}