#popup_content_wrap {
    width: 100%;
    height: 100%;   
    top: 0;
    left: 0;   
    position: fixed;	
    background: rgba(0, 0, 0, 0.74);
    z-index: 9999999;
}
#popup_content {
    width: 50%;
    height: 300px;
    padding:20px;
    position: relative;
    top: 15%;
    left: 25%;
    background: #1b100ed9;
}
@media (max-width: 700px) { 
    #popup_content {
        width: 80%;
        left: 10%;
    }
 }

#popup_content h1{
    color:rgba(46, 109, 164, 0.7);
}
#popup_content p{
    color:#fff;
}

#btn_companynote{
    background-color: rgba(46, 109, 164, 0.7);
    color: #fff;
}