html {
  scroll-behavior: smooth;
}

#dslc-main .dslc-modules-section-wrapper .dslc-text-module-content h2:after {
	content: "";
  display: block;
  margin: 0 auto;
  width: 100px;
  padding-top: 10px;
  border-bottom: 1px solid black;
}

/* Tablet Header */

@media only screen and (max-width: 1024px) and (min-width: 768px){
.dslc-module-DSLC_Navigation .dslc-mobile-navigation-hook {
    color: #ffffff !important;
    text-align: center !important;
}
}

/* Phone Header */

@media only screen and (max-width: 767px) {
.dslc-module-DSLC_Navigation .dslc-mobile-navigation-hook {
    color: #ffffff !important;
    text-align: center !important;
}

.dslc-col, .dslc-no-columns-spacing .dslc-col {
    margin-bottom: 0px !important;
}
}

/* Phone Main Image */

@media only screen and (max-width: 767px) {
.wrapper, .dslc-modules-section-wrapper, .dslc-add-modules-section {
    width: 100% !important;
}

#dslc-main {
    margin-top: 100px !important;
}
	
.dslc-image img {
    width: 150% !important;
    height: auto !important;
}
}
