/* Delhi Secondary School admissions refresh */
:root {
  --dss-green: #006b3f;
  --dss-green-dark: #003f27;
  --dss-yellow: #ffd733;
  --dss-ink: #10231b;
  --dss-soft: #f3f8f2;
}

.dss-modern-header.full-width-header .rs-header .topbar-area.home8-topbar.dss-topbar {
  background: var(--dss-green-dark) !important;
  padding: 0;
}

.dss-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 42px;
  color: #ffffff;
  font-weight: 700;
}

.dss-topbar-copy,
.dss-topbar-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.dss-topbar-actions a {
  color: #ffffff;
  font-weight: 700;
}

.dss-menu-area {
  background: #ffffff !important;
  box-shadow: 0 12px 35px rgba(0, 63, 39, 0.11);
}

.dss-modern-header .logo-part.dss-logo-part {
  height: 88px;
  line-height: 88px;
  display: flex;
  align-items: center;
}

.dss-modern-header .logo-part.dss-logo-part img {
  max-height: 74px;
  width: auto;
}

.dss-modern-header.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  margin-right: 24px;
  height: 88px;
}

.dss-modern-header.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child {
  margin-right: 0;
}

.dss-modern-header.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  height: 88px;
  line-height: 88px;
  margin: 0;
  padding: 0;
}

.dss-nav-menu > li > a {
  color: var(--dss-ink) !important;
  font-weight: 800 !important;
}

.dss-nav-menu .dss-nav-cta a {
  background: var(--dss-yellow);
  color: var(--dss-green-dark) !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 44px !important;
  line-height: 1 !important;
  padding: 0 18px !important;
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(255, 215, 51, 0.35);
}

.dss-admission-hero {
  position: relative;
  padding: 86px 0 74px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 63, 39, 0.96), rgba(0, 107, 63, 0.82)),
    url(assets/images/bg/main-home.jpg) center/cover no-repeat;
}

.dss-admission-hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 10px;
  background: var(--dss-yellow);
}

.dss-hero-copy {
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding-right: 26px;
}

.dss-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 215, 51, 0.18);
  color: var(--dss-yellow);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.dss-hero-copy h1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.02;
  margin-bottom: 20px;
}

.dss-hero-lead {
  color: rgba(255, 255, 255, 0.92);
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.dss-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

.dss-outline-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 13px 22px;
  border: 2px solid currentColor;
  border-radius: 6px;
  color: #ffffff;
  font-weight: 900;
}

.dss-outline-btn:hover {
  color: var(--dss-yellow);
}

.dss-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dss-hero-pills span {
  padding: 9px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 700;
}

.dss-poster-frame {
  margin: 0;
  padding: 12px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
}

.dss-poster-frame img {
  width: 100%;
  border-radius: 5px;
  display: block;
}

.dss-poster-frame.compact {
  box-shadow: 0 18px 45px rgba(0, 63, 39, 0.18);
}

.dss-benefits-section,
.dss-contact-admissions {
  padding: 86px 0 62px;
  background: var(--dss-soft);
}

.dss-feature-card {
  height: 100%;
  padding: 28px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(0, 107, 63, 0.12);
  box-shadow: 0 12px 35px rgba(0, 63, 39, 0.08);
}

.dss-feature-card i {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--dss-green);
  color: #ffffff;
  font-size: 20px;
}

.dss-feature-card h3 {
  color: var(--dss-ink);
  font-size: 21px;
  margin-bottom: 10px;
}

.dss-feature-card p {
  margin: 0;
}

.dss-special-section {
  padding: 74px 0;
  background: #ffffff;
}

.dss-special-panel {
  display: grid;
  grid-template-columns: 1.15fr 1fr auto;
  align-items: center;
  gap: 34px;
  padding: 36px;
  border-radius: 8px;
  background: var(--dss-green-dark);
  color: #ffffff;
}

.dss-special-panel h2,
.dss-admission-copy h2 {
  color: inherit;
  margin-bottom: 0;
}

.dss-check-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.dss-check-list.two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 22px 0 26px;
}

.dss-check-list li {
  position: relative;
  padding-left: 28px;
  font-weight: 700;
  line-height: 1.45;
}

.dss-check-list li:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--dss-yellow);
}

