@media (max-width:991px) {
    p {
        font-size: 16px !important;
        line-height: 27px !important;
    }

    .plant-txt h1 {
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 20px;
    }

    .plant-order {
        order: -1;
    }

    .number-detail span {
        font-size: 18px !important;
    }

    .plant-img {
        border-right: 0;
    }

    .plant-main-btn img:first-child {
        margin-right: 15px;
    }
    .plant-img::before{
        display: none;
    }

}

@media (max-width:767px) {
    h2 {
        font-size: 24px !important;
        line-height: 36px !important;
    }

    .plant-img {
        text-align: center;
    }

    .plant {
        margin-bottom: 30px;
    }

    .real-time-img {
        text-align: center;
        margin-bottom: 30px;
    }

    /* .real-time-text p {
        margin-bottom: 32px;
    } */

    .real-time-img img {
        max-width: 325px;
        width: 100%;
    }

    .plant-2 {
        background-color: transparent;
        padding: 30px;
    }

    .real-time-1 {
        margin-bottom: 32px;
    }

    .contact-title p {
        display: none;
    }

    .real-time {
        margin: 30px 0;
    }

    .contact-detail {
        display: none;
    }

    .second-contact {
        display: block;
        margin-top: 40px;
    }

    .footer-social {
        margin-top: 30px;
    }

    .contact-title::after {
        right: 0;
        padding-right: 75px;
        left: unset;
    }

}

@media (max-width:575px) {
    .plant-txt h1 {
        font-size: 24px;
        line-height: 36px;
    }

    .plant-main-btn {
        justify-content: center;
        flex-wrap: wrap;
    }

    .plant-btn {
        margin-bottom: 15px;
    }

    .plant-btn span {
        font-size: unset;
    }

    .footer-info p {
        margin-bottom: 29px;
    }
}