.whyEdgeLiveWrp {

    padding: 80px 0px;

}

.whyEdgeLiveWrp .sub_ttle {
    letter-spacing: -0.07875rem;
    font-size: 38px;
    color: #000;
    font-weight: 600;
    line-height: 130%;
    max-width: 1155px;
    margin: 30px 0px;
}

.whyEdgeLiveWrp .lhs_picx img {
    border-radius: 16px;
}

.whyEdgeLiveWrp .rhs_desc {
    max-width: 600px;
}

.whyEdgeLiveWrp .rhs_desc p {
    font-size: 16px;
    line-height: 24px;
}

@media (min-width: 1921px) and (max-width: 2560px) {}

@media (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    .whyEdgeLiveWrp .sub_ttle {
        letter-spacing: -0.07875rem -1.26px;
        font-size: 26px;
    }

    .whyEdgeLiveWrp .rhs_desc p {
        font-size: 14px;
        line-height: 22px;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {}

@media (min-width: 320px) and (max-width: 767px) {

    .whyEdgeLiveWrp {
        padding: 40px 0px;
    }

    .whyEdgeLiveWrp .sub_ttle {
        font-size: 24px;
    }

    .whyEdgeLiveWrp .rhs_desc {
        max-width: 100%;
        margin-top: 20px;
    }

}