.custom_height_counter{
    height: 13em;
}
.bg-primary-subtle-25 {
    background-color: rgba(var(--bs-primary-bg-subtle-25)) !important;
    border: 1px solid #284ECA;
}
.contact-personalized-position{
    position: absolute; !important;
    top:-23em;
}
.text-body-personalized {
    height: 20em !important;
}

.background_first_section_image {
    background-image: url('../img-min/section/landing_1.png');
    background-size: auto; /* Ensures the image covers the container */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}