.smart-control-section {
    width: 100%;
    background-color: #0F1626;
    display: flex;
    justify-content: center;
    /* padding-top: 60px; */
    margin-top: 244px;
    margin-left: 104px;
    margin-right: 104px;
    box-sizing: border-box;
}

.smart-control-container {
    width: 1304px;
    height: 508px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 57px;
}

.smart-control-text h2 {
    width: 703px;
    height: 232px;
    font-family: 'Inter', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #EDEDED;
    line-height:1.2;
    margin: 0;
}

.smart-control-image img {
    width: 533px;
    height: 533px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .smart-control-section {
        padding-top: 32px !important;
        margin-top: 0 !important;
        margin-left: 0;
        margin-right: 0;
        overflow-x: hidden !important;

    }

    .smart-control-container {
        flex-direction: row-reverse;
        gap: 12px;
        padding: 0 16px;
        width: 100%;
        box-sizing: border-box;
        height: auto;
    }

    .smart-control-text h2 {
        width: 193px;
        height: 68px;
        font-size: 14px;
        line-height: 100%;
    }

    .smart-control-image img {
        width: 185px;
        height: 185px;
    }
}