.one-platform__heading {
    font-size: 1.875rem
}

.one-platform {
    width: 100%;
    border-radius: 100%;
    border: 1px solid #ffde00;
    padding: 10rem 7rem;
}

@media only screen and (max-width: 1300px) {
    .one-platform {
        padding: 10px 50px;
        display: flex;
        border-radius: 15px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 5rem 0rem;
    }
}

@media only screen and (max-width: 850px) {
    .one-platform {
         padding: 10px 50px;
        border-radius: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .one-platform__overall {
        width: 491px;
        height: 507px;
        transform: scale(.8)
    }
}

@media only screen and (max-width: 480px) {
    .one-platform__overall {
        transform: scale(.65)
    }
}

@media only screen and (max-width: 400px) {
    .one-platform__overall {
        transform: scale(.55)
    }
}

@media only screen and (max-width: 365px) {
    .one-platform__overall {
        transform: scale(.45)
    }
}

.one-platform:after {
    content: "";
    position: absolute;
    top: 89%;
    right: 18.8%;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #ccf
}

.one-platform__heading {
    text-align: center;
    /* margin-bottom: 73px */
}

@media only screen and (max-width: 850px) {
    .one-platform__heading {
        width: 484px;
        margin: 20px auto 49px
    }
}

@media only screen and (max-width: 768px) {
    .one-platform__heading {
        width: 200px;
        font-size: 18px;
        line-height: 1.2;
        margin: 0 auto 30px;
        padding: 0 20px
    }
}

.one-platform__body {
    display: flex;
    justify-content: center
}

.one-platform__main {
    display: flex
}

.one-platform__left,
.one-platform__right {
    margin-top: 20px
}

.one-platform__left {
    margin-right: 30px;
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column
}

@media only screen and (max-width: 1248px) {
    .one-platform__left {
        margin-right: 0
    }
}

@media only screen and (max-width: 850px) {
    .one-platform__left {
        width: 33.3333%;
        display: block
    }
}

.one-platform__right {
    margin-left: 30px;
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column
}

@media only screen and (max-width: 1248px) {
    .one-platform__right {
        margin-left: 0
    }
}

@media only screen and (max-width: 850px) {
    .one-platform__right {
        width: 33.3333%;
        display: block
    }
}

.one-platform__feature.left {
    width: 210px
}


/* @media only screen and (max-width: 1248px) {
    .one-platform__feature.left {
        width: 230px
    }
} */

@media only screen and (max-width: 850px) {
    .one-platform__feature.left {
        width: 212px;
        width: unset
    }
}

.one-platform__feature.right {
    width: 274px
}

@media only screen and (max-width: 1248px) {
    .one-platform__feature.right {
        width: 230px
    }
}

@media only screen and (max-width: 850px) {
    .one-platform__feature.right {
        width: 212px;
        width: unset
    }
}

.one-platform__feature.bottom {
    margin-bottom: 80px
}

@media only screen and (max-width: 850px) {
    .one-platform__feature.bottom {
        margin-top: 70px;
        margin-bottom: 0
    }
}

@media only screen and (max-width: 640px) {
    .one-platform__feature.bottom {
        margin-top: 130px
    }
}

.one-platform__feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: rgba(0, 128, 128, .2);
    display: flex;
    justify-content: center;
    align-items: center
}

.one-platform__feature-icon-img {
    width: 24px;
    height: 24px
}

@media only screen and (max-width: 768px) {
    .one-platform__feature-icon-img {
        width: 18px;
        height: 18px
    }
}

@media only screen and (max-width: 640px) {
    .one-platform__feature-icon-img {
        width: 12px;
        height: 12px
    }
}

@media only screen and (max-width: 768px) {
    .one-platform__feature-icon {
        width: 35px;
        height: 35px
    }
}

@media only screen and (max-width: 640px) {
    .one-platform__feature-icon {
        width: 30px;
        height: 30px
    }
}

.one-platform__feature-icon.left {
    margin-left: auto
}

.one-platform__feature-icon-wrapper {
    width: 177px;
    margin-bottom: 15px
}


/* @media only screen and (max-width: 1248px) {
    .one-platform__feature-icon-wrapper {
        width: unset
    }
} */

.one-platform__feature-heading {
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 5px
}

@media only screen and (max-width: 850px) {
    .one-platform__feature-heading {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 768px) {
    .one-platform__feature-heading {
        font-size: 18px
    }
}

@media only screen and (max-width: 640px) {
    .one-platform__feature-heading {
        font-size: 12px
    }
}

@media only screen and (max-width: 768px) {
    .one-platform__feature-text {
        font-size: 14px
    }
}

@media only screen and (max-width: 640px) {
    .one-platform__feature-text {
        font-size: 10px
    }
}