#about-us-hero .container {
  padding: 63px 10px;
}

#about-us-hero .about-us-pill {
    border: 1px solid #26A5FE33;
    background: #26A5FE21;
    height: 38px;
    padding: 0 10px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #26A5FE;
}

#about-us-hero .hero-title {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 65px;
    line-height: 70px;
    color: #26A5FE;
    max-width: 80%;
}

#about-us-hero .hero-title span {
    color: #00ECC1;
}

#about-us-hero .hero-text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    color: #595959;
    max-width: 90%;
}

#about-us-banner p {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #fff;
    max-width: 921px;
    margin: 0 auto;
}

#about-us-banner .block {
    padding: 95px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#about-us-principles .heading {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-bottom: 90px;
}

#about-us-principles .container{
    padding: 66px 10px;
}

#about-us-principles .steps {
    justify-content: center;
    gap: 44px;
    margin: 66px auto;
}

#about-us-principles .steps .step {
    box-shadow: 0px 4px 15px 0px #0000001A;
    background: #FFFFFF;
    width: 342px;
    border-radius: 20px;
    position: relative;
}

#about-us-principles .step-content {
    padding: 45px 28px 24px;
}

#about-us-principles .step-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    color: #050316;
}

#about-us-principles .step-desc {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    color: #4B5563;
}

#about-us-principles .icon-circle {
    background: linear-gradient(93.83deg, #0073FF 0%, #00E6D2 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 78px;
    width: 78px;
    position: absolute;
    left: 40%;
    top: -46px;
}

#about-us-left-image-banner .block {
    padding: 80px 0;
    background: #E7F1FE;
}

#about-us-left-image-banner p strong {
    color:#26A5FE;
}

#finance-made-simple .overlay-bg {
    background: url('../img/simple-finance-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 68px;
    width: 100%;
    height: 100%;
    align-content: center;
}

#finance-made-simple .content {
  width: 910px;
  height: 349px;
  background: linear-gradient(93.83deg, #0073FF 0%, #00E6D2 100%);
  border-radius: 20px;
  text-align: center;
  align-content: center;
  margin: 55px auto;
}

#finance-made-simple .hero-title {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 30px;
    color: #FFFFFF;
    margin: 28px auto 22px;
}

#finance-made-simple .hero-text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding: 0 40px;
}