
.advantages {
    padding: 100px 0;
    background-color: #f9f9f9;
}

.advantages-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.advantage-text {
    flex: 1;
    min-width: 300px;
    padding-right: 50px;
}

.advantage-text h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 700;
}

.advantage-text p {
    color: #7f8c8d;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
}

.advantage-list {
    list-style: none;
}

.advantage-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.advantage-list i {
    color: #3498db;
    margin-right: 10px;
    font-size: 20px;
}

.advantage-image {
    flex: 1;
    min-width: 300px;
}

.advantage-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
