h2,
h3,
p {
    text-align: center;
}

.background-despre-noi {
    
    background-image: url("../images/dr-serghei.jpeg");
}


.background {
    min-height: 100vh!important;
    background-position: 50% 23%!important;
    background-attachment: fixed;
}

.info-container {
    width: 80%;
    margin: auto;
    padding: 1rem 0px;
}
.info-list li {
    padding: 0.4rem 0px;
    font-size: 1.1rem;
    color: #5c5959;
    display: flex;
    gap: 10px;
}

.info-list i {
    color: rgb(30, 191, 30);
}
.check-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    
    border: 2px solid rgb(30, 191, 30);
    border-radius: 50%;
    position: relative;
}

.check-container svg {
    /*padding: 0px 5px;*/
    padding: 5px;
}

.bold {
    font-weight: bold;
}
.fa-check {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}