.containerc{position:relative; text-align:center; color:white; display:inline-flex;}
.centerec {position: absolute; top: 88%; left: 50%; transform: translate(-50%, -50%);}

.accordion {background-color:#eee; color:#444; cursor:pointer; width:100%; padding:0px 0px 0px 10px; text-align:left; outline:none;  transition:0.4s; margin-bottom:10px; height:36px; line-height:36px;}
.active, .accordion:hover {background-color:#ccc;}
.accordion:after {content:'\002B'; color:#777; font-weight:bold; float:right;}
.active:after {content:"\2212";}
.panel {background-color:white; max-height:0; overflow:hidden; transition:max-height 0.2s ease-out;}


.buyb{font-size:15px; border-radius:0px; background-color:red; margin:8px; border-style:none; border-width:0px;}
.greenb{font-size:15px; border-radius:0px; background-color:green; margin:8px; border-style:none; border-width:0px;}

.text_img {margin:auto; line-height:0pt;}
.text_img img{max-width:300px; height:150px; border-radius:10px;}
.div_text{width:96%; margin:5.5px 5.5px 15px 5.5px; display:inline-block; padding:2px 2px 10px 2px; text-align:center; border:0px solid transparent; border-radius:0px; box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.warning2{width:96%;}

.slogo{width:60px;}
@media only screen and (max-width:767px) {
.warning2{width:93%;}
}