main section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 910px;
    margin: 40px auto 0 auto;
}
main section img {
    object-fit: cover;
}
main section p {
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 0;
}
main section p + span {
    font-size: 24px;
    color: rgba(103, 120, 151, 1);
    max-width: 950px;
    line-height: 32px;
}

.smart-device__wrapper {
    margin-top: 96px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 48px;
    padding-right: 60px;
    margin-bottom: 60px;
}

.smart-device__wrapper .left {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.smart-device__wrapper .left .device-info-item:nth-child(1),
.smart-device__wrapper .left .device-info-item:nth-child(3) {
    padding-left: 42px;
}
.device-info-item {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 28px;
    color: rgba(103, 120, 151, 1);
}

.smart-device__wrapper .right {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: flex-end;
}
.smart-device__wrapper .right .device-info-item:nth-child(1) {
    margin-top: 42px;
    padding-right: 56px;
}
.smart-device__wrapper .device {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}
@media (max-width: 912px) {
    main section p {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    main section p + span {
        font-size: 9px;
        line-height: 12px;
        margin-bottom: 0;
        padding: 0 34px;
    }
    main section img + span {
        font-size: 9px;
    }
    .device-info-item {
        font-size: 9px;
    }
    .device span {
        font-size: 11px;
    }
    .smart-device__wrapper .left,
    .smart-device__wrapper .right {
        gap: 18px;
    }
    .smart-device__wrapper .left .device-info-item:nth-child(1),
    .smart-device__wrapper .left .device-info-item:nth-child(3) {
        padding-left: 15px;
    }
    .smart-device__wrapper .right .device-info-item:nth-child(1) {
        padding-right: 15px;
        margin-top: 15px;
    }
    .smart-device__wrapper {
        padding: 0;
        justify-content: center;
        gap: 20px;
        margin-top: 66px;
        margin-bottom: 69px;
    }
    footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
}
