.text-ff-rnormal {
  font-family:"Noto Sans",sans-serif!important;
}

.iw_stretch {
  min-width: 100% !important;
}

.font-primary-color {
  color: #005EB8;
}

.font-title-section {
  font-size: 40px;
  line-height: 50px;
}

.prelanding-font-description { 
  font-size: 16px;
  line-height: 24px;
}

.button-find-out-more {
  border-radius: 4px;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  margin-top: 5px;
}

.financial-tips-title{
  font-size: 40px;
  line-height: 50px;
  padding: 0px 0px 10px 10px;
}

.financial-card-img {
  border-radius: 10px;
  padding: 0px;
}

.financial-card-title {
  font-size: 20px;
  line-height: 30px;
}

.financial-card-text {
  color: #212121;
  line-height: 24px;
  font-size: 16px;
}

.financial-find-more {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

.video {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 0;
  padding-bottom: 56.25%;
  margin: auto;
  cursor: default !important;
}
.big-image,
.play-pause {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-pause {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.play-pause img {
  max-width: 25%;
  max-height: 25%;
}

@media (max-width: 768px){
  .font-title-section {
    font-size: 32px;
  }
}

.card{
  padding-left: 0px;
}

.prelanding1 .card {
  padding: 13px !important;
}
.prelanding1 .card-body {
  padding: 10px 0px 10px 0px !important;
}
.card-group .items{
  padding: 0px;
  min-width: 780px;
  overflow: visible;
}

.btn-primary {
  padding: 10px 18px 10px 18px;
}

.breadscrum span {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans Bold", sans-serif;
}