.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}

a.btn.btn-primary {    padding: 16px 28px;    border-radius: 0;    background: #000;    border: none;   box-shadow: 0 4px 5px -3px #333;    transition: 0.5s;    font-weight: bold;transition: ease-out 0.4s;}
a.btn.btn-primary:hover {    box-shadow: inset 0 0 0 50px #4c4c4d; }

@media (max-width:981px){
h1{
font-size: 40px !important;
}

.steps{
    height: auto !important;
    padding: 50px;
    margin-bottom: 20px;
}

.trustImg{
margin-bottom: 20px;
}
.step-img{
margin-top: 0 !important;
}
}



.storm-damage-global {
    padding: 50px 15px;
}



.hail-damage-global {
    padding: 50px 15px;
    text-align: center;
    background-color: #f5f5f5;
}
.hail-damage-wrapper h2 {
    font-weight: 600;
}
.hail-damage-wrapper .h2-highlight {
    display: block;
    margin-top: 10px;
    font-size: .7em;
    color: var(--accent-color);
}



.gallery-wrapper {
    max-width: 1450px;
    width: 100%;
    margin: 40px auto;
}
.gallery-wrapper h6 {
    font-size: 1.5em;
    color: var(--accent-color);
    text-align: center;
    flex: auto;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}
.gallery-column {
    margin: 0 auto;
    max-width: 24.5%;
}
.gallery-item {
    max-width: 24.5%;
    height: 250px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px .25% 0;
}
.gallery-item img {
    width: auto;
    height: 112%;
}
.gallery-item img.vertical-img {
    width: 100%;
    height: auto;
}
.gallery-item i {
    position: absolute;
    top: 45%;
    left: 50%;
    font-size: 3.5em;
    border-radius: 50%;
    margin: -41px 0 0 -41px;
    padding: 10px;
    color: #000;
    opacity: 0;
    transition: all .25s;
}
.gallery-item:hover i {
    top: 50%;
    opacity: 1;
}
.gallery-item:hover img {
    opacity: .6;
}
@media screen and (max-width: 1200px) {
    .gallery-item {
        flex: 33%;
        max-width: 32.5%;
    }
}
@media screen and (max-width: 800px) {
    .gallery-item {
        flex: 50%;
        max-width: 49.5%;
    }
}
@media screen and (max-width: 500px) {
    .gallery-item {
        flex: 100%;
        max-width: 100%;
    }
    .gallery-item {
        height: auto;
        display: block;
    }
    .gallery-item img {
        width: 100%;
        height: auto;
    }
}