html,
body {
    overflow-x: hidden;
}

.servicii-wrapper {
    position: relative;
    top: 55vh;
    margin: 10px;
}

.servicii-wrapper .main-title h1 {
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 50px;
}

.servicii-wrapper .box {
    background: rgba(255, 72, 72, 0.41);
    border-radius: 12px;
    padding: 10px;
    position: relative;
}

.servicii-wrapper .box .main-title h2 {
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}

.servicii-wrapper .box .main-title h2 span {
    font-weight: 100;
    font-size: 17px;
}

.servicii-wrapper .box .main-title h3 span {
    background: linear-gradient(90deg, #F87070 35.1%, rgba(249, 112, 112, 0.13) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
}











    .container {
        display: flex;
        gap: 40px;
        position: relative;
    }

.left-list,
.right-list {
    flex: 1;
}

li {
    padding: 10px 0;
    color: white;
    font-weight: 200;
    display: flex;
    align-items: center;
    gap: 10px;
}

ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F87070;
    border-radius: 5px;
    padding: 10px;
}

ul li span img {
    width: 20px;
}

.price {
    display: flex;
    flex-direction: column;
    background: rgba(255, 72, 72, 0.41);
    width: 200px;
    height: 159px;
    text-align: center;
    padding: 15px;
    border-radius: 20px;
}

.price h2 {
    color: white;
    font-size: 1.2em;
    margin: 0 0 10px 0;
}

.price h3 {
    color: white;
    font-size: 20px;
    font-weight: 100;
    margin: 0 0 15px 0;
}

.price a {
    display: inline-block;
    background: rgba(255, 72, 72, 0.41);
    border-radius: 29px;
    color: white;
    padding: 10px 20px;
    border-radius: 50vw;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
}


.price a:hover {
    background: rgba(255, 72, 72, 0.747);
}