.resources-cards {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .resources-cards {
    margin-top: 24px;
  }
}
.resources-cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0.625rem 1.4rem rgba(53, 72, 88, 0.07);
  box-shadow: 0 0.625rem 1.4rem rgba(53, 72, 88, 0.07);
  background-color: white;
  border-radius: 0;
  border: none;
}
@media (max-width: 768px) {
  .resources-cards .card {
    margin-top: 40px;
  }
}
.resources-cards .card .image {
  position: relative;
  font-size: 0;
  height: 11.5625rem;
}
.resources-cards .card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.resources-cards .card .content {
  margin-top: -14px;
  padding: 0 23px;
  min-height: 328px;
  height: auto;
}
.resources-cards .card .content .tag {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.42;
  background-color: #001325;
  color: #ffffff;
  padding: 0.25rem;
  z-index: 1;
  position: absolute;
}
.resources-cards .card .content .small {
  margin-top: 40px;
  font-weight: 500;
  font-style: normal;
  font-size: 10px;
  color: #5C6F83;
  line-height: 1.6;
  letter-spacing: 1.17px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.resources-cards .card .content .title {
  margin-top: 0;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #001325;
  line-height: 1.33;
  text-decoration: none;
  min-height: 64px;
  height: auto;
  display: block;
}
.resources-cards .card .content .title:hover {
  color: #24618e;
}
.resources-cards .card .content .description {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #354858;
  line-height: 1.5;
  margin-bottom: 1.5625rem;
  margin-top: 0.9375rem;
  max-height: 120px;
  overflow: hidden;
}
.resources-cards .card .content .view-btn {
  margin-bottom: 2rem;
  clear: both;
  display: inline-block;
}
.view-all-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
  color: #9eaab6;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.view-all-btn:before {
  content: ">>";
  font-size: 18px;
  margin-right: 6px;
  letter-spacing: -4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.view-all-btn:hover {
  color: #24618e;
  text-decoration: none;
}
.view-all-btn:hover:before {
  margin-right: 8px;
  letter-spacing: 0px;
}

.faq-width{
  width: 75%;
  margin: auto
}

.faq-question{
   font-weight: bold
}

.faq-answer{
  margin-left: 38px;
  line-height: 1.5rem;
}

.client-logos{
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.client-logos img{
    width: calc(16.66% - 20px);
    height: 100px;
    margin: 10px;
    object-fit: contain;
}
.tab-images .image-class{
    width: 100%;
        transform: perspective(1000px) rotateY(-15deg) translateY(-42px) rotateX(11deg) scale(1.1);
}
.main-tabs.card-2{
    pointer-events: unset;
}

.h2-boarding{
    font-weight: 650;
    font-size: 27px;
    line-height: 1.2;
    margin-bottom: 26px;
}
.sub-heading-board{
    font-weight: bolder !important;
    font-size: 13px;
}

.description-board{
    font-size: 13px;
    line-height: 1rem;
    font-weight: 200;
    color: #000a47;
    text-align: left;
    margin-bottom: 6px;
}

.p-textcard-margin-bottom{
      margin-bottom: 0px  !important;
}

.resource-heading{
    margin-bottom: 30px;
    color: blue;
    font-weight: 640;
}

.resourc-card-heading{

    font-size: 21px !important;

}

.blue-sq{
   color: #259cd7 !important;
}