.resourceSection{
    position: relative;
}
.resourceSection::before{
    content: "";
    position: absolute;
    width: 480.17px;
    height: 507.22px;
    left: -161.11px;
    top: -49.79px;
    background: linear-gradient(130.43deg, #FF5C00 -1.47%, #FF9900 93.13%);
    opacity: 0.16;
    filter: blur(175px);
}
.resourceSection::after{
    position: absolute;
    content: "";
    width: 250px;
    height: 250px;
    top: 135px;
    left: 0;
    background-size: auto;
    z-index: -1;
    background-image: url(../images/HAND-BULB.png);
    background-repeat: no-repeat;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.resourcePage .searchbar input{
    width: 270px;
}
.resourcePage .headingWrap {
    margin-bottom: 40px;
}
.resourcePage .headingWrap h1{
    font-style: normal;
    font-weight: 800;
    font-size: 38px;
    line-height: 52px;
    background: linear-gradient(90deg, #FF7A00 0%, #FF00C7 49.48%, #5200FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.resourcePage .cardWrapper {
    gap: 20px;
    flex-wrap: wrap;
}
.resourcePage .cardWrapper .card{
    max-width: 100%;
    overflow: hidden;
    width: 425px;
    border-radius: 23px;
    padding: 30px 18px;
    height: auto;
}
.resourcePage .cardWrapper .card:nth-child(1){
    background: linear-gradient(113.29deg, #FFF1D0 0%, rgba(255, 222, 149, 0.39) 100%);
}
.resourcePage .cardWrapper .card:nth-child(2){
    background: linear-gradient(95.29deg, #FFD1DC 0%, #FFEAEF 100%);
}
.resourcePage .cardWrapper .card:nth-child(3){
    background: linear-gradient(97.84deg, #CCFBFF 0%, #F2FEFF 100%);
}
.resourcePage .cardWrapper .card img{
    max-width: 120px;
    transition: all 1s ease-out;
}
.resourcePage .cardWrapper .card .description h6{
    font-style: normal;
    font-weight: 800;
    font-size: 23.7222px;
    line-height: 32px;
    margin-bottom: 11px;
}
.resourcePage .cardWrapper .card .description p{
    font-style: normal;
    font-weight: 700;
    font-size: 14.1805px;
    text-align: left;
    line-height: 138.8%;
    max-width: 93%;
/* or 20px */
}
.resourcePage .cardWrapper .card:nth-child(1) .description h6,
.resourcePage .cardWrapper .card:nth-child(1) .description p{
    color: #FF7A00;
}
.resourcePage .cardWrapper .card:nth-child(2) .description h6,
.resourcePage .cardWrapper .card:nth-child(2) .description p{
    color: #FF3F25;
}
.resourcePage .cardWrapper .card:nth-child(3) .description h6,
.resourcePage .cardWrapper .card:nth-child(3) .description p{
    color:#00B9C6;
}
.resourcePage .cardWrapper .card:hover img{
    transform: scale(1.3) rotate(20deg);
}
.freeResources {
    position: relative;
    padding: 60px 0;
}
.freeResources:after{
    content: "";
    position: absolute;
    width: 480.17px;
    height: 507.22px;
    right: -50px;
    top: -50px;
    background: linear-gradient(130.43deg, #00FFD1 -1.47%, #00B2FF 93.13%);
    opacity: 0.16;
    filter: blur(175px);
    z-index: -1;
}
.freeResources .heading-wrapper span img,
.brochures .heading-wrapper span img, 
.featured-blogs .heading-wrapper span img{
    max-width: 80px;
    margin-right: 19px;
}
.freeResources .heading-wrapper h2{
    font-style: normal;
    font-weight: 800;
    font-size: 38px;
    line-height: 52px;
    width: max-content;
    background: linear-gradient(90deg, #FF7A00 0%, #FF3D00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0;
}
.featured-blogs{
    position: relative;
}
.featured-blogs::before{
    content:"";
    position: absolute;
    width: 614px;
    height: 607px;
    left: -90px;
    top: 0;
    background: linear-gradient(140.81deg, #FF2929 8%, #FF29DD 57.07%, #1B3FFF 101.59%);
    opacity: 0.2;
    filter: blur(175px);
    z-index: -1;
}
.featured-blogs .heading-wrapper h2{
    font-style: normal;
    font-weight: 800;
    font-size: 38px;
    line-height: 52px;
    color: #FF3F25;
    margin: 0;

}
.brochures .heading-wrapper h2{
    font-style: normal;
    font-weight: 800;
    font-size: 38px;
    line-height: 52px;
    color: #00B9C6;
    margin: 0;
}
.freeResources .heading-wrapper .link,
.featured-blogs .heading-wrapper .link ,
.brochures .heading-wrapper .link {
    border-radius: 8px;
    padding: 8px;
    background-color: #fff;
}
.freeResources .heading-wrapper .link a{
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    background: linear-gradient(90deg, #FF7A00 0%, #FF3D00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

}
.featured-blogs .heading-wrapper .link a{
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    color: #FF3F25;
    background: #fff;
    text-decoration: none;
}
.brochures .heading-wrapper .link a{
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    color:  #00B9C6;;
    background: #fff;
    text-decoration: none;
}
.freeResources .card-wrapper{
    margin-top: 50px;
    row-gap: 20px;
}
.card-wrapper .card.common-card{
    padding: 0;
    border-radius: 16px;
    box-shadow: none;
    max-width: 100%;
}
.card-wrapper .card.common-card .img-container{
    overflow: hidden;
    border-radius: 16px;
    max-height: 175px;
}
.card-wrapper .card.common-card .img-container img{
    width: 100%;
    border-radius: 16px;
    transition: all 0.5s ease-out;
}
.card-wrapper .card.card.common-card .desc-container{
    padding: 24px 20px;
}
 .card-wrapper .card.common-card .desc-container h3{
    font-style: normal;
    font-weight: 700;
    font-size: 20.1676px;
    width: max-content;
    line-height: 150%;
    background: linear-gradient(90.6deg, #FF8B37 13.03%, #FFA500 99.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 8px;
}
.blog-detailpage .card.common-card .desc-container h3,
.latestBlog .card.common-card .desc-container h3{
  background: linear-gradient(90.6deg, #FF3F25 13.03%, #FFA500 99.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.card-wrapper .card.common-card .desc-container p{
    font-style: normal;
    font-weight: 500;
    font-size: 14.1174px;
    line-height: 23px;
    color: #252525;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.card-wrapper .card.common-card .desc-container .tags{
    gap: 6px;
    margin-bottom: 1rem;
}
.card-wrapper .card.common-card .desc-container .tags span{
    font-style: normal;
    font-weight: 600;
    font-size: 10.0838px;
    line-height: 100%;
    color: #01264B;
    opacity: 0.8;
    background: rgba(242, 245, 249, 0.75);
    mix-blend-mode: normal;
    border-radius: 6.05029px;
    padding: 6px 12px;
}
 .card-wrapper .card.common-card .desc-container .btnwrap{
    margin-top: 20px;
    gap: 20px;
}
.freeResources .card-wrapper .card .desc-container .btnwrap a{
    text-decoration: none;
}
.freeResources .card-wrapper .card .desc-container .btnwrap a:first-child{
    background: linear-gradient(180deg, rgba(255, 140, 56, 0.8) 0%, rgba(255, 165, 2, 0.8) 100%);
    border-radius: 16px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */
    text-align: center;
    letter-spacing: -0.011em;
    padding: 5px 16px;
    color: #FFFFFF;
}
.freeResources .card-wrapper .card .desc-container .btnwrap a:nth-child(2){
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #FFA35F;
}
.freeResources .card-wrapper .card:hover .img-container img{
    transform: scale(1.08);
}
.freeResources .card-wrapper .card:hover{
    box-shadow: 0px 4px 60px rgba(255, 107, 0, 0.15);
}
.featured-blogs{
    position: relative;
    padding: 50px 0;
}
.featured-blogs .swiper-container > .swiper-slide__content {
    position:absolute;
    top:0;
  }
  
  .featured-blogs .swiper-container {
    position: relative;
    height: 300px;
  }
  
  .featured-blogs  .swiper-container > .swiper-slide__content {
    position: absolute;
    top: 0;
  }
  
  .featured-blogs  .swiper-slide {
    height: 300px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: all 200ms linear;
    transform: scale(0.8);
    border-radius: 16px;
  }
  .featured-blogs  .swiper-slide .wrapper{
    position: relative;
  }
  .featured-blogs .swiper-slide.swiper-slide-active {
    transform: scale(1);
    min-width: 460px;
  }
  .featured-blogs .swiper-slide.swiper-slide-prev, 
  .featured-blogs .swiper-slide.swiper-slide-next{
    transform: scale(0.9);
  }
  .featured-blogs .swiper-slide__content {
    height: 300px;
  }
  .featured-blogs .swiper-slide img {
    display: block;
    width: 100%;
    border-radius: 16px;
    transition: all 0.4s ease-out;
  } 
  .featured-blogs .swiper-slide .img-container{
        overflow: hidden;
        border-radius: 16px;
  }
  .featured-blogs .swiper-slide:hover img{
        transform: scale(1.06);
  }
  .swiper-button-prev.featured-btn{
    left: 10px;
    right: auto;
  }
  .swiper-button-next.featured-btn{
    right: 0px;
    left: auto;
}
.featured-btn{
    color: #FF8A00;
    background-color: #fff;
    border-radius: 100%;
    height: 32px;
    width: 32px;
}
.featured-blogs .trendingPagination{
    bottom: -50px;
}
.featured-blogs .description{
    position: absolute;
    bottom: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(180deg, rgba(70, 70, 70, 0) 0%, rgba(21, 21, 21, 0.920139) 78.99%);
    height: 140px;
    border-radius: 16px;
}
.featured-blogs .description h6{
    font-weight: 800;
    font-size: 24px;
    line-height: 33px;
    color: #FFFFFF;
    text-shadow: 0px 0px 4.19293px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.featured-blogs .description p{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    text-shadow: 0px 0px 4.19293px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
  .community{
    padding: 100px 0;
  }
  .community .wrapper{
    background: linear-gradient(93.33deg, #FFA048 -0.99%, #FFC960 100%);
    border-radius: 24px;
    padding: 57px 30px;
    position: relative;
  }
  .community .wrapper .form-control{
    height: 52px;
    border-radius: 8px;
  }
  .community .wrapper .description{

  }
  .community .wrapper .description span{
    font-weight: 900;
    font-size: 1rem;
    line-height: 132%;
    text-transform: capitalize;
    color: #FFFFFF;
  }
  .community .wrapper .description h2{
    font-weight: 700;
    font-size: 2rem;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
  }
  .community .wrapper .submit-btn{
    background: linear-gradient(180deg, #004686 0%, #002E57 100%);
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 22px;
    color: #FFFFFF;
    padding: 13px 34px;
    margin-top: 2.375rem;
    /* display: block;
    max-width: 120px; */
  }
  .community .wrapper .particles img{
    max-width: 150px;
  }
  .community .wrapper .particle-wrapper .particles{
    position: absolute;
  }
  .community .wrapper .particle-wrapper .particles:first-child{
    top: 0px;
    left: 23%;
  }
  .community .wrapper .particle-wrapper .particles:nth-child(2){
    top: -87px;
    right: -33px;
  }
  .community .wrapper .particle-wrapper .particles:nth-child(3){
    bottom: 0;
  }
  .community .wrapper .particle-wrapper .particles:nth-child(4){
    bottom: 0;
    right: 35%;
  }
  .community .wrapper .particle-wrapper .particles:nth-child(5){
    bottom: 0;
    right: 0;
  }
  .brochures{
    padding:  0;
    padding-bottom: 155px;
    position: relative;
  }
  .brochures::after{
    content: "";
    position: absolute;
    width: 590.49px;
    z-index: -1;
    height: 623.76px;
    right: -50px;
    bottom: -20px;
    background: linear-gradient(130.43deg, #0038FF -1.47%, #2400FF 93.13%);
    opacity: 0.16;
    filter: blur(175px);
  }

.scrollable-section {
    opacity: 0.18;
    color: white;
    text-transform: capitalize;
    overflow-x: hidden;
    width: 100vw;
    height: 200px;
    top: 0;
    position: absolute;
    transform: rotate(270deg) translate(0%, -50%);
    right: 0;
    left: 50%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    height: 100%;
    z-index: -1;

  }
  .scrollable-section div {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%;
    justify-content: end;
    flex-direction: column;
  }
  .scrollable-section div .sliderTxt {
    display: flex;
    flex-shrink: 0;
    height: 50px;
    align-items: center;
    animation: slide-left 40s linear infinite;
  }

  .scrollable-section div .sliderTxt span {
    padding-left: 0.5em;
    font-style: normal;
    font-weight: 900;
    font-size: 30.2538px;
    line-height: 150%;
    letter-spacing: 0.02em;
  }
  @keyframes slide-left {
    0% {
      -webkit-transform: translateX(10%);
      transform: translateX(10%);
    }
    100% {
      -webkit-transform: translateX(-70%);
      transform: translateX(-70%);
    }
    /* 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
      } */
  }
  @keyframes slide-right {
    0% {
      -webkit-transform: translateX(-70%);
      transform: translateX(-70%);
    }
    100% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
    /* 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
      } */
  }
  .sliderTxt.box-1 span:first-child{
    color: #FF0000;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.1px;
    -webkit-text-stroke-color: #FF0000;
  }
  .sliderTxt.box-1 span:nth-child(2){
    color:     #2400FF;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.1px;
    -webkit-text-stroke-color:     #2400FF;
  }
  .sliderTxt.box-1 span:nth-child(3){
    color: #DB00FF;
  }
  .sliderTxt.box-1 span:nth-child(4){
    color: #FF007A;
  }

  .sliderTxt.box-2 span:first-child{
    color: #FF8A00;
  }
  .sliderTxt.box-2 span:nth-child(2){
    color:  #DB00FF;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.1px;
    -webkit-text-stroke-color: #DB00FF;
  }
  .sliderTxt.box-2 span:nth-child(3){
    color:  #2BD1D1;
  }
  .sliderTxt.box-2 span:nth-child(4){
    color: #FF007A;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.1px;
    -webkit-text-stroke-color: #FF007A;
  }

  .sliderTxt.box-3 span:first-child{
    color: #2BD1D1;;
  }
  .sliderTxt.box-3 span:nth-child(2){
    color:   #DB00FF;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.1px;
    -webkit-text-stroke-color: #DB00FF;
  }
  .sliderTxt.box-3 span:nth-child(3){
    color: #FF007A;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.1px;
    -webkit-text-stroke-color: #FF007A;
  }
  .sliderTxt.box-3 span:nth-child(4){
    color:  #FF8A00;
  }
  .brochures .bNewsLetter{
    padding: 0 80px;
    margin-top: 65px;
  }
  .brochures .beforeImg{
    position: absolute;
    left: 10px;
    bottom: 10%;
    max-width: 250px;
    max-height: 250px;
    z-index: 2;
  } 
 .brochures .afterImg{
    position: absolute;
    max-height: 135px;
    max-width: 135px;
    right: 52px;
    top: 12%;
    z-index: 2;
  }
  .redirectionTag{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .viewWrap .freeResources .card-wrapper .card .desc-container .btnwrap a.downloadBtn{
      background: linear-gradient(180deg, rgba(255, 140, 56, 0.8) 0%, rgba(255, 165, 2, 0.8) 100%);
      border-radius: 16px;
      font-style: normal;
      font-weight: 700;
      font-size: 16px;
      line-height: 150%;
      text-align: center;
      letter-spacing: -0.011em;
      padding: 5px 16px;
      -webkit-text-fill-color:#FFFFFF ;
      color: #FFFFFF;
  }
  .card-wrapper .card.common-card .desc-container h3{
    width: 100% !important;
    text-align: left;
  }
  .featured-blogs .featured-btn{
    top: 56%;
  }
  @media (min-width:768px){
    .mobBanner{
      display: none;
    }
  }
  @media (max-width: 1299.9px){}
  .featured-blogs .featured-btn{
    top: 60%;
  }
  @media (max-width: 1199.9px){
    .featured-btn{
      display: none;
    }
  }
  @media (max-width: 991.9px){
    .community{
      padding-top: 60px;
    }
    .card-wrapper .card.common-card .desc-container h3{
      width: 100%;
      text-align: left;
    }
    .brochures .scrollContainer{
      display: flex;
      flex-direction: column;
  }
  .brochures .bNewsLetter .d-flex.gap-4{
    flex-wrap: wrap;
  }
  .brochures .BScrollcolumn {
    overflow-y: visible;
    width: 47%;
    }
    .brochures .bNewsLetter{
      padding: 0 30px;
    }
    .brochures .beforeImg img, .brochures .afterImg img{
        max-width: 150px;
    }
    .resourcePage .cardWrapper .card{
      width: 48%;
    }
  }
  @media (max-width:779px) {
    .whyusscroll{
      display: none;
  }

  .drivesSection h1{
    font-size: 24px;
line-height: 150%;
  }
  }
  @media (max-width: 767px ){
    .community.community_mob{
      padding-top: 0;
    }
    .resourcePage .cardWrapper .card{
      width: 90%;
      margin: auto;
    }
    .tab-wrapper ul li:first-child .maintab img{
      max-width: 45px;
    }
    .blogSwiperDesk{
        display: none;
    }
    .mobBanner .grid-container {
      display: grid;
      grid-template-columns: 1fr 1fr; /* Two columns */
      grid-gap: 10px; /* Gap between items */
      margin-top: 40px;
    }
    
    .mobBanner .grid-item {
      padding: 0;
    }
    .mobBanner .img-container{
      position: relative;
    }
    .mobBanner .img-container img{
      border-radius: 13px;
    }
    .mobBanner .description{
      position: absolute;
      width: 100%;
      height: 65px;
      left: 0;
      bottom: 0;
      background: linear-gradient(180deg, rgba(70, 70, 70, 0) 0%, rgba(21, 21, 21, 0.920139) 78.99%);
      display: flex;
      flex-direction: column;
      justify-content: end;
      padding: 8px;
      color: #fff;
      border-radius: 0 0 16px 16px;
  }
  .mobBanner .description h3{
    font-size: 14px;
  }
    .freeResources .card-wrapper .card {
      box-shadow: 0px 4px 60px rgba(255, 107, 0, 0.15);
  }

    .swiper-button-next.featured-btn{
      right: -6px;
      top: 180px;
    }
    .swiper-button-prev.featured-btn {
      left: -11px;
      top: 180px;
      right: auto;
  }
    .featured-blogs .swiper-slide.swiper-slide-active{
      min-width: auto;
      transform: scale(1);
    }
    .featured-blogs .swiper-slide.swiper-slide-prev, .featured-blogs .swiper-slide.swiper-slide-next{
      transform: scale(0);
    }
    .brochures .bNewsLetter .d-flex.gap-4{
      flex-wrap: nowrap;
    }
    
    .brochures .afterImg , .brochures .beforeImg{
      display: none;
    }
    .card-wrapper .card.common-card .desc-container h3{
      font-size: 18px;
    }
    .freeResources .heading-wrapper span img, .brochures .heading-wrapper span img, .featured-blogs .heading-wrapper span img{
      max-width: 45px;
    }
    .beforeImg img{
      max-width: 140px;
    }
    .wrapperMob{
      border-radius: 16px;
      background: #FFF;
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
      border: 2px solid #FF7A00;
      padding: 16px;
      gap: 16px;
      align-items: center;

    }
    .wrapperMob .submit-btn{
      background: linear-gradient(180deg, #004686 0%, #002E57 100%);
    border-radius: 8px;
    padding: 12px 16px;
    font-style: normal;
    margin-top: 20px;
    color: #FFF;
    font-size: 12px;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    }
    .wrapperMob img{
      max-width: 90px;
    }
    .wrapperMob .right h2{
      font-size: 16px;
      font-style: normal;
      font-weight: 900;
      line-height: 150%;

    width: max-content;
    background: linear-gradient(90deg, #FF5D5D 0%, #C04CAD 60%,#1857D1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 25px;
    }
    .wrapperMob .right  p{
      color: #2B2A29;
      font-size: 12px;
      font-family: Nunito Sans;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
    }
    .wrapperMob .right{
      flex: 1;
    }
    .freeResources .heading-wrapper h2{
      font-size: 28px;
    }
    .resourceSection::after{
      display: none;
    }
    .resourceSection .scrollable-section{
        display: none;
    }
    .featured-blogs .heading-wrapper h2,.brochures .heading-wrapper h2{
      font-size: 25px;
      line-height: 25px;
    }
  }
  @media (max-width: 575px){
    .wrapperMob img{
      max-width: 70px;
    }
    .resourcePage .cardWrapper .card{
      width: 100%;
    }
    .mobBanner .mainDiv .description h3{
      font-size: 16px;
      margin-bottom: 15px;
    }
    .mobBanner .description h3{
      font-size: 12px;
      margin: 0;
    }
    .freeResources{
      padding-bottom: 15px;
    }
    .community{
      padding: 0 0 50px 0;
    }
    .card-wrapper .card.card.common-card .desc-container{
      padding: 18px;
    }
    .freeResources .heading-wrapper h2{
      font-size: 22px;
    }
    .resourcePage .cardWrapper .card img{
      max-width: 90px;
    }
    .brochures .brochureBtn{
      padding: 5px 8px;
    }
    .brochures .bNewsLetter{
      padding: 0 20px !important;
    }
  }