.logo-wrapper img {
    max-width: none !important; 
    max-height: none !important;
    width: 150px !important; /* Forced size with highest specificity */
    height: auto;
}

.col-12.col-md-8.offset-md-2.col-lg-6.offset-lg-3.d-flex.flex-column.justify-content-center.align-items-center {
    margin-top: 120px !important;
}