
.container6 {
    display: flex;
    align-items: end;

    max-width: 1050px;
    margin:20px auto;
}

.container6 .list {
    list-style: none; /* Remove default bullets */
    padding-left: 0; /* Remove default padding */
}

.container6 .list-item:not(:first-child) { /* Apply to all except the first item */
    position: relative;
    padding-left: 0.7em; /* Space for the custom bullet */
    margin-top:10px;
}

.container6 .list-item:not(:first-child)::before {
    content: "•"; /* Use CSS to add the bullet */
    position: absolute;
    left: 0; 
    font-weight: bold;
}

.container6 .image-container {
    width:55%;
    margin-left:-4%;
    display: block;
}

.container6 .image-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container6 .text-content {
    width:49%;
    
}


.container6 .tel {
    margin-bottom:1.5%;
    color:#42236c;
    margin-top:0;
}

.container6 .subtitle {
    margin-bottom:1%;
}
