.maincontent {
    padding: 24px 0;
}

.homedamage-service-wrapper {
    display: grid;
    grid-template-columns: 65vw;
    justify-content: center;
}

@media (max-width:1400px) {
    .homedamage-service-wrapper {
        grid-template-columns: 80vw;
    }
}

@media (max-width:900px) {
    .homedamage-service-wrapper {
        grid-template-columns: 90vw;
    }

    .homedamage-service-vertical {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: left;
    }
}

body{
font-family: 'Poppins',  'Montserrat', sans-serif;
}

.user img {
  padding: .5em;
  float: right;
}

h4{
   line-height:22px;
}

h5{
   line-height:18px;
}

.nav-pills > li.active >a{
    background-color: #5191C2;

}

 .nav-pills > li > a {
    border-radius: 4px;
    color: #00A9B3;
}


nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #5191C2;
}

.mold img{
    margin-top:10px;
}