.notice-block .inner {padding: 0 0 0 50px;position: relative;overflow: hidden;}
.notice-block .inner .content{
    position: relative;
    background-color: #001F2C;
}

.notice-block .inner .content{
    padding: 3em 0;
}

.notice-block .inner .content::after{
    content: '';
    
    background-image: url(../../img/icon.svg);
    background-size: auto 100%;
    background-position: 80% center; 
    background-repeat: no-repeat;
    
    opacity: .19;
   
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;

    z-index: 0;
}
.notice-block .inner .content > *{
    position: relative;
    z-index: 1;
    text-align: center;
}

.notice-block .inner .wysiwyg,
.notice-block .inner h2{
    color:white;
}

.notice-block .inner h2::before{
    display: none;
}

.notice-block .inner:before {
    font-family: 'allied-marine-icons'!important;
    content: "\e902";
    font-size: 3em!important;
    color:white;
    position: absolute;
    z-index: 2;
    left: 96.5%;
    transform: scale(-1, 1);
    bottom: 0px;
}

@media screen and (max-width:700px){
    .notice-block .inner{
	padding: 1em 3em 1em 1em;
    }
    .notice-block .inner:before {
	left: 35vh;
	bottom: 17px;
    }
    .notice-block .inner .content {
     padding: 5em 1em;
    }
    .notice-block .inner .content::after{
	background-size: auto 70%;
    }
}
