.recento__left { width: 100%;  margin-bottom: 20px; position: relative;  }
.recento__left>span,ul.topic_list{ max-width:100%;   }
ul.topic_list{ left:0px; right:0px; z-index:1;}
.descriptionArea { margin-bottom: 15px; }
.featuredResources__col {
  border: 1px solid #dadae1;
  border-radius: 18px;
  width: 100%;
  margin: 0px 0px 11px 0px;
}
.featuredResources__col:hover {
  box-shadow: 0 0 10px 0 rgb(79 75 255 / 35%);
}
.racol__text-featured-three .hand-card-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  /* or 133% */
  letter-spacing: -0.25px;
  color: #18174D;
  margin-top: 16px;
  margin-bottom: 16px;
  max-width: 333px;
}
.featuredResources__col .racol__text-featured h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  /* or 133% */ 

  letter-spacing: -0.75px;
  color: #18174D;
  margin-top: 16px;
  margin-bottom: 24px;
}
.featuredResources__col .racol__text-featured p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  /* or 133% */
  letter-spacing: -0.25px;
  /* Typography/Primary */
  color: #18174D;
}

.downloadCTA {
  background: #E2E9F8; 
  border-radius: 12px;
  color: #0C0989;
  padding: 9px 39px;
  margin: auto 0 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  display: inline-flex;
  text-align: center;
  min-height: 48px;
  align-items: center;
  justify-content: center;
}
.downloadCTA:hover {
/*   background: #0C0989; */
/*   color: #FFFFFF; */
}
.racol__text-featured {
  padding: 45px 57px;
}
.racol__text-featured:hover,
.racol__text-featured-three:hover {
  cursor: pointer;
}

.racol__text-featured-three:hover h3,
.racol__text-featured-three:hover p,
.racol__text-featured-three h3:hover,
.racol__text-featured-three p:hover,
.racol__text-featured:hover h3,
.racol__text-featured:hover p,
.racol__text-featured h3:hover,
.racol__text-featured p:hover {
  
}

.racol__text-featured-three:hover .bl_listign__tag a:first-child,
.racol__text-featured:hover .bl_listign__tag a:first-child {
  background: #4F4BFF!important;
}
.racol__text-featured-three:hover .downloadCTA,
.racol__text-featured:hover .downloadCTA {
  background: #F3F7FF;
  color: #0C0989 !important;
}

.racol__text-featured .bl_listign__tag a:first-child:hover,
.racol__text-featured-three  .bl_listign__tag a:first-child:hover {
  background: #4F4BFF!important;
}
.resourcesFeaturedController {
  display: flex;
  margin-top: 88px;
  justify-content: center;
  column-gap: 22px;
}

.racol__text-featured-three {
  padding: 21px 24px;
}
.racol__text-featured-three h3:hover {
}

.racol__img-featured {
  height: 230px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 18px 18px 0px 0;
}

#resourcesFeaturedModule .recent_article__row, 
#resourcesFeaturedModule .threeController {
  width: 50%;
  height: 100%;
}
#resourcesFeaturedModule .recent_article__row {
  margin: 0px;
  height: auto;
  display: flex;
}
/* .threeColWrapper {
  margin: 15px 0px 15px 0px;
} */
.desktop {
  display: block;
} 


#resourcesFeaturedModule .racol__img-featured img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 17px 17px 0 0;
}
#resourcesFeaturedModule .hs-blog-post-listing__post-tag {
  margin-right: 8px;
}
#resourcesFeaturedModule .inner-padding {
  padding: 24px;
}
.resourceSubpageMC_nothing {
  max-width: 587px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px auto;
  text-align: center;
}
.resourceSubpageMC_nothing-img-wrapper {
  margin-bottom: 24px;
}
.inner-padding {
  padding: 150px 20px;
}
.resourceSubpageMC_nothing h5{
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  /* or 117% */
  text-align: center;
  letter-spacing: -1.5px;
  margin-bottom: 24px;
  color: #18174D;
}
.resourceSubpageMC_nothing p{
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.25px;
  color: #18174D;
}
@media (max-width:991px){ 
  .resourcesFeaturedController {
    flex-direction: column;
    align-items: center;
    margin-top: 39px;
    padding:0 17px;
  }
  .descriptionArea { margin-bottom: 24px; }
  #resourcesFeaturedModule .recent_article__row, 
  #resourcesFeaturedModule .threeController {
    width: 100%;
  }
  .featuredResources__col {
    width: auto;
    margin: 0 0 24px 0;
  }
/*   .related_video__main{
    margin-bottom: 0px;
  } */
  .desktop {
    display: none;
  }
  .threeColWrapper .featuredResources__col:last-child {
    margin-bottom: 0;
 }
}
@media (max-width:767px){ 
  .inner-padding {
    padding: 64px 20px;
  }
  .resourceSubpageMC_nothing h5{
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.25px;
  }
  .resourcesFeaturedController {
      margin-top: 39px;
  }
  p.descriptionArea {
    display: none;
  }
#resourcesFeaturedModule .bl_listign__tag a {
  border-radius: 100px!important;
  padding: 4px 12px!important;
  margin: 0px 8px 10px 0;
}
  .racol__text h3{
    padding-bottom:16px;
  }
#resourcesFeaturedModule .bl_listign__tag a:first-child {
  margin-right: 8px;
}