@charset "utf-8";

.fin_ban {
    background: url(../images/fin_ban.jpg) no-repeat;
}

.safCollapse .card-header {
    position: relative;
    background-color: #5a6773;
    border-bottom: 1px solid #FFF;
    padding: 1rem 1.5rem 1rem 4rem;
}
.safCollapse .card-header::before{
    content: "Q";
    font-size: 3.5rem;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    left: .5rem;
    top: 20px;
    color: #fff;
    opacity: .3;
} 

.safCollapse .titleW {
    position: relative;    
}

.safCollapse .titleW button {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    outline: 0;
    border: 0;
}

.safCollapse .titleW button::before {
    content: "";
    width: 26px;
    height: 2px;
    position: absolute;
    top: 11.5px;
    right: 0;
    background-color: #FFF;
}

.safCollapse .titleW button::after {
    content: "";
    width: 2px;
    height: 26px;
    position: absolute;
    top: 0;
    right: 11.5px;
    background-color: #FFF;
}

.card-body {
    position: relative;
    padding: 2rem 2rem 2rem 4rem;
}

.card-body h5 {
    font-weight: bolder;
    color: #CD5D67;
}
@media screen and (max-width:1024px) {
    .safPol {
        transform: translate(-60px, 20px);
    }
    .safOrgImg {
        margin-top: 100px;
    }
    .mobSys {
        margin-top: 60px;
    }
    .cardBox {
        margin-bottom: 60px;
    }
    .cheMan {
        margin-bottom: 60px;
    }
}

@media screen and (max-width:768px) {
    .safPol {
        transform: translate(0px, -60px);
        padding-left: 30px;
    }
    .safPol .neonBtn {
        margin-right: 10px;
    }
    .safOrgImg {
        margin-top: 30px;
    }
    .mobSys {
        margin-top: 60px;
    }
    .cardBox {
        margin-bottom: 60px;
    }
    .cheMan {
        margin-bottom: 60px;
    }
    .cardNum p {
        font-size: 120px;
        padding-top: 0px;
        opacity: 0.3;
    }
}
@media screen and (max-width:991px) {
    .safCollapse .titleW {
        width: 90%;
        font-size: 1.25rem;
        line-height: 28px;
    }
    .safCollapse .titleW button::before {
        right: -10%;
    }
    .safCollapse .titleW button::after {
        right: -6%;
    }
}
@media screen and (max-width:576.98px) {
    .safCollapse .card-header {
        padding: 10px 15px;
    }
    .safCollapse .titleW {
        width: 100%;
        padding-right: 60px;
        padding-left: 3rem;
    }
    .safCollapse .titleW button::before {
        right: 0;
    }
    .safCollapse .titleW button::after {
        right: 11.5px;
    }
}