
#payzy-press .container {
  padding: 63px 10px;
}

#payzy-press .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;
}

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

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

#latest-partnerships .container {
    padding: 50px 10px;
}

#latest-partnerships .heading {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 30px;
    color: #26A5FE;
    margin-bottom: 27px;
}

#latest-partnerships .steps {
    gap: 24px;
}

#latest-partnerships .step {
    width: 366px;
    border-radius: 15px;
    box-shadow: 0px 10px 15px 0px #0000001A;
    border: 1px solid #E7F1FE;
    overflow: hidden;
}

#latest-partnerships .step-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    color: #050316;
    padding: 37px 18px 20px;
    letter-spacing: 0;    
}

#latest-partnerships .step-desc {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    color: #4B5563;
    padding: 0 18px 35px;
    margin: 0;
}

#press-milestones .container {
    padding: 50px 10px;
}

#press-milestones .heading {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 30px;
    color: #26A5FE;
    margin-bottom: 27px;
}

#latest-partnerships .steps {
    gap: 24px;
}

#press-milestones .step {
    width: 366px;
    border-radius: 15px;
    box-shadow: 0px 10px 15px 0px #0000001A;
    border: 1px solid #E7F1FE;
    overflow: hidden;
}

#press-milestones .step-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    color: #26A5FE;
    padding: 37px 18px 20px;    
    line-height: 25px;
    letter-spacing: 0;
}

#press-milestones .step-desc {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    color: #4B5563;
    padding: 0 18px 35px;
    margin: 0;
}

#press-milestones .steps {
    justify-content: start;
    gap: 24px;
}

#customer-merchant-testimonials .container {
    padding: 50px 10px 62px;
}

#customer-merchant-testimonials .heading {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 30px;
    color: #26A5FE;
    margin-bottom: 27px;
}

#customer-merchant-testimonials .testimonial-cards {
    display: flex;
    gap: 24px;
}

#customer-merchant-testimonials .testimonial-card {
    width: 366px;
    border-radius: 15px;
    box-shadow: 0px 10px 15px 0px #0000001A;
    border: 1px solid #E7F1FE;
    overflow: hidden;
    padding: 18px;
}

#customer-merchant-testimonials .testimonial-icon {
    display: block;
    margin: 27px 0 40px;
}

#customer-merchant-testimonials .customer-message {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    color: #4B5563;
}

#customer-merchant-testimonials .customer-name {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    color: #050316;
}