@media screen and (min-width: 501px) {
    .banner {
        width: 100%;
        height: 500px;
        background: url(../../img/security/background.png) no-repeat top;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner .title {
        width: 90%;
        max-width: 1200px;
        height: 20.125rem;
        display: flex;
    }

    .banner .banner_text {
        width: 70%;
        margin: auto 0;
        color: #333333;
        font-size: 50px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
    }

    .banner .banner_img {
        width: 523px;
    }


    .content_1 {
        width: 100%;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content_1 .body_1 {
        width: 80%;
        max-width: 75rem;
        display: flex;
        justify-content: space-between;
    }

    .content_1 .body_1 .label {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .content_1 .body_1 .label img {
        width: 159px;
        height: 184px;
    }

    .content_1 .body_1 .label span {
        margin-top: 24px;
        font-size: 24px;
        color: #2C2B2B;
    }


    .content_4 {
        width: 100%;
        height: 47.375rem;
        background: #F5F8FF;
        padding-top: 6.0625rem;
        padding-bottom: 4rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .content_4 .title{
        font-size: 30px;
        color: #343437;
    }

    .content_4 .body_4 {
        width: 80%;
        max-width: 75rem;
        margin-top: 3.8125rem;
        position: relative;
    }

    .content_4 .body_4 img {
        width: 100%;
    }

    .content_4 .body_4 .corner-text{
        position: absolute;
        width: 28%;
        height: 40%;
    }

    .content_4 .body_4 .corner-text .title{
        font-size: 24px;
        color: #152646;
    }

    .content_4 .body_4 .corner-text .title img{
        display: none;
    }

    .content_4 .body_4 .corner-text .description{
        font-size: 18px;
        color: #7C8597;
        margin-top: 18px;
    }

    .top-left {
        text-align: right;
        top: 32px;
        left: 30px;
    }

    .top-right {
        text-align: left;
        top: 32px;
        right: 30px;
    }

    .bottom-left {
        text-align: right;
        bottom: 30px;
        left: 30px;
        padding-top: 10px;
    }

    .bottom-right {
        text-align: left;
        bottom: 30px;
        right: 30px;
        padding-top: 10px;
    }
}


@media screen and (max-width: 500px) {
    .banner {
        width: 100%;
        height: 166px;
        background: url(../../img/security/background_mobile.png) no-repeat center bottom;
        background-size: 100% auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner .title {
        width: 80%;
        display: flex;
    }

    .banner .banner_text {
        margin: auto 0;
        color: #333333;
        font-weight: bold;
        display: flex;
        flex-direction: column;
    }

    .banner .banner_text span:first-child{
        font-size: 22px;
    }

    .banner .banner_text span:last-child{
        font-size: 18px;
        margin-top: 10px;
    }

    .banner .banner_img {
        display: none;
    }


    .content_1 {
        width: 100%;
    }

    .content_1 .body_1 {
        width: 80%;
        margin: 26px auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 10px;
    }

    .content_1 .body_1 .label {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px;
    }

    .content_1 .body_1 .label img {
        width: 68px;
        height: auto;
    }

    .content_1 .body_1 .label span {
        margin-top: 8px;
        font-size: 14px;
        color: #2C2B2B;
    }


    .content_4 {
        width: 100%;
        background: #F5F8FF;
        padding: 26px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .content_4 .title{
        font-size: 18px;
        color: #343437;
    }

    .content_4 .body_4 {
        width: 85%;
        margin-top: 23px;
    }

    .content_4 .body_4 .feature5 {
       display: none;
    }

    .content_4 .body_4 .corner-text{
        background: #FFFFFF;
        border-radius: 6px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);;
        width: 100%;
        margin-bottom: 12px;
        padding: 12px 20px;

    }

    .content_4 .body_4 .corner-text .title{
        font-size: 16px;
        color: #152646;
        display: flex;
        align-items: center;
    }

    .content_4 .body_4 .corner-text img{
        width: 14px;
        height: 17px;
        margin-right: 8px;
    }

    .content_4 .body_4 .corner-text .description{
        font-size: 12px;
        color: #7C8597;
        margin-top: 8px;
    }
}




