.defaulthero1-container {
    display: flex;
    align-items: center;
    padding: 100px 0;
    min-height: 500px;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
}

.defaulthero1 {
    position: relative;
}

.defaulthero1 h1 {
    color: white;
    margin: 0 0 15px;
    text-shadow: 2px 2px 10px black;
}

.defaulthero1 p {
    color: white;
    margin: 0 0 15px;
    text-shadow: 2px 2px 10px black;
    font-weight: 600;
    width: 900px;
    max-width: 100%;
}

.defaulthero1-container .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

@media (max-width:1199px) {
    .defaulthero1-container {
        min-height: initial;
    }
}