.infos {
    font-family: 'Poppins', 'sans-serif';
}

.infos h2,
p,
li {
    font-family: 'Poppins', 'sans-serif' !important;
    
}
.image-section{
    justify-content: center;
    place-items: center;
    display: flex
}
.image-section img{
    justify-content: center;
    place-items: center;
    display: flex;
    margin-inline: auto;
}
ul {
    padding-left: 0;
}

ul li {
    line-height: 1.5;
    font-size: 1rem;
}

.description-left {
    margin-right: 91px !important;
}
.blue-ol, .end-p{
    background-color: #E7ECEE;

}
.end-p{
    padding-inline: 0.6rem;
    padding-top: 0.6rem;
}
.blue-ol{
    margin-bottom: 0;
}
.blue-form {
    background-color: #048fd465;
    border-radius: 10px;
    padding: 5px 10px;
}

.pricing {
    width: 100%;
    background-color: #f5f0e9;
}

.pricing-bloc {
    background-color: #f5f0e9;
    font-family: 'Poppins', 'sans-serif';
    border-radius: 10px;
    padding-left: 35px;
}


.description-left h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 29px !important;
}


.description-left p {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: #555;
}


.blue-form {
    background-color: #E7ECEE;
    padding: 15px;
    border-radius: 8px;
    color: #343a40;
    font-size: 0.9rem;
    line-height: 1.5;
}


.price-section {
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 47%;
    border-radius: 10px;
}
.custom-h2-is{
    font-size: 29px !important;

}
@media (max-width: 768px) {
    .price-section {
        width: 80%;
        margin: auto;
    }
}

@media (min-width: 576px) and (max-width: 1024px) {
    .description-left{
        margin-right: 0px !important;
        
    }
    .price-section{
        width: 50%;
    }
}
@media screen and (max-width: 1200px) {
    .description-left li strong{
        word-spacing: 0.5px !important;
    }
}

.price-section p {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: #555;
    margin-bottom: 10px;
}

.price {
    font-size: 2rem;
    font-weight: bold;
    color: #343a40;
}

.badge {
    font-size: 0.8rem;
    font-weight: 500;
}


.price-section ul li {
    font-size: 1rem;
    color: #333;
}

.price-section ul li i {
    color: #4CAF50;
}