.FunctionalityImage {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
 
}

.FunctionalityImage img {
    width: 764px;
    height: 344px;
    object-fit: cover; /* optional: keeps the aspect ratio */
}
 
.error {
color: red;
font-size: 0.9em;
} 