/* Domain Search Title Styles */
.domain-search-title {
    font-size: 34px;
    font-weight: 600;
    margin: 35px;
    color: #333;
}

/* Hero Section Negative Margin for Large Screens */
@media (min-width: 768px) {
    .md-mt-negative {
        margin-top: -400px;
    }
}

/* Services Section Negative Margin for Large Screens */
@media (min-width: 768px) {
    .services-mt-negative {
        margin-top: -300px;
    }
}

/* Additional responsive adjustments if needed */
@media (max-width: 767px) {
    .domain-search-title {
        font-size: 28px;
        margin: 20px;
    }
    
    .md-mt-negative,
    .services-mt-negative {
        margin-top: 0;
    }
}