.body{
 overflow-x: hidden;
}
.blog-information-card--wrapper {
  background-color: #202858; /* Background color */
  color: ;
  padding: 2.2rem 4rem 4rem 4rem;
  margin-bottom: 2rem;
  height: 370px; /* Set a constant height (adjust value as needed) */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Ensures content is spread across available height */
}

.blog-information-card--wrapper h6, 
.blog-information-card--wrapper a {
  color: ;
}

.blog-information-card-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media(max-width: 767px) {
  .blog-information-card--wrapper {
    padding: 1rem;
    height: 250px; /* Allow height to be flexible on small screens */
    min-height: 200px; /* Optional: set a minimum height */
  }

  .blog-information-card-bottom {
    flex-direction: column;
  }
}



.termsCndtn{
font-size: 13.1675px !important;
line-height: 21px !important;
 color: #fff; !important;
}

#hs_cos_wrapper_widget_1715772873167 label:not(.hs-error-msg) span{
  margin: 0 !important;
  
}

#hs_form_target_widget_1726253605726 label:not(.hs-error-msg) p.termsCndtn{
 font-size: 13.1675px !important;
line-height: 21px !important;
 color: #fff; !important;
    width: auto !important;
  margin: 0 !important;
}
#hs_form_target_widget_1726253605726 label:not(.hs-error-msg) input{
width: auto !important;
  margin-top: 4px !important;
  
}
#hs_form_target_widget_1726253605726 label:not(.hs-error-msg) p.termsCndtn a{
  color: #262958 !important;
}
