.section-contact-bg {
    background-image: url(../theme/image/img-sec-contact.jpg?v=20250626)!important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% auto;
    background-color: #f5f5f5;
    text-align: center;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}