.dss-special-actions {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.dss-special-actions small,
.dss-terms {
  color: rgba(255, 255, 255, 0.75);
}

.dss-contact-admissions {
  padding-bottom: 86px;
}

.dss-admission-copy {
  padding-left: 20px;
}

.dss-admission-copy h2 {
  color: var(--dss-ink);
  font-size: 40px;
  margin-bottom: 18px;
}

.dss-admission-copy p {
  font-size: 17px;
}

.dss-admission-copy .dss-outline-btn {
  color: var(--dss-green);
}

.dss-admission-copy .dss-terms {
  color: #6a746f;
  margin: 0;
}

.dss-modern-footer.rs-footer.home9-style.main-home {
  background:
    linear-gradient(135deg, rgba(0, 43, 27, 0.98), rgba(0, 107, 63, 0.94)),
    url(assets/images/bg/footer-bg2.jpg) center/cover no-repeat;
}

.dss-modern-footer .footer-top {
  padding: 62px 0 44px !important;
}

.dss-modern-footer .footer-logo img {
  max-width: 165px !important;
  border-radius: 8px;
}

.dss-footer-text {
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 18px;
}

.dss-footer-badge {
  display: inline-flex;
  padding: 9px 13px;
  border-radius: 6px;
  background: var(--dss-yellow);
  color: var(--dss-green-dark);
  font-weight: 900;
}

.dss-modern-footer .widget-title:before,
.dss-modern-footer .site-map li:before {
  background: var(--dss-yellow) !important;
}

.dss-modern-footer .address-widget li i:before,
.dss-modern-footer a:hover {
  color: var(--dss-yellow) !important;
}

.dss-modern-footer .footer-bottom {
  padding: 22px 0 !important;
}

.dss-sticky-call {
  position: fixed;
  right: 30px;
  bottom: 160px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--dss-yellow);
  color: var(--dss-green-dark);
  font-size: 24px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.dss-sticky-call:hover {
  color: var(--dss-green-dark);
  transform: scale(1.08);
}

.dss-story-section,
.dss-learning-section,
.dss-facilities-section,
.dss-activities-section,
.dss-voice-section,
.dss-final-cta {
  padding: 86px 0;
}

.dss-story-section,
.dss-facilities-section {
  background: #ffffff;
}

.dss-learning-section,
.dss-activities-section {
  background: var(--dss-soft);
}

.dss-image-stack {
  position: relative;
  min-height: 460px;
}

.dss-image-stack img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0, 63, 39, 0.16);
}

.dss-image-main {
  height: 420px;
}

.dss-image-accent {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46% !important;
  height: 190px;
  border: 8px solid #ffffff;
}

.dss-section-copy h2,
.dss-section-heading h2,
.dss-voice-section h2,
.dss-final-cta h2 {
  color: var(--dss-ink);
  font-size: 42px;
  line-height: 1.15;
  margin-bottom: 18px;
}

.dss-section-copy p,
.dss-quote-panel p {
  font-size: 17px;
  color: #5f6d67;
}

.dss-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.dss-stat-grid div {
  padding: 18px;
  border-radius: 8px;
  background: var(--dss-soft);
  border: 1px solid rgba(0, 107, 63, 0.1);
}

.dss-stat-grid strong,
.dss-stat-grid span {
  display: block;
}

.dss-stat-grid strong {
  color: var(--dss-green);
  font-size: 22px;
  line-height: 1.2;
}

.dss-stat-grid span {
  color: #5f6d67;
  font-weight: 700;
}

.dss-section-heading {
  max-width: 760px;
  margin: 0 auto 44px;
}

.dss-step-card {
  height: 100%;
  padding: 28px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(0, 107, 63, 0.12);
  box-shadow: 0 12px 35px rgba(0, 63, 39, 0.08);
}

.dss-step-card span {
  color: var(--dss-yellow);
  -webkit-text-stroke: 1px var(--dss-green);
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.dss-step-card h3 {
  color: var(--dss-ink);
  font-size: 22px;
  margin: 18px 0 10px;
}

.dss-step-card p {
  margin: 0;
}

.dss-outline-btn.green {
  color: var(--dss-green);
}

.dss-facility-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.dss-facility-grid div {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 22px;
  border-radius: 8px;
  background: var(--dss-soft);
  border: 1px solid rgba(0, 107, 63, 0.12);
  color: var(--dss-ink);
  font-weight: 900;
}

.dss-facility-grid i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  border-radius: 8px;
  background: var(--dss-green);
  color: #ffffff;
}

.dss-activity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.dss-activity-grid article {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--dss-green-dark);
}

