    .sec-2 {
        margin: 0px 0 50px 0;
        text-align: center;
    }

    .sec-2 .sec-title {
		margin: 20px 0 50px 0;
		padding: 0;
		font-size: 30px;
		line-height: 1;
		color: #111111;
    }
.sec-2 .heading {
    margin: 20px 0 50px 0;
    padding: 0;
    font-size: 30px;
    line-height: 1.5;
    color: #111111;
}
    .sec-2 p {
        margin: 0 0 2em 0;
        padding: 0;
        font-size: 14px;
        line-height: 2;
        color: #111111;
    }

    .sec-2 .warning {
        background: #eee;
        border: 5px solid #ddd;
        padding: 35px;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        margin-bottom: 30px !important;
    }

    .sec-2 .warning p {
        padding: 0px;
        margin: 0px;
        line-height: 1.7;
    }

    .sec-2 .warning .warning-txt {
        color: #333;

        font-size: 16px;
        margin-bottom: 10px !important;
    }

    .sec-2 .warning .warning-link-txt {
        color: #888;
        font-weight: bold;
        font-size: 40px;
        text-decoration: none;
        font-family: 'arial', sans-serif;
        letter-spacing: 0.1em;
    }

    .sec-2 .annotation {
        background: #eee;
        border: 5px solid #eee;
        padding: 35px;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        margin-bottom: 30px !important;
    }

    .sec-2 .annotation p {
        padding: 0px;
        margin: 0px;
        line-height: 1.2;
    }

    .sec-2 .annotation .warning-txt {
        color: #333;

        font-size: 16px;
        margin-bottom: 10px !important;
    }

    .sec-2 .annotation .warning-link-txt {
        color: #888;
        font-weight: bold;
        font-size: 24px;
        text-decoration: none;
        font-family: 'arial', sans-serif;
    }
.bg-white {
    background-color: #ffffff99!important;
}
/* For (under 767px)*/
@media (max-width: 767px){
.sec-2 .sec-title {
	margin: 2.607vw 0 6.51vw 0;
	font-size: 3.91vw;
	font-weight:bold;
}

.sec-2 .warning .warning-link-txt{
	font-size: 8vw;
}
.sec-2 .col {
	padding: 5vw !important;
}
.sec-2 .warning {
	border: 5px solid #ddd;
	padding: 5vw;
	margin-bottom: 6.28vw !important;
}
}/* For (under 767px)*/
/* For (under 575px)*/
@media (max-width: 575px){
.sec-2 .sec-title {
	margin: 14.9902px 0 37.4325px 0;
	font-size: 22.4825px;
	font-weight:bold;
	line-height: 1.5;
}
.sec-2 .heading {
    margin-top: 50px;
 }
}/* For (under 767px)*/