 /* Resource Grid Styling */
 .swiper-wrapper {
  padding: 2rem 0;
 }

 .swiper-slide {
   background: white;
   border-radius: 25px;
   height: initial !important;
   margin: 0px 10px;
 }

 .swiper.mySwiperMobile .swiper-slide {
   border-radius: 0;
   margin: 0;
 }

 .swiper.mySwiper {
   width: 100%;
   padding: 100px 200px 100px 0px;
   overflow: hidden;
   padding-bottom: 54px;
 }

 .swiper.mySwiperMobile {
   width: 100%;
   overflow: hidden;
   padding-bottom: 54px;
 }

 .btn.revamp {
   border-radius: 25px;
 }

 .grouping h3 {
   font-size: 28px;
   font-weight: bold;
 }

 .grouping p {
   font-size: 18px;
   max-width: 50%;
   margin-bottom: 10px;
 }

 .grouping {
   width: 85%;
   height: auto;
   display: block;
   margin: auto;
   border-radius: 5px;
   color: #00003c;
 }

 .swiper.mySwiperMobile .grouping a {
    color: white;
    background-color: #00003c;
    border-radius: 25px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
 }

 .swiper.mySwiperMobile .grouping a:hover {
    background-color: orange !important;
    text-decoration: none !important;
    color: white !important;
 }

 .desktop-slide {
   background-repeat: no-repeat !important;
   background-position: 100% 100% !important;
   background-size: 45% !important;
 }

 .swiper.mySwiperMobile .grouping {
   color: white;
 }

 .mfgs-bullet.swiper-pagination-bullet {
   width: 25px;
   height: 25px;
   text-align: center;
   color: #959595;
   opacity: 1;
   background: #00003c;
   border-radius: 50%;
 }

 .swiper-button-next.mfgs,
 .swiper-button-prev.mfgs {
   width: 35px;
   height: 35px;
   text-align: center;
   color: #959595;
   opacity: 1;
   background: #00003c;
   border-radius: 50%;
 }

 .mfgs-bullet.swiper-pagination-bullet.swiper-pagination-bullet-active {
   width: 25px;
   height: 25px;
   text-align: center;
   border: 2px solid #00003c;
   opacity: 1;
   background: white;
   border-radius: 50%;
 }

 .swiper-button-next.mfgs,
 .swiper-button-prev.mfgs {
   top: 50px;
 }

 .swiper-button-next.mfgs {
   right: 20%;
 }

 .swiper-button-prev.mfgs {
   left: 70%;
 }

 .swiper-button-next.mobile,
 .swiper-button-prev.mobile {
   top: unset;
   bottom: 10px;
   color: #00003c;
   z-index: 100;
 }

 .swiper-button-next.mfgs:after {
   color: white;
   font-weight: bold;
   line-height: 20px;
   font-size: 18px;
   padding-left: 5px;
 }

 .swiper-button-prev.mfgs:after {
   color: white;
   font-weight: bold;
   line-height: 20px;
   font-size: 18px;
   padding-right: 5px;
 }


 div.swiper-button-next,
 div.swiper-button-prev {
   top: unset;
 }


 /* All properties preceded by .carousel-grid class tag to avoid spillover
between grids on this page */
 .carousel-img {
   display: block;
   margin: auto;
   border-radius: 1.5px;
 }

 .carousel-img {
   padding: 20px 20px 10px 20px;

 }

 .carousel-grid .carousel-name {
   font-size: 20px;
   margin-top: 10px;
 }

 .carousel-grid .carousel-description {
   font-size: 16px;
   text-align: left;
 }

 @media only screen and (max-width: 700px) {
   .carousel-grid {
     grid-template: repeat(3, auto) / 1fr;
     grid-template-areas:
       "grouping";
   }
 }

 .grouping>div>ul {
   padding-left: 10px;
   padding-bottom: 15px;
 }

 .grouping>div>ul>li::marker {
   color: var(--pink);
 }

 .carousel-image {
   max-width: 222px;
   max-height: 203px;
   margin: auto;
   padding-bottom: 20px;
   display: block;
 }

 @media screen and (max-width: 991px) {
   .swiper-button-next.mfgs {
     right: 15%;
   }
 }

 .swiper.mySwiperMobile {
   display: none;
 }

 @media screen and (max-width: 767px) {
   .swiper.mySwiper {
     display: none;
   }

   .swiper.mySwiperMobile {
     display: block;
   }

   .mobile-img {
     display: flex;
     justify-content: end;
   }
 }

 @media screen and (min-width: 1900px){
  
 .desktop-slide {
   background-size: contain !important;
 }

 }