
.container-xxl {
	font-family: 'Nunito', sans-serif!important;
	line-height: 26px;

}

.overnight_top .ratio-32x9 {
    --bs-aspect-ratio: calc(16 / 32 * 100%);
	background:url('../../assets/imgs/overnight_top.png');
	background-position: bottom center;
    background-size: 130%;
}
#indications > div > div {
	width:72%;
	border: 5px solid #198BCF;
	border-radius: 32px;
	display: inline-block;
}
#indications ul {
	list-style: none; /* Remove default bullets */
	margin-top:10px;
	text-align: left;
    padding-left: calc(0.5em + 4.5vw)!important;
}
  
#indications ul li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #1C79BE; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
    font-size: 8px;
    width: 2em;
    margin-left: -1em;
}
@media (max-width: 768px) {
	.overnight_top .ratio-32x9 {
		--bs-aspect-ratio: calc(19 / 32 * 100%);
		background:url('../../assets/imgs/overnight_top_mini.png');
		background-size: cover;
		margin-top: 16px;
		background-position: center;
	}
	h1 .blue_txt {
		display: block;
	}
	#indications > div > div {
		width:100%;
		border: none;
	}
}

h1 {
	text-transform: uppercase!important;
    font-family: 'Nunito', sans-serif!important;
    font-size: calc(18px + 0.6vw)!important;
	text-align: center!important;
    font-weight: 800!important;
    margin: 26px!important;
    line-height: calc(32px + 0.6vw)!important;
}

.blue_txt {
	color: #5DCCF3;
	display:inline;
}

#bulllll ul {
	list-style: none; /* Remove default bullets */
	margin-top:10px;
  }
  
#bulllll ul li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #1C79BE; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
    font-size: 21px;
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}


.container-xxl img {
	max-width:100%;
}