#message-box-content-wrap{
    
}
.content-text .comp-custom-link {
    margin-top: 20px;
}

.content-text {
    line-height: 1.5em;
    border-left-width: 6px;
    border-left-color: #b2bb1e;
    padding-left: 40px!important;
    margin-left: 80px!important;
    border-style: solid;
}

.content-title-wrap h2 {
    font-weight: 700;
    font-size: 46px;
    line-height: 1.1em;
	padding-bottom:20px;
}

.content-title-wrap h3 {
    font-family: 'Lora',Georgia,"Times New Roman",serif;
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    color: #002f5f!important;
    line-height: 1.2em;
}

.content-item {
    max-width: 700px;
    margin: auto;
    display:none;
}
#message-box-svg svg g{
    cursor: pointer;
}

@media(max-width:980px){
    .content-title-wrap h2{
        font-size:44px;
    }
    .content-text {
        margin-left:0px !important;
    }
}

@media(max-width: 768px){
    .content-title-wrap h2{
        font-size: 36px;
    }
}