.lsminus_048 {
    letter-spacing: -0.03rem !important;
}

.agras_point_txt1 {
    position: relative;
}

.agras_point_txt1::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -5%;
    transform: translateY(-50%);
    width: 10%;
    height:1px;
    background: var(--point);
    z-index:99;
}

.agras_point_txt1::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -5%;
    transform: translateY(-50%);
    width: 10%;
    height:1px;
    background: var(--point);
    z-index:99;
}

.drone_box1 {
    align-items: stretch;
}

.drone_box1 > div {
    align-self: stretch;
    justify-content: center;
    padding:1.25rem;
    color:#585858;
}

.product_drone_hr {
    padding:0;
    border:none;
    height:1px;
    background:#DDDDDD
}

.prd_banner {
    padding: 11.25rem 0;
    width:100% !important;
    color: #fff;
    background: url(/images/2025/02/banner_bg.png) no-repeat center / cover;
}

.prd_banner a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12.25rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    margin: 1rem auto 0;
    font-size: 1rem;
    font-weight: 600;
    background-color: #EF4023;
}



@media (max-width: 768px) {
    .agras_point_txt1::after {
        display: none
    }
    .agras_point_txt1::before {
        display: none
    }

    .prd_banner {
        justify-content: center;
        height: 240px;
        padding: 60px 0;
        margin-top: 0;
    }

    .prd_banner h3 {
        margin-bottom: 0;
    }
}