.elementor-582 .elementor-element.elementor-element-5bcbc44{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-582 .elementor-element.elementor-element-e1b81c7{width:100%;max-width:100%;top:0px;}body:not(.rtl) .elementor-582 .elementor-element.elementor-element-e1b81c7{left:0px;}body.rtl .elementor-582 .elementor-element.elementor-element-e1b81c7{right:0px;}.elementor-582 .elementor-element.elementor-element-dd9e7a9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-582 .elementor-element.elementor-element-10b25a5{margin:154px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-582 .elementor-element.elementor-element-3d3021c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-582 .elementor-element.elementor-element-7996160{width:100%;max-width:100%;top:0px;}body:not(.rtl) .elementor-582 .elementor-element.elementor-element-7996160{left:0px;}body.rtl .elementor-582 .elementor-element.elementor-element-7996160{right:0px;}/* Start custom CSS for html, class: .elementor-element-e1b81c7 */.spge-main-header,
.spge-main-header *{
  box-sizing:border-box;
}

.spge-main-header{
  width:100%;
  font-family:Arial, sans-serif;
  background:#fff;
  position:relative;
  z-index:9999;
}

.spge-top-bar{
  width:100%;
  background:linear-gradient(90deg,#ff6900,#ff8a26);
  color:#fff;
  padding:9px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
}

.spge-top-left{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  font-size:14px;
  line-height:1.4;
}

.spge-top-right{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

.spge-top-right a{
  color:#fff !important;
  text-decoration:none;
  font-size:13px;
  font-weight:600;
  white-space:nowrap;
}

.spge-navbar{
  width:100%;
  background:#fff;
  padding:13px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  box-shadow:0 6px 22px rgba(0,0,0,0.08);
  position:relative;
}

.spge-logo{
  display:flex;
  align-items:center;
  flex-shrink:0;
}

.spge-logo a{
  display:flex;
  align-items:center;
  text-decoration:none;
}

.spge-logo img{
  height:82px !important;
  width:auto !important;
  max-width:190px !important;
  object-fit:contain !important;
  display:block !important;
}

.spge-menu{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:18px;
}

.spge-menu a,
.spge-dropdown > a{
  text-decoration:none;
  color:#222 !important;
  font-size:14px;
  font-weight:700;
  padding:12px 0;
  white-space:nowrap;
  position:relative;
  transition:0.3s ease;
}

.spge-menu a:hover,
.spge-dropdown > a:hover{
  color:#ff6900 !important;
}

.spge-menu a::after,
.spge-dropdown > a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:5px;
  width:0;
  height:2px;
  background:#ff6900;
  transition:0.3s ease;
}

.spge-menu a:hover::after,
.spge-dropdown > a:hover::after{
  width:100%;
}

.spge-contact-btn{
  background:#ff6900 !important;
  color:#fff !important;
  padding:10px 18px !important;
  border-radius:30px;
  box-shadow:0 8px 18px rgba(255,105,0,0.25);
}

.spge-contact-btn::after{
  display:none;
}

.spge-contact-btn:hover{
  background:#e85f00 !important;
  color:#fff !important;
}

.spge-dropdown{
  position:relative;
}

.spge-dropdown-menu{
  display:none;
  position:absolute;
  top:100%;
  left:0;
  background:#fff;
  min-width:285px;
  border-radius:14px;
  box-shadow:0 16px 35px rgba(0,0,0,0.15);
  border:1px solid #eee;
  padding:8px 0;
  z-index:99999;
  overflow:hidden;
}

.spge-dropdown-menu a{
  display:block;
  padding:12px 18px;
  color:#333 !important;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  white-space:nowrap;
}

.spge-dropdown-menu a::after{
  display:none;
}

.spge-dropdown-menu a:hover{
  background:#fff4eb;
  color:#ff6900 !important;
  padding-left:24px;
}

.spge-dropdown:hover .spge-dropdown-menu{
  display:block;
}

#spge-menu-toggle{
  display:none;
}

.spge-menu-icon{
  display:none;
  width:36px;
  height:30px;
  cursor:pointer;
  flex-direction:column;
  justify-content:center;
  gap:6px;
}

.spge-menu-icon span{
  display:block;
  width:100%;
  height:3px;
  background:#ff6900;
  border-radius:20px;
}

.spge-ticker{
  width:100%;
  background:#111;
  color:#fff;
  overflow:hidden;
  padding:10px 0;
}

.spge-ticker-track{
  display:flex;
  align-items:center;
  gap:42px;
  width:max-content;
  animation:spgeTicker 26s linear infinite;
}

.spge-ticker-track span{
  font-size:14px;
  font-weight:600;
  white-space:nowrap;
}

@keyframes spgeTicker{
  0%{transform:translateX(0);}
  100%{transform:translateX(-50%);}
}

@media(max-width:1100px){

  .spge-navbar{
    flex-wrap:wrap;
  }

  .spge-menu-icon{
    display:flex;
    margin-left:auto;
  }

  .spge-menu{
    display:none;
    width:100%;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    padding:12px 0 0;
    border-top:1px solid #eee;
  }

  #spge-menu-toggle:checked ~ .spge-menu{
    display:flex;
  }

  .spge-menu a,
  .spge-dropdown,
  .spge-dropdown > a{
    width:100%;
  }

  .spge-menu a,
  .spge-dropdown > a{
    padding:13px 0;
    border-bottom:1px solid #f1f1f1;
  }

  .spge-dropdown-menu{
    position:static;
    min-width:100%;
    box-shadow:none;
    border:none;
    border-radius:0;
    padding:0 0 8px 15px;
    background:#fff8f2;
  }

  .spge-dropdown:hover .spge-dropdown-menu{
    display:block;
  }
}

@media(max-width:767px){

  .spge-top-bar{
    padding:9px 12px;
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }

  .spge-top-left{
    font-size:12px;
  }

  .spge-top-right{
    gap:8px;
  }

  .spge-top-right a{
    font-size:12px;
  }

  .spge-navbar{
    padding:12px;
    gap:12px;
  }

  .spge-logo img{
    height:58px !important;
    max-width:135px !important;
  }

  .spge-menu-icon{
    width:32px;
  }

  .spge-menu a,
  .spge-dropdown > a{
    font-size:14px;
  }

  .spge-contact-btn{
    text-align:center;
    margin-top:8px;
  }

  .spge-ticker-track span{
    font-size:13px;
  }
}

@media(max-width:480px){

  .spge-logo img{
    height:50px !important;
    max-width:120px !important;
  }

  .spge-navbar{
    padding:10px 12px;
  }

  .spge-top-right{
    flex-direction:column;
    align-items:flex-start;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-10b25a5 */.sp-on-grid-page,
.sp-on-grid-page *{
  box-sizing:border-box;
}

.sp-on-grid-page{
  width:100vw;
  margin-left:calc(-50vw + 50%);
  font-family:Arial, sans-serif;
  background:#f7fbf8;
  color:#222;
  overflow:hidden;
}

.sp-og-container{
  max-width:1180px;
  margin:0 auto;
  padding:0 20px 70px;
}

/* HERO */
.sp-og-hero{
  width:100%;
  min-height:560px;
  background:
    linear-gradient(135deg,rgba(4,42,24,0.88),rgba(9,107,53,0.82)),
    url("https://shivpowergreenenergy.com/wp-content/uploads/2026/03/LOGO-SHIV.png");
  background-size:contain;
  background-repeat:no-repeat;
  background-position:right center;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:80px 20px;
}

.sp-og-hero-overlay{
  max-width:980px;
  text-align:center;
  color:#fff;
}

.sp-og-badge,
.sp-og-small-title{
  display:inline-block;
  background:#ff6900;
  color:#fff;
  padding:8px 18px;
  border-radius:30px;
  font-size:14px;
  font-weight:800;
  margin-bottom:16px;
}

.sp-og-hero h1{
  font-size:48px;
  line-height:1.15;
  margin:0 auto 18px;
  max-width:900px;
  color:#fff;
}

.sp-og-hero p{
  font-size:18px;
  line-height:1.7;
  max-width:780px;
  margin:0 auto 28px;
  color:#eef8f0;
}

.sp-og-hero-buttons{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.sp-og-hero-buttons a,
.sp-og-final-cta a,
.sp-og-contact-box a{
  display:inline-block;
  text-decoration:none;
  padding:14px 26px;
  border-radius:35px;
  font-size:15px;
  font-weight:800;
  transition:0.3s ease;
}

.sp-og-hero-buttons a:first-child,
.sp-og-final-cta a:first-child{
  background:#ff6900;
  color:#fff !important;
}

.sp-og-hero-buttons a:last-child,
.sp-og-final-cta a:last-child{
  background:#20b455;
  color:#fff !important;
}

.sp-og-hero-buttons a:hover,
.sp-og-final-cta a:hover,
.sp-og-contact-box a:hover{
  transform:translateY(-3px);
}

/* INTRO */
.sp-og-intro{
  display:grid;
  grid-template-columns:1.4fr 0.6fr;
  gap:28px;
  align-items:stretch;
  margin-top:-70px;
  position:relative;
  z-index:2;
}

.sp-og-intro-content,
.sp-og-intro-box{
  background:#fff;
  border-radius:22px;
  padding:36px;
  box-shadow:0 12px 35px rgba(0,0,0,0.09);
  border:1px solid #e9f0ec;
}

.sp-og-intro-content h2,
.sp-og-work-left h2,
.sp-og-why-content h2,
.sp-og-final-cta h2{
  font-size:34px;
  line-height:1.25;
  color:#0b5d2a;
  margin:0 0 16px;
}

.sp-og-intro-content p,
.sp-og-work-left p,
.sp-og-why-content p{
  font-size:16px;
  line-height:1.8;
  color:#444;
  margin:0 0 14px;
}

.sp-og-intro-box{
  background:linear-gradient(135deg,#0b5d2a,#08391d);
  color:#fff;
}

.sp-og-intro-box h3{
  font-size:25px;
  margin:0 0 18px;
  color:#fff;
}

.sp-og-intro-box ul{
  margin:0;
  padding:0;
  list-style:none;
}

.sp-og-intro-box li{
  padding:11px 0;
  border-bottom:1px solid rgba(255,255,255,0.18);
  font-size:15px;
}

/* SECTION TITLE */
.sp-og-section-title{
  text-align:center;
  max-width:820px;
  margin:70px auto 34px;
}

.sp-og-section-title span{
  display:inline-block;
  background:#fff2e8;
  color:#ff6900;
  padding:8px 18px;
  border-radius:30px;
  font-weight:800;
  margin-bottom:12px;
}

.sp-og-section-title h2{
  font-size:34px;
  line-height:1.25;
  margin:0 0 12px;
  color:#0b5d2a;
}

.sp-og-section-title p{
  font-size:16px;
  line-height:1.7;
  color:#555;
  margin:0;
}

/* BENEFITS */
.sp-og-benefits-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.sp-og-card{
  background:#fff;
  padding:28px 22px;
  border-radius:20px;
  box-shadow:0 8px 28px rgba(0,0,0,0.07);
  border:1px solid #e8eee9;
  transition:0.3s ease;
}

.sp-og-card:hover{
  transform:translateY(-6px);
  box-shadow:0 15px 35px rgba(0,0,0,0.12);
}

.sp-og-icon{
  width:60px;
  height:60px;
  background:#fff2e8;
  color:#ff6900;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  font-size:28px;
  margin-bottom:18px;
}

.sp-og-card h3{
  margin:0 0 10px;
  color:#0b5d2a;
  font-size:21px;
}

.sp-og-card p{
  margin:0;
  color:#555;
  line-height:1.7;
  font-size:15px;
}

/* WORK SECTION */
.sp-og-work-section{
  margin-top:70px;
  display:grid;
  grid-template-columns:0.9fr 1.1fr;
  gap:30px;
  align-items:start;
}

.sp-og-work-left{
  background:#fff;
  padding:36px;
  border-radius:22px;
  box-shadow:0 8px 28px rgba(0,0,0,0.07);
  border-left:6px solid #ff6900;
}

.sp-og-steps{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.sp-og-step{
  background:#fff;
  padding:24px;
  border-radius:18px;
  border:1px solid #e8eee9;
  box-shadow:0 7px 24px rgba(0,0,0,0.06);
}

.sp-og-step span{
  display:inline-flex;
  width:42px;
  height:42px;
  background:#0b5d2a;
  color:#fff;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  font-weight:800;
  margin-bottom:14px;
}

.sp-og-step h3{
  font-size:20px;
  color:#0b5d2a;
  margin:0 0 10px;
}

.sp-og-step p{
  color:#555;
  line-height:1.6;
  margin:0;
  font-size:15px;
}

/* COMPONENTS */
.sp-og-components{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.sp-og-component{
  background:#fff;
  padding:24px;
  border-radius:18px;
  border-top:5px solid #ff6900;
  box-shadow:0 8px 26px rgba(0,0,0,0.07);
}

.sp-og-component h3{
  font-size:21px;
  color:#0b5d2a;
  margin:0 0 10px;
}

.sp-og-component p{
  color:#555;
  line-height:1.7;
  margin:0;
  font-size:15px;
}

/* APPLICATIONS */
.sp-og-app-section{
  margin-top:70px;
  background:linear-gradient(135deg,#08391d,#0b6b35);
  padding:45px 30px;
  border-radius:26px;
}

.sp-og-app-section .sp-og-section-title{
  margin:0 auto 30px;
}

.sp-og-app-section .sp-og-section-title h2{
  color:#fff;
}

.sp-og-app-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.sp-og-app-grid div{
  background:rgba(255,255,255,0.12);
  color:#fff;
  padding:18px;
  border-radius:16px;
  text-align:center;
  font-weight:800;
  border:1px solid rgba(255,255,255,0.18);
}

/* WHY CHOOSE */
.sp-og-why{
  margin-top:70px;
  display:grid;
  grid-template-columns:1.2fr 0.8fr;
  gap:28px;
  align-items:stretch;
}

.sp-og-why-content,
.sp-og-contact-box{
  background:#fff;
  padding:36px;
  border-radius:24px;
  box-shadow:0 10px 32px rgba(0,0,0,0.08);
  border:1px solid #e8eee9;
}

.sp-og-check-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin-top:22px;
}

.sp-og-check-list p{
  margin:0;
  background:#f7fbf8;
  padding:13px;
  border-radius:12px;
  font-size:15px;
  color:#333;
}

.sp-og-contact-box{
  background:linear-gradient(135deg,#ff6900,#ff8a26);
  color:#fff;
}

.sp-og-contact-box h3{
  font-size:28px;
  margin:0 0 12px;
  color:#fff;
}

.sp-og-contact-box p{
  color:#fff;
  line-height:1.7;
  margin-bottom:22px;
}

.sp-og-contact-box a{
  display:block;
  background:#fff;
  color:#0b5d2a !important;
  margin-bottom:12px;
  text-align:center;
}

/* FAQ */
.sp-og-faq-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.sp-og-faq-item{
  background:#fff;
  padding:24px;
  border-radius:18px;
  box-shadow:0 8px 26px rgba(0,0,0,0.07);
  border:1px solid #e8eee9;
}

.sp-og-faq-item h3{
  color:#0b5d2a;
  margin:0 0 10px;
  font-size:20px;
}

.sp-og-faq-item p{
  color:#555;
  line-height:1.7;
  margin:0;
}

/* FINAL CTA */
.sp-og-final-cta{
  margin-top:70px;
  text-align:center;
  background:linear-gradient(135deg,#052d1b,#0b6b35);
  color:#fff;
  padding:55px 25px;
  border-radius:28px;
}

.sp-og-final-cta h2{
  color:#fff;
  font-size:36px;
}

.sp-og-final-cta p{
  max-width:720px;
  margin:0 auto 25px;
  color:#eef8f0;
  line-height:1.7;
  font-size:16px;
}

.sp-og-final-cta div{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

/* TABLET */
@media(max-width:991px){

  .sp-og-hero{
    min-height:500px;
    padding:65px 18px;
    background-size:300px;
  }

  .sp-og-hero h1{
    font-size:38px;
  }

  .sp-og-intro,
  .sp-og-work-section,
  .sp-og-why{
    grid-template-columns:1fr;
  }

  .sp-og-benefits-grid,
  .sp-og-components{
    grid-template-columns:repeat(2,1fr);
  }

  .sp-og-app-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

/* MOBILE */
@media(max-width:767px){

  .sp-on-grid-page{
    width:100%;
    margin-left:0;
  }

  .sp-og-container{
    padding:0 14px 50px;
  }

  .sp-og-hero{
    min-height:auto;
    padding:60px 15px 90px;
    background-size:220px;
    background-position:center bottom;
  }

  .sp-og-hero h1{
    font-size:28px;
    line-height:1.25;
  }

  .sp-og-hero p{
    font-size:15px;
  }

  .sp-og-hero-buttons{
    flex-direction:column;
    align-items:center;
  }

  .sp-og-hero-buttons a,
  .sp-og-final-cta a{
    width:100%;
    max-width:290px;
    text-align:center;
  }

  .sp-og-intro{
    margin-top:-55px;
  }

  .sp-og-intro-content,
  .sp-og-intro-box,
  .sp-og-work-left,
  .sp-og-why-content,
  .sp-og-contact-box{
    padding:24px 18px;
    border-radius:18px;
  }

  .sp-og-intro-content h2,
  .sp-og-section-title h2,
  .sp-og-work-left h2,
  .sp-og-why-content h2,
  .sp-og-final-cta h2{
    font-size:25px;
  }

  .sp-og-section-title{
    margin:50px auto 25px;
  }

  .sp-og-benefits-grid,
  .sp-og-components,
  .sp-og-steps,
  .sp-og-app-grid,
  .sp-og-check-list,
  .sp-og-faq-grid{
    grid-template-columns:1fr;
  }

  .sp-og-card,
  .sp-og-component,
  .sp-og-step,
  .sp-og-faq-item{
    padding:22px 18px;
  }

  .sp-og-app-section{
    padding:32px 16px;
    border-radius:20px;
  }

  .sp-og-final-cta{
    padding:40px 18px;
    border-radius:20px;
  }

  .sp-og-final-cta div{
    flex-direction:column;
    align-items:center;
  }
}

/* SMALL MOBILE */
@media(max-width:420px){

  .sp-og-hero h1{
    font-size:25px;
  }

  .sp-og-hero{
    padding:50px 12px 85px;
  }

  .sp-og-badge,
  .sp-og-small-title{
    font-size:12px;
    padding:7px 15px;
  }

  .sp-og-card h3,
  .sp-og-component h3,
  .sp-og-step h3,
  .sp-og-faq-item h3{
    font-size:19px;
  }
}
/* ===============================
   ON-GRID SOLAR SYSTEM
   MOBILE RESPONSIVE CSS
   Paste this at the end
================================ */

@media (max-width: 991px){

  .sp-on-grid-page{
    width:100% !important;
    margin-left:0 !important;
    overflow-x:hidden !important;
  }

  .sp-og-container{
    padding:0 16px 55px !important;
  }

  .sp-og-hero{
    min-height:500px !important;
    padding:70px 18px 95px !important;
    background-size:280px !important;
    background-position:center bottom !important;
  }

  .sp-og-hero h1{
    font-size:38px !important;
    line-height:1.2 !important;
  }

  .sp-og-intro,
  .sp-og-work-section,
  .sp-og-why{
    grid-template-columns:1fr !important;
  }

  .sp-og-benefits-grid,
  .sp-og-components,
  .sp-og-app-grid{
    grid-template-columns:repeat(2,1fr) !important;
  }

  .sp-og-steps,
  .sp-og-check-list,
  .sp-og-faq-grid{
    grid-template-columns:1fr !important;
  }
}

@media (max-width: 767px){

  .sp-og-container{
    padding:0 14px 50px !important;
  }

  .sp-og-hero{
    min-height:auto !important;
    padding:55px 15px 90px !important;
    background-size:210px !important;
    background-position:center bottom !important;
  }

  .sp-og-hero h1{
    font-size:28px !important;
    line-height:1.25 !important;
  }

  .sp-og-hero p{
    font-size:15px !important;
    line-height:1.6 !important;
  }

  .sp-og-hero-buttons{
    flex-direction:column !important;
    align-items:center !important;
    gap:12px !important;
  }

  .sp-og-hero-buttons a,
  .sp-og-final-cta a,
  .sp-og-contact-box a{
    width:100% !important;
    max-width:290px !important;
    text-align:center !important;
    padding:13px 18px !important;
  }

  .sp-og-intro{
    margin-top:-50px !important;
    gap:18px !important;
  }

  .sp-og-intro-content,
  .sp-og-intro-box,
  .sp-og-work-left,
  .sp-og-why-content,
  .sp-og-contact-box{
    padding:24px 18px !important;
    border-radius:18px !important;
  }

  .sp-og-intro-content h2,
  .sp-og-section-title h2,
  .sp-og-work-left h2,
  .sp-og-why-content h2,
  .sp-og-final-cta h2{
    font-size:25px !important;
    line-height:1.3 !important;
  }

  .sp-og-intro-content p,
  .sp-og-work-left p,
  .sp-og-why-content p,
  .sp-og-section-title p{
    font-size:15px !important;
    line-height:1.7 !important;
  }

  .sp-og-section-title{
    margin:48px auto 24px !important;
  }

  .sp-og-benefits-grid,
  .sp-og-components,
  .sp-og-steps,
  .sp-og-app-grid,
  .sp-og-check-list,
  .sp-og-faq-grid{
    grid-template-columns:1fr !important;
    gap:16px !important;
  }

  .sp-og-card,
  .sp-og-component,
  .sp-og-step,
  .sp-og-faq-item{
    padding:22px 18px !important;
    border-radius:18px !important;
  }

  .sp-og-icon{
    width:54px !important;
    height:54px !important;
    font-size:24px !important;
  }

  .sp-og-card h3,
  .sp-og-component h3,
  .sp-og-step h3,
  .sp-og-faq-item h3{
    font-size:19px !important;
  }

  .sp-og-work-section,
  .sp-og-why,
  .sp-og-app-section,
  .sp-og-final-cta{
    margin-top:50px !important;
  }

  .sp-og-app-section{
    padding:32px 16px !important;
    border-radius:20px !important;
  }

  .sp-og-app-grid div{
    padding:16px !important;
    font-size:14px !important;
  }

  .sp-og-check-list p{
    font-size:14px !important;
    padding:12px !important;
  }

  .sp-og-final-cta{
    padding:40px 18px !important;
    border-radius:20px !important;
  }

  .sp-og-final-cta p{
    font-size:15px !important;
  }

  .sp-og-final-cta div{
    flex-direction:column !important;
    align-items:center !important;
  }
}

@media (max-width: 420px){

  .sp-og-container{
    padding:0 12px 45px !important;
  }

  .sp-og-hero{
    padding:48px 12px 82px !important;
    background-size:180px !important;
  }

  .sp-og-hero h1{
    font-size:24px !important;
  }

  .sp-og-badge,
  .sp-og-small-title,
  .sp-og-section-title span{
    font-size:12px !important;
    padding:7px 14px !important;
  }

  .sp-og-intro-content,
  .sp-og-intro-box,
  .sp-og-work-left,
  .sp-og-why-content,
  .sp-og-contact-box{
    padding:22px 15px !important;
  }

  .sp-og-intro-content h2,
  .sp-og-section-title h2,
  .sp-og-work-left h2,
  .sp-og-why-content h2,
  .sp-og-final-cta h2{
    font-size:23px !important;
  }
}/* End custom CSS */