.dss-activity-grid img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  display: block;
  object-fit: cover;
  opacity: 0.62;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.dss-activity-grid article:hover img {
  transform: scale(1.04);
  opacity: 0.9;
}

.dss-activity-grid article div {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: #ffffff;
}

.dss-activity-grid span {
  color: var(--dss-yellow);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
}

.dss-activity-grid h3 {
  color: #ffffff;
  font-size: 24px;
  margin: 8px 0 10px;
}

.dss-activity-grid p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.dss-voice-section {
  background: var(--dss-green-dark);
}

.dss-voice-section h2 {
  color: #ffffff;
  margin-bottom: 0;
}

.dss-voice-intro {
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  margin: 0;
}

.dss-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.dss-quote-panel {
  position: relative;
  padding: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.dss-quote-panel:before {
  content: "\f10d";
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--dss-yellow);
  color: var(--dss-green-dark);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.dss-quote-panel p {
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
}

.dss-final-cta {
  background:
    linear-gradient(90deg, rgba(0, 63, 39, 0.95), rgba(0, 107, 63, 0.88)),
    url(../images/gallery/school11.jpeg) center/cover no-repeat;
}

.dss-final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.dss-final-cta h2 {
  color: #ffffff;
  max-width: 720px;
  margin-bottom: 0;
}

/* Modern inner-page shell */
.main-content {
  background: #ffffff;
}

.rs-breadcrumbs {
  height: 360px;
  overflow: hidden;
  background: var(--dss-green-dark);
}

.rs-breadcrumbs .breadcrumbs-img {
  height: 100%;
}

.rs-breadcrumbs .breadcrumbs-img img {
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
  filter: saturate(0.9);
}

.rs-breadcrumbs .breadcrumbs-text {
  top: 50%;
  transform: translateY(-50%);
  max-width: 1140px;
  width: calc(100% - 30px);
  left: 50%;
  translate: -50% 0;
  text-align: left;
}

.dss-breadcrumb-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 215, 51, 0.15);
  color: var(--dss-yellow);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.rs-breadcrumbs .breadcrumbs-text .page-title,
.rs-breadcrumbs .breadcrumbs-text.white-color .page-title {
  color: #ffffff;
  font-size: 48px;
  line-height: 1.1;
  text-transform: none;
  margin-bottom: 18px;
}

.dss-breadcrumb-trail {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.dss-breadcrumb-trail a,
.dss-breadcrumb-trail span {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
}

.dss-breadcrumb-trail a {
  display: inline-flex;
  align-items: center;
}

.dss-breadcrumb-trail a:after {
  content: "";
  width: 16px;
  height: 2px;
  margin-left: 12px;
  background: var(--dss-yellow);
}

.dss-breadcrumb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dss-breadcrumb-actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 900;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.dss-breadcrumb-actions a:first-child {
  background: var(--dss-yellow);
  color: var(--dss-green-dark);
  border-color: var(--dss-yellow);
}

.dss-breadcrumb-actions a:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.dss-breadcrumb-actions a:first-child:hover {
  color: var(--dss-green-dark);
}

.main-content > .pt-100,
.main-content > .contact-page-section,
.main-content > .rs-gallery,
.main-content > .rs-about,
.main-content > #rs-about {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}

.main-content > .pt-100,
.contact-page-section .rs-contact-box,
.main-content #customers,
.main-content embed,
.main-content object {
  border-radius: 8px;
}

.main-content embed,
.main-content object {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(0, 107, 63, 0.12);
  box-shadow: 0 14px 38px rgba(0, 63, 39, 0.08);
}

.main-content .btn.btn-primary,
.main-content .readon.orange-btn,
.main-content .readon2.banner-style.orange {
  border: 0;
  border-radius: 6px;
  background: var(--dss-yellow) !important;
  color: var(--dss-green-dark) !important;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(255, 215, 51, 0.28);
}

.contact-page-section .address-item {
  height: 100%;
  border-radius: 8px;
  border: 1px solid rgba(0, 107, 63, 0.12);
  box-shadow: 0 12px 35px rgba(0, 63, 39, 0.08);
}

.rs-gallery .gallery-img {
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 35px rgba(0, 63, 39, 0.08);
}

.rs-gallery .gallery-img img,
.rs-gallery .gallery-img video {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.rs-gallery .gallery-img:hover img {
  transform: scale(1.04);
}

#customers {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 12px 35px rgba(0, 63, 39, 0.08);
}

#customers th {
  background: var(--dss-green) !important;
}

#customers tr:hover {
  background-color: var(--dss-soft) !important;
}

