/* Custom CSS to fit image inside the "sobre" container */
.sobre img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}
