.maincontent {
  max-width: 100%;
  width: 100%;
  padding: 0;
  border: 0;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.svc-content {
  background-image: url("/imageserver/AdminMedia/Paralax_Backgrounds/roofing_shinglesBG_dark.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.svc-left {
  text-align: center;
}

.svc-left,
.svc-right {
  flex-basis: 0;
  margin-top: 4%;
}

.roof-svc-icon {
  text-align: center;
}

.svc-wrapper {
  flex-direction: column;
}

.roof-svc-card{
  background-color: white;
  border-radius: 20px;
  padding: 2%;
  margin: 1%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
}

.roof-svc-list{
  flex-direction: column;
  align-items: center;
}

.svc-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.svc-left>h1{
  color: white;
}

.svc-area-column{
  background-image: url("/imageserver/AdminMedia/Paralax_Backgrounds/solar-blue-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}

.svc-area-left, .svc-area-right{
  background-color: white;
  padding: 1%;
  margin: 1%;
  max-width: 45%;
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);

}

.svc-area-right>p{
  line-height: 2;
  
}
.contact-button-container{
  margin: 0 auto;
}
@media (min-width: 992px) {
  .roof-svc-card {
    width: 30%;
  }
}

@media (max-width: 1200px) {
  .roof-svc-card {
    width: auto;
  }
}


@media (max-width: 992px){
  .svc-area-column{
    flex-direction: column;
    align-items: center;
  }
  .svc-area-left,.svc-area-right{
      max-width: 100%;
  }
}