.mbps-container {
    display: inline-flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
}

.mbps-text-section {
    display: flex;
    align-self: stretch;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
}

.mbps-title {
    align-self: stretch;
    height: 42px;
    color: #0C0C1D;
    font-size: 24px;
    font-family: Oswald;
    font-weight: 700;
    line-height: 30px;
    word-wrap: break-word;
}

.mbps-desc {
    align-self: stretch;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #151515;
    font-size: 16px;
    font-family: Source Sans Pro;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

.mbps-section-list {
    align-self: stretch;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    display: flex;
}

.mbps-section {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 17px;
    display: inline-flex;
    @media (max-width: 375px) {
        flex-direction: column;
        align-items: flex-start;
    }
}

.mbps-icon {
    width: 96px;
    height: 96px;
    position: relative;
    overflow: hidden;
}

.mbps-icon-shape {
    position: absolute;
    background: #0D121F;
}

.mbps-icon-shape-light {
    background: white;
}

.mbps-info {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 13px;
    display: inline-flex;
}

.mbps-speed {
    color: #0C0C1D;
    font-size: 20px;
    font-family: Oswald;
    font-weight: 700;
    line-height: 26px;
    word-wrap: break-word;
}

.mbps-rating {
    justify-content: flex-start;
    align-items: center;
    gap: 3px;
    display: inline-flex;
}

.mbps-rating-bar-filled {
    width: 25px;
    height: 5px;
    background: #5050B9;
}

.mbps-rating-bar-empty {
    width: 25px;
    height: 5px;
    background: #C0C4D0;
}

.mbps-usage {
    align-self: stretch;
}

.mbps-usage-title {
    color: #0C0C1D;
    font-size: 16px;
    font-family: Source Sans Pro;
    font-weight: 700;
    line-height: 24px;
    word-wrap: break-word;
}

.mbps-usage-desc {
    color: #0C0C1D;
    font-size: 16px;
    font-family: Source Sans Pro;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}
