@charset "utf-8";

.secu-subtitle{
    font-size: 30px;
}

@media screen and (max-width:1000px) {
    .secu-title{
        font-size: 50px;
    }
    .secu-subtitle{
        font-size: 25px;
    }

    .secu-describe-margin{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

}

@media screen and (max-width:768px) {
    .secu-title{
        font-size: 40px;
    }
    .secu-subtitle{
        font-size: 20px;
    }

}

@media screen and (max-width:550px) {
    .secu-title{
        font-size: 32px;
    }

    .secu-subtitle{
        font-size: 16px;
    }

    .secu-title-describe{
        font-size: 15px;
    }

}

@media screen and (max-width:420px) {
    .secu-title{
        font-size: 25px;
    }

    .secu-subtitle{
        font-size: 12px;
    }

    .secu-title-describe{
        font-size: 10px;
    }

    .secu-proc-img{
        max-width: 225px !important;
        max-height: 225px !important;
    }

}