.elementor-17355 .elementor-element.elementor-element-be277de{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17355 .elementor-element.elementor-element-f7a4c93{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17355 .elementor-element.elementor-element-d974786{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17355 .elementor-element.elementor-element-3d76278{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17355 .elementor-element.elementor-element-7c6fe4f{--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;--margin-top:0px;--margin-bottom:-20px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ab6bb38 */.rc-hero-new{
  position:relative;
  overflow:hidden;
  padding:130px 20px;
  background:
    radial-gradient(circle at top left,rgba(245,183,0,.16),transparent 35%),
    linear-gradient(135deg,#050505,#111,#070707);
  color:#fff;
}

.rc-hero-new *{
  box-sizing:border-box;
}

.rc-hero-wrap{
  max-width:1300px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
}

.rc-label{
  display:inline-flex;
  padding:12px 20px;
  border-radius:100px;
  background:rgba(245,183,0,.1);
  border:1px solid rgba(245,183,0,.35);
  color:#f5b700;
  font-size:13px;
  font-weight:800;
  letter-spacing:1.4px;
  text-transform:uppercase;
}

.rc-hero-content h1{
  margin:28px 0;
  font-size:clamp(46px,6vw,78px);
  line-height:1;
  letter-spacing:-2px;
  font-weight:950;
  color:#fff;
}

.rc-hero-content p{
  max-width:620px;
  margin:0;
  color:rgba(255,255,255,.76);
  font-size:18px;
  line-height:1.85;
}

.rc-results-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin:42px 0;
}

.rc-results-grid div{
  padding:22px;
  border-radius:22px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.1);
}

.rc-results-grid strong{
  display:block;
  color:#f5b700;
  font-size:24px;
  font-weight:900;
  margin-bottom:8px;
}

.rc-results-grid span{
  color:#fff;
  font-size:14px;
  line-height:1.5;
}

.rc-hero-buttons{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}

.rc-btn-primary,
.rc-btn-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:220px;
  height:60px;
  padding:0 34px;
  border-radius:100px;
  text-decoration:none;
  font-weight:850;
  transition:.35s ease;
}

.rc-btn-primary{
  background:#f5b700;
  color:#111111 !important;
  box-shadow:0 20px 45px rgba(245,183,0,.25);
}

.rc-btn-primary:hover{
  background:#ffd451;
  color:#111111 !important;
  transform:translateY(-5px);
}

.rc-btn-secondary{
  background:#111;
  color:#ffffff !important;
  border:1px solid rgba(255,255,255,.18);
}

.rc-btn-secondary:hover{
  border-color:#f5b700;
  color:#ffffff !important;
  transform:translateY(-5px);
}

/* Visual */

.rc-hero-visual{
  position:relative;
  min-height:620px;
}

.rc-browser{
  overflow:hidden;
  border-radius:22px;
  background:#111;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 40px 90px rgba(0,0,0,.48);
}

.rc-browser-bar{
  height:46px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 16px;
  background:#222;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.rc-browser-bar span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#f5b700;
  opacity:.85;
}

.rc-browser-bar p{
  flex:1;
  margin:0 0 0 12px;
  padding:7px 16px;
  border-radius:50px;
  background:#111;
  color:rgba(255,255,255,.55);
  font-size:12px;
  text-align:center;
}

.rc-browser img{
  width:100%;
  display:block;
}

.rc-main-browser{
  width:100%;
  position:relative;
  z-index:2;
}

.rc-small-browser{
  width:58%;
  position:absolute;
  right:0;
  bottom:0;
  z-index:3;
  transform:translateY(35px);
   transform:translatex(35px);
  border-color:rgba(245,183,0,.45);
}

/* Tablet */

@media(max-width:1050px){
  .rc-hero-wrap{
    grid-template-columns:1fr;
    gap:60px;
  }

  .rc-hero-visual{
    min-height:auto;
  }

  .rc-small-browser{
    position:relative;
    width:75%;
    margin-left:auto;
    margin-top:-40px;
    transform:none;
  }
}

/* Mobile */

@media(max-width:768px){
  .rc-hero-new{
    padding:90px 18px;
  }

  .rc-hero-content h1{
    font-size:42px;
    letter-spacing:-1px;
  }

  .rc-hero-content p{
    font-size:16px;
  }

  .rc-results-grid{
    grid-template-columns:1fr;
  }

  .rc-hero-buttons{
    flex-direction:column;
  }

  .rc-btn-primary,
  .rc-btn-secondary{
    width:100%;
    min-width:unset;
  }

  .rc-small-browser{
    width:100%;
    margin-top:22px;
  }
}

@media(max-width:480px){
  .rc-hero-content h1{
    font-size:34px;
  }

  .rc-label{
    font-size:11px;
  }

  .rc-results-grid strong{
    font-size:21px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-66413ce *//* ==========================================================
   RIDGEWAY COLLEGE CASE STUDY
   SECTION 2 - THE CHALLENGE
========================================================== */

.rc-challenge{

    position:relative;

    overflow:hidden;

    padding:120px 20px;

    background:
    radial-gradient(circle at top right,rgba(245,183,0,.08),transparent 35%),
    linear-gradient(180deg,#0b0b0b 0%,#131313 100%);

    color:#ffffff;

}

.rc-challenge *{

    box-sizing:border-box;

}

.rc-challenge-container{

    max-width:1300px;

    margin:auto;

}

/*==================================
Heading
==================================*/

.rc-challenge-header{

    max-width:900px;

    margin:0 auto 80px;

    text-align:center;

}

.rc-section-tag{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:12px 22px;

    margin-bottom:22px;

    border-radius:100px;

    background:rgba(245,183,0,.08);

    border:1px solid rgba(245,183,0,.35);

    color:#f5b700;

    font-size:13px;

    font-weight:800;

    letter-spacing:1.5px;

    text-transform:uppercase;

}

.rc-challenge-header h2{

    margin:0 0 24px;

    color:#ffffff;

    font-size:clamp(42px,5vw,68px);

    font-weight:900;

    line-height:1.05;

    letter-spacing:-2px;

}

.rc-challenge-header p{

    margin:0;

    color:rgba(255,255,255,.74);

    font-size:18px;

    line-height:1.9;

}

/*==================================
Layout
==================================*/

.rc-challenge-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

/*==================================
Content
==================================*/

.rc-challenge-content h3{

    margin:0 0 24px;

    color:#ffffff;

    font-size:38px;

    font-weight:900;

    line-height:1.1;

}

.rc-challenge-content p{

    margin:0 0 35px;

    color:rgba(255,255,255,.74);

    font-size:17px;

    line-height:1.9;

}

.rc-challenge-content ul{

    list-style:none;

    padding:0;

    margin:0;

}

.rc-challenge-content li{

    position:relative;

    padding:18px 0 18px 36px;

    border-bottom:1px solid rgba(255,255,255,.08);

    color:rgba(255,255,255,.84);

    font-size:16px;

    line-height:1.6;

}

.rc-challenge-content li:last-child{

    border-bottom:none;

}

.rc-challenge-content li::before{

    content:"✓";

    position:absolute;

    left:0;

    top:18px;

    width:22px;

    height:22px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#f5b700;

    color:#111111;

    font-size:12px;

    font-weight:900;

}

/*==================================
Image
==================================*/

.rc-challenge-image{

    position:relative;

}

.rc-challenge-image img{

    display:block;

    width:100%;

    border-radius:26px;

    border:1px solid rgba(255,255,255,.10);

    box-shadow:0 35px 90px rgba(0,0,0,.45);

    transition:.4s ease;

}

.rc-challenge-image:hover img{

    transform:translateY(-8px);

    box-shadow:0 45px 110px rgba(0,0,0,.60);

}

.rc-image-badge{

    position:absolute;

    left:30px;

    bottom:-30px;

    padding:16px 24px;

    border-radius:14px;

    background:rgba(17,17,17,.92);

    border:1px solid rgba(245,183,0,.35);

    color:#f5b700;

    font-size:14px;

    font-weight:800;

    letter-spacing:.5px;

    backdrop-filter:blur(10px);

}

/*==================================
Tablet
==================================*/

@media(max-width:1024px){

.rc-challenge{

padding:95px 20px;

}

.rc-challenge-grid{

grid-template-columns:1fr;

gap:50px;

}

.rc-challenge-header{

margin-bottom:60px;

}

.rc-challenge-content{

order:2;

}

.rc-challenge-image{

order:1;

}

}

/*==================================
Mobile
==================================*/

@media(max-width:760px){

.rc-challenge{

padding:80px 18px;

}

.rc-challenge-header h2{

font-size:38px;

letter-spacing:-1px;

}

.rc-challenge-header p{

font-size:16px;

}

.rc-challenge-content h3{

font-size:30px;

}

.rc-challenge-content p{

font-size:16px;

}

.rc-challenge-content li{

font-size:15px;

padding:16px 0 16px 34px;

}

.rc-image-badge{

left:18px;

right:18px;

bottom:-28px;

text-align:center;

padding:14px 18px;

}

}

/*==================================
Small Mobile
==================================*/

@media(max-width:480px){

.rc-challenge-header h2{

font-size:32px;

}

.rc-section-tag{

font-size:11px;

}

.rc-challenge-content h3{

font-size:26px;

}

.rc-image-badge{

font-size:13px;
left:18px;

right:18px;

bottom:-30px;

text-align:center;

padding:4px 18px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-84ece10 *//*=========================================================
OUR STRATEGY
Premium Agency Version
=========================================================*/

.rc-strategy{

    position:relative;

    overflow:hidden;

    padding:160px 20px;

    background:
    radial-gradient(circle at top left,rgba(245,183,0,.08),transparent 35%),
    radial-gradient(circle at bottom right,rgba(245,183,0,.06),transparent 40%),
    linear-gradient(180deg,#060606 0%,#111111 100%);

}

.rc-strategy *{

    box-sizing:border-box;

}

.rc-strategy-wrap{

    max-width:1400px;

    margin:auto;

}

/*=========================
Heading
=========================*/

.rc-strategy-heading{

    max-width:900px;

    margin:0 auto 110px;

    text-align:center;

}

.rc-strategy-heading h2{

    margin:28px 0;

    color:#fff;

    font-size:clamp(48px,6vw,78px);

    line-height:1;

    font-weight:900;

    letter-spacing:-2px;

}

.rc-strategy-heading p{

    color:rgba(255,255,255,.72);

    font-size:20px;

    line-height:2;

}

/*=========================
GRID
=========================*/

.rc-strategy-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:45px;

}

/*=========================
CARD
=========================*/

.rc-strategy-card{

    position:relative;

    overflow:hidden;

    padding:60px;

    border-radius:34px;

    background:
    linear-gradient(
    180deg,
    rgba(255,255,255,.07),
    rgba(255,255,255,.03)
    );

    border:1px solid rgba(255,255,255,.08);

    transition:.45s;

    min-height:420px;

    display:flex;

    flex-direction:column;

    justify-content:flex-start;

}

.rc-strategy-card:hover{

    transform:translateY(-12px);

    border-color:#f5b700;

    box-shadow:

    0 45px 90px rgba(0,0,0,.45),

    0 0 50px rgba(245,183,0,.08);

}

/*=========================
Huge Number
=========================*/

.rc-bg-number{

    position:absolute;

    right:25px;

    top:15px;

    font-size:150px;

    line-height:1;

    font-weight:900;

    color:#fff;

    opacity:.04;

    user-select:none;

}

/*=========================
ICON
=========================*/

.rc-icon{

    width:78px;

    height:78px;

    border-radius:22px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:35px;

    background:rgba(245,183,0,.10);

    border:1px solid rgba(245,183,0,.30);

}

.rc-icon i{

    color:#f5b700;

    font-size:32px;

}

/*=========================
TITLE
=========================*/

.rc-strategy-card h3{

    margin:0 0 20px;

    color:#fff;

    font-size:34px;

    line-height:1.15;

    font-weight:900;

}

/*=========================
TEXT
=========================*/

.rc-strategy-card p{

    margin:0;

    color:rgba(255,255,255,.74);

    font-size:17px;

    line-height:2;

}

/*=========================
Gold Accent
=========================*/

.rc-strategy-card:before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:6px;

    height:100%;

    background:#f5b700;

    opacity:0;

    transition:.4s;

}

.rc-strategy-card:hover:before{

    opacity:1;

}

/*=========================
Tablet
=========================*/

@media(max-width:1100px){

.rc-strategy{

padding:120px 20px;

}

.rc-strategy-grid{

grid-template-columns:1fr;

gap:35px;

}

.rc-strategy-card{

min-height:auto;

}

}

/*=========================
Mobile
=========================*/

@media(max-width:768px){

.rc-strategy{

padding:90px 18px;

}

.rc-strategy-heading{

margin-bottom:60px;

}

.rc-strategy-heading h2{

font-size:42px;

letter-spacing:-1px;

}

.rc-strategy-heading p{

font-size:16px;

line-height:1.9;

}

.rc-strategy-card{

padding:35px;

}

.rc-bg-number{

font-size:90px;

}

.rc-icon{

width:64px;

height:64px;

margin-bottom:25px;

}

.rc-icon i{

font-size:26px;

}

.rc-strategy-card h3{

font-size:28px;

}

.rc-strategy-card p{

font-size:15px;

line-height:1.8;

}

}

/*=========================
Small Mobile
=========================*/

@media(max-width:480px){

.rc-strategy-heading h2{

font-size:34px;

}

.rc-strategy-card{

padding:28px;

}

.rc-bg-number{

font-size:70px;

}

.rc-strategy-card h3{

font-size:24px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8265c57 *//*=========================================================
THE RESULTS
Premium Agency Style
=========================================================*/

.rc-results{

    position:relative;

    overflow:hidden;

    padding:160px 20px;

    background:
    radial-gradient(circle at top right,rgba(245,183,0,.08),transparent 35%),
    radial-gradient(circle at bottom left,rgba(245,183,0,.05),transparent 40%),
    linear-gradient(180deg,#0b0b0b,#050505);

    color:#ffffff;

}

.rc-results *{

    box-sizing:border-box;

}

.rc-results-container{

    max-width:1400px;

    margin:auto;

}

/*=========================
Heading
=========================*/

.rc-results-header{

    text-align:center;

    max-width:900px;

    margin:0 auto 100px;

}

.rc-results-header h2{

    margin:28px 0;

    font-size:clamp(50px,6vw,82px);

    line-height:1;

    letter-spacing:-2px;

    font-weight:900;

    color:#fff;

}

.rc-results-header p{

    color:rgba(255,255,255,.72);

    font-size:20px;

    line-height:2;

}

/*=========================
Stats
=========================*/

.rc-stats-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-bottom:120px;

}

.rc-stat-card{

    position:relative;

    overflow:hidden;

    padding:45px;

    border-radius:34px;

    background:

    linear-gradient(

    180deg,

    rgba(255,255,255,.07),

    rgba(255,255,255,.03)

    );

    border:1px solid rgba(255,255,255,.08);

    transition:.45s;

}

.rc-stat-card:hover{

    transform:translateY(-10px);

    border-color:#f5b700;

    box-shadow:

    0 40px 90px rgba(0,0,0,.40),

    0 0 40px rgba(245,183,0,.08);

}

.rc-stat-number{

    margin-bottom:20px;

    color:#f5b700;

    font-size:64px;

    line-height:1;

    font-weight:900;

}

.rc-stat-card h3{

    margin:0 0 18px;

    font-size:28px;

    color:#fff;

}

.rc-stat-card p{

    margin:0;

    color:rgba(255,255,255,.72);

    line-height:1.9;

}

/*=========================
Showcase
=========================*/

.rc-results-showcase{

    display:grid;

    grid-template-columns:1.2fr .8fr;

    gap:70px;

    align-items:center;

}

.rc-results-image{

    overflow:hidden;

    border-radius:28px;

    border:1px solid rgba(255,255,255,.10);

    box-shadow:0 45px 100px rgba(0,0,0,.40);

}

.rc-results-image img{

    display:block;

    width:100%;

    transition:.45s;

}

.rc-results-image:hover img{

    transform:scale(1.05);

}

.rc-results-text h3{

    margin:0 0 25px;

    font-size:42px;

    line-height:1.1;

    color:#fff;

}

.rc-results-text p{

    margin-bottom:24px;

    color:rgba(255,255,255,.74);

    line-height:2;

    font-size:17px;

}

.rc-results-text blockquote{

    margin:40px 0 0;

    padding-left:28px;

    border-left:4px solid #f5b700;

    color:#fff;

    font-size:26px;

    line-height:1.6;

    font-style:italic;

}

/*=========================
Tablet
=========================*/

@media(max-width:1100px){

.rc-results{

padding:120px 20px;

}

.rc-stats-grid{

grid-template-columns:repeat(2,1fr);

}

.rc-results-showcase{

grid-template-columns:1fr;

gap:50px;

}

}

/*=========================
Mobile
=========================*/

@media(max-width:768px){

.rc-results{

padding:90px 18px;

}

.rc-results-header{

margin-bottom:60px;

}

.rc-results-header h2{

font-size:42px;

letter-spacing:-1px;

}

.rc-results-header p{

font-size:16px;

line-height:1.9;

}

.rc-stats-grid{

grid-template-columns:1fr;

gap:22px;

margin-bottom:60px;

}

.rc-stat-card{

padding:30px;

}

.rc-stat-number{

font-size:46px;

}

.rc-stat-card h3{

font-size:24px;

}

.rc-results-text h3{

font-size:32px;

}

.rc-results-text p{

font-size:15px;

}

.rc-results-text blockquote{

font-size:22px;

padding-left:20px;

}

}

/*=========================
Small Mobile
=========================*/

@media(max-width:480px){

.rc-results-header h2{

font-size:34px;

}

.rc-stat-number{

font-size:38px;

}

.rc-results-text h3{

font-size:28px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-51f8e55 *//*=========================================================
EXPLORE MORE PROJECTS
=========================================================*/

.sb-next-project{

    position:relative;

    overflow:hidden;

    padding:140px 20px;

    background:
    radial-gradient(circle at top left,rgba(245,183,0,.10),transparent 35%),
    linear-gradient(180deg,#050505,#101010);

    color:#ffffff;

}

.sb-next-project *{

    box-sizing:border-box;

}

.sb-next-wrap{

    max-width:1350px;

    margin:auto;

    text-align:center;

}

/*==============================
Heading
==============================*/

.sb-next-tag{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:12px 22px;

    margin-bottom:24px;

    border-radius:100px;

    background:rgba(245,183,0,.08);

    border:1px solid rgba(245,183,0,.35);

    color:#f5b700;

    font-size:13px;

    font-weight:800;

    letter-spacing:1.5px;

    text-transform:uppercase;

}

.sb-next-wrap h2{

    margin:0 auto 25px;

    max-width:850px;

    font-size:clamp(48px,6vw,76px);

    line-height:1;

    letter-spacing:-2px;

    font-weight:900;

    color:#ffffff;

}

.sb-next-wrap p{

    max-width:850px;

    margin:0 auto 55px;

    color:rgba(255,255,255,.74);

    font-size:18px;

    line-height:2;

}

/*==============================
Buttons
==============================*/

.sb-next-buttons{

    display:flex;

    justify-content:center;

    gap:18px;

    margin-bottom:80px;

    flex-wrap:wrap;

}

.sb-next-primary,
.sb-next-secondary{

    display:inline-flex;

    justify-content:center;

    align-items:center;

    min-width:230px;

    height:60px;

    padding:0 36px;

    border-radius:100px;

    text-decoration:none;

    font-weight:800;

    transition:.35s;

}

.sb-next-primary{

    background:#f5b700;

    color:#111111 !important;

    box-shadow:0 20px 40px rgba(245,183,0,.25);

}

.sb-next-primary:hover{

    background:#ffd451;

    color:#111111 !important;

    transform:translateY(-5px);

}

.sb-next-secondary{

    background:#111111;

    color:#ffffff !important;

    border:1px solid rgba(255,255,255,.15);

}

.sb-next-secondary:hover{

    transform:translateY(-5px);

    border-color:#f5b700;

}

/*==============================
Project Cards
==============================*/

.sb-next-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:32px;

}

.sb-next-card{

    display:block;

    overflow:hidden;

    text-decoration:none;

    border-radius:28px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    transition:.4s;

    box-shadow:0 30px 80px rgba(0,0,0,.35);

}

.sb-next-card:hover{

    transform:translateY(-10px);

    border-color:#f5b700;

    box-shadow:
    0 45px 100px rgba(0,0,0,.50),
    0 0 40px rgba(245,183,0,.08);

}

.sb-next-card img{

    display:block;

    width:100%;

    height:250px;

    object-fit:cover;

    object-position:top;

    transition:.45s;

}

.sb-next-card:hover img{

    transform:scale(1.05);

}

.sb-next-card div{

    padding:28px;

    text-align:left;

}

.sb-next-card span{

    display:block;

    margin-bottom:10px;

    color:#f5b700;

    font-size:12px;

    font-weight:800;

    letter-spacing:1.4px;

    text-transform:uppercase;

}

.sb-next-card h3{

    margin:0;

    color:#ffffff;

    font-size:28px;

    line-height:1.2;

    font-weight:900;

}

/*==============================
Tablet
==============================*/

@media(max-width:1100px){

.sb-next-project{

padding:110px 20px;

}

.sb-next-grid{

grid-template-columns:1fr;

gap:28px;

}

}

/*==============================
Mobile
==============================*/

@media(max-width:768px){

.sb-next-project{

padding:90px 18px;

}

.sb-next-wrap h2{

font-size:40px;

letter-spacing:-1px;

}

.sb-next-wrap p{

font-size:16px;

margin-bottom:40px;

}

.sb-next-buttons{

flex-direction:column;

align-items:center;

margin-bottom:50px;

}

.sb-next-primary,
.sb-next-secondary{

width:100%;

max-width:340px;

}

.sb-next-card img{

height:220px;

}

.sb-next-card h3{

font-size:24px;

}

}

/*==============================
Small Mobile
==============================*/

@media(max-width:480px){

.sb-next-wrap h2{

font-size:32px;

}

.sb-next-card div{

padding:22px;

}

.sb-next-card h3{

font-size:22px;

}

}/* End custom CSS */