/* -----------------------------------------------------------------------------

    This file should be used to add your own CSS definitions or override
	the existing ones.

----------------------------------------------------------------------------- */

/* your CSS here */
.row > .col-md-6:nth-child(odd) {
  clear: both;
  margin-bottom: 35px;
}

.rounded-circle {
    width: 100%; /* Rendi l'immagine responsive */
    height: auto; /* Mantieni le proporzioni */
    max-width: 150px; /* Limita la larghezza massima */
    border-radius: 50%; /* Assicura che l'immagine rimanga circolare */
    object-fit: cover; /* Assicura che il contenuto dell'immagine sia centrato e non deformato */
}

/* Sistemazione font tabella home */
h4.table-price {
    font-family: inherit !important;
    font-size: 3.75em;
    font-weight: bold;
    line-height: 0.7em;
    border-bottom: 1px solid transparent;
    padding: 25px 20px 15px 20px;
}


/* -----------------------------------------------------------------------------

    RESPONSIVE DEFINITIONS

----------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------
        LARGE DEVICES
		devices with width between 992px and 1199px
    ------------------------------------------------------------------------- */

@media (max-width: 1199px) {
  /* your CSS here */
}

/* -------------------------------------------------------------------------
        MEDIUM DEVICES
		devices with width between 768px and 991px
    ------------------------------------------------------------------------- */

@media (max-width: 991px) {
  /* your CSS here */
}

/* -------------------------------------------------------------------------
        SMALL DEVICES
		devices with width between 481px and 767px
    ------------------------------------------------------------------------- */

@media (max-width: 767px) {
  /* your CSS here */
}

/* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
		devices with width up to 480px
    ------------------------------------------------------------------------- */

@media (max-width: 480px) {
  /* your CSS here */
}
