.banner_section {
     background-image: url("../images/mern-stack/m_f_s_d_bg.png");
     background-repeat: no-repeat;
     background-size: 100%;
     padding-bottom: 110px;
}

.banner_section small {
     font-size: 14px;
     color: #155DB0;
     font-weight: 400;
}

.banner_section h1 {
     font-weight: 700;
     font-size: 46px;
     line-height: 78px;
     position: relative;
}

.banner_section h1 code {
     text-transform: uppercase;
}

.banner_section h1 b {
     font-weight: 800;
     font-size: 60px;
     text-transform: uppercase;
     color: #1C3EEF;
}

.banner_section h1 img {
     position: absolute;
     top: 30px;
     width: 50px;
     left: 425px;
}

.banner_section ul.features li::before {
     content: "";
     position: absolute;
     background: url("../images/mean-stack/blink.png") no-repeat center !important;
     background-size: 16px;
}

.banner_section .right_side {
     position: relative;
}

.banner_section .right_side img {
     position: unset !important;
     width: 100%;
	 margin-top: 100px;
}

.career_growth {
     background-image: none;
     background-color: #fff;
     margin: 0;
     color: #000;
     text-align: center;
}

.career_growth h6 {
     color: #0E0E0E;
     font-size: 18px;
     font-weight: 800;
}

.career_growth .counter_cards h2 {
     background: var(--New-Gradient, linear-gradient(107deg, #11CF5F 0%, #1C3EEF 100%));
     background-clip: text;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     font-size: 50px;
     font-weight: 700;
}

.career_growth .counter_cards p {
     color: #0E0E0E;
     font-size: 16px;
     font-weight: 600;
     line-height: 34px;
}

.career_growth_head {
     position: relative;
     top: -70px;
}

/* Empty .career_growth inside .career_growth_head (from SCSS) not needed in CSS */


@media screen and (max-width:1200px) {
     .banner_section h1 b {
          font-size: 50px;
     }
}

@media screen and (max-width:1024px) {
     .banner_section h1 b {
          font-size: 45px;
     }

     .banner_section h1 {
          font-size: 40px;
          line-height: 62px;
     }

     .banner_section {
          background-size: cover;
          background-position: right;
     }
}

@media screen and (max-width:992px) {
     .career_growth .counter_cards h2 {
          font-size: 20px;
     }
}

@media screen and (max-width:540px) {
     .career_growth .counter_cards p {
          font-size: 14px;
          line-height: 23px;
     }
}