.rs-about.style1 .img-part img,
.rs-team .team-item,
.rs-cta.section-wrap {
  border-radius: 8px;
  overflow: hidden;
}

.rs-cta.section-wrap {
  background: var(--dss-soft) !important;
}

.dss-about-modern-section,
.dss-about-values-section,
.dss-leadership-section,
.dss-contact-modern-section {
  padding: 86px 0;
}

.dss-about-modern-section,
.dss-leadership-section,
.dss-contact-modern-section {
  background: #ffffff;
}

.dss-about-values-section {
  background: var(--dss-soft);
}

.dss-image-stack.about-stack .dss-image-main {
  height: 470px;
}

.dss-leader-card {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(0, 107, 63, 0.12);
  box-shadow: 0 12px 35px rgba(0, 63, 39, 0.08);
}

.dss-leader-card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.dss-leader-card div {
  padding: 24px;
}

.dss-leader-card h3 {
  color: var(--dss-ink);
  font-size: 24px;
  margin-bottom: 6px;
}

.dss-leader-card span {
  color: var(--dss-green);
  font-weight: 900;
}

.dss-contact-modern-section {
  background: var(--dss-soft);
}

.dss-contact-card {
  min-height: 190px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 28px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(0, 107, 63, 0.12);
  box-shadow: 0 12px 35px rgba(0, 63, 39, 0.08);
}

.dss-contact-card i {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--dss-green);
  color: #ffffff;
  font-size: 20px;
}

.dss-contact-card span {
  color: #66736d;
  font-weight: 800;
}

.dss-contact-card strong {
  color: var(--dss-ink);
  font-size: 20px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.dss-contact-card:hover {
  transform: translateY(-4px);
}

.dss-contact-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 18px;
  padding: 34px;
  border-radius: 8px;
  background: var(--dss-green-dark);
  color: #ffffff;
}

.dss-contact-panel h3 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 10px;
}

.dss-contact-panel p {
  color: rgba(255, 255, 255, 0.86);
  margin: 0;
}

.dss-contact-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex: 0 0 auto;
}

@media (max-width: 1199px) {
  .dss-hero-copy h1 {
    font-size: 48px;
  }

  .dss-special-panel {
    grid-template-columns: 1fr;
  }

  .dss-activity-grid,
  .dss-testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dss-contact-panel,
  .dss-final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .dss-modern-header .logo-part.dss-logo-part {
    height: 76px;
    line-height: 76px;
    position: static !important;
  }

  .dss-modern-header .logo-part.dss-logo-part img {
    max-height: 62px;
  }

  .dss-modern-header.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li,
  .dss-modern-header.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
    height: auto;
    line-height: 1.4;
  }

  .dss-topbar-inner {
    justify-content: center;
    text-align: center;
  }

  .dss-topbar-actions {
    display: none;
  }

  .dss-admission-hero {
    padding: 62px 0;
  }

  .dss-hero-copy {
    padding-right: 0;
    margin-bottom: 34px;
  }

  .dss-admission-copy {
    padding-left: 0;
  }

  .dss-activity-grid,
  .dss-testimonial-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .dss-hero-copy h1 {
    font-size: 38px;
  }

  .dss-hero-lead,
  .dss-admission-copy p {
    font-size: 16px;
  }

  .dss-check-list.two-column {
    grid-template-columns: 1fr;
  }

  .dss-special-panel {
    padding: 26px 22px;
  }

  .dss-admission-copy h2 {
    font-size: 30px;
  }

  .rs-breadcrumbs {
    height: 390px;
  }

  .rs-breadcrumbs .breadcrumbs-text .page-title,
  .rs-breadcrumbs .breadcrumbs-text.white-color .page-title {
    font-size: 34px;
  }

  .dss-section-copy h2,
  .dss-section-heading h2,
  .dss-voice-section h2,
  .dss-final-cta h2 {
    font-size: 32px;
  }

  .dss-stat-grid,
  .dss-facility-grid {
    grid-template-columns: 1fr;
  }

  .dss-image-stack,
  .dss-image-stack.about-stack .dss-image-main {
    min-height: unset;
  }

  .dss-image-main,
  .dss-image-stack.about-stack .dss-image-main {
    height: 320px;
  }

  .dss-image-accent {
    position: static;
    width: 100% !important;
    height: 190px;
    margin-top: 16px;
    border: 0;
  }

  .dss-sticky-call {
    right: 20px;
    bottom: 142px;
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
