.platform-title {
    color: var(--Blach, #000);
    font-family: Gotham;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 35px;
    margin-inline-start: 30px;
}

.section1 {
    padding-right: 142px;
}

.platform-sections {
    padding-bottom: 150px;
}

.platform-section {
    margin-bottom: 100px;
}

.platform-section-img {
    width: 100%;
}

.platform-section-title {
    color: var(--Dgital-Orange, var(--parent-orange, #FF9A51));
    font-family: Gotham;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    margin: 35px 0px;
    margin-inline-start: 30px;
}

.platform-section-boxes {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0px 40px;
}

.platform-section-box {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.05);
    padding: 37px 45px;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    width: 48.5%;
}

.platform-section-custom {
    margin-inline-end: 1.5rem;
}

.section-box-title {
    color: #000;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 5px;
}

.section-box-desc {
    color: #000;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
}

@media (max-width: 1000px) {
    .platform-section-boxes {
        padding: 1px;
    }

    .platform-section-box {
        width: 100%;
    }

    .platform-section-img {
        display: none !important;
    }

    .platform-section-img-mob {
        display: block !important;
        /*        height: 206px;
*/
    }

    .platform-section-title {
        margin-inline-start: 0px;
    }
}
