
.container2 {
    display: flex;
    align-items: end;
    /*margin-left:12%;
    margin-right:11%;
    margin-top:100px;*/
    margin:20px auto;
    max-width:1200px;
}

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

.container2 .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;
}

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

.container2 .image-container {
    width:46%;
    display: block;
}

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

.container2 .text-content {
    width:59%;
    margin-left:-5%;
    
}

.container2 ul {
    margin-bottom: 0;
}

.container2 .title {
    margin-bottom:1.5%;
}

.container2 .subtitle {
    margin-bottom:5%;
}
