.img-container {
    width: 50%; /* Set the desired width */
    /* height: auto; (You don't need to set height explicitly) */
    display: flex;
    flex-direction: column;
}

.img-container img {
    max-width: 100%; /* Make sure the image doesn't exceed the container width */
    height: auto; /* Let the height adjust automatically */
}

.lead {
    font-size: 1.15rem !important;
}

.fw-bold {
    border-bottom: 5px solid #00990d;
}