.section-mastercard {
    width: 100%;
    height: 248px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
}

.mastercard-logo img {
    width: 113px;
    height: auto;
}

.mastercard-text {
    max-width: 1101px;
    margin: 0 auto;
    font-family: Circular, sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #283E80;
    text-align: center;
}