.platform-feature {
    display: flex;
    align-items: center;
    min-height: clamp(190px, 15.5vw, 223px);
    margin-top: 58px;
    color: var(--white);
    background:
        linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)),
        url("../../images/platform2.webp") center/cover no-repeat;
}

.platform-feature p {
    max-width: 1180px;
    color: var(--white);
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: 0.3px;
}
