﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

ul.lista {
				list-style-image: url("../images/symbol_orange.png");
				margin-top: 0;
				margin-bottom: 0.2em;
				line-height: 1.55em;
				font-family: Montserrat, Georgia,"Times New Roman", Times, serif;
				font-size: 0.95em;
				font-weight: 500;
				padding-left: 15px;
}

.image-with-caption {
				border-style: solid;
				border-color: ffffff;
				border-width: 1px;
				float: right; /* or right, depending on where you want the image */;
				margin: 0px 10px 10px 10px;/* Adjust margins as needed */								
				max-width: 25%;
				}

.image-with-caption img {
    width: 100%; /* Make the image responsive */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove the bottom margin */
}

.image-with-caption figcaption {
				font-size: 0.95em; /* Adjust font size */;
				font-family: Montserrat, Georgia,"Times New Roman", Times, serif;
				color: #333333; /* Caption color */;
				text-align: left; /* Center the caption */;
				/*margin-top: 0px;*/
				padding: 2px 5px 2px 5px;
}
