.info_banner{
	background-color: rgb(74, 144, 226);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0 1px 6px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 1px 6px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 30%);
    padding: 15px 10px;
    margin: 20px 0 25px;
    position: relative;
}
.info_banner h2{
	font-weight: 600;
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin: 20px 0 10px;
    font-family: Bitter;
    text-transform: uppercase;
}
.info_banner h2 img{
	vertical-align: middle;
}
.info_banner p{
	font-family: Arial, sans-serif;
    font-weight: 100;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.7;
    margin: 0 0 10px;
}
.info_banner .cl_btn{
	position: absolute;
    cursor: pointer;
    width: 24px;
    height: 24px;
    top: 19px;
    right: 18px;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgb(255 255 255 / 30%);
    -moz-box-shadow: 0 0 0 2px rgba(255,255,255,0.3);
    -webkit-box-shadow: 0 0 0 2px rgb(255 255 255 / 30%);
}
.info_banner .cl_btn img{
	top: 6px;
    position: absolute;
    left: 6px;
}