.infoBox-outter { margin: 10px 0}
.infoBox-inner { 
  max-width: 800px;
  margin: 0 auto;
  border: 3px solid #E1EBF7
}
.infoBox-container {
  display: flex;
  align-items: stretch;
}
.infoBox-left { width: 150px; padding: 20px; }
.infoBox-left img { width: 100px; height: auto; }
.infoBox-right { padding: 20px; }

.infoBox-buttons { padding: 20px 0; }

{#
.expander {margin-bottom:30px;}
.expander_group {margin-bottom: 2px;background: none;padding: 5px 0px;}
#}
.expander_header h4 {cursor: pointer; font-size: 20px; font-weight: 500; line-height: 22px; width: 100%; padding: 0; }
.expander_header button {margin: 0 0 10px 20px; border: none; background: #fff; position: relative; text-align:left;}
/*.expander_header button strong{font-weight:normal} */
.expander_header button i{color:#e3302a; width: 18.94px;}
.expander_header button::before { 
  content: "+";
  position: absolute; 
  top: 2px;
  left: -20px;
  font-weight: normal; 
  font-size: 32px; 
  margin-right: 5px; 
  color: #E22822; }
.expander_group.expanded .expander_header button::before {content: "-"; top: -2px; }
.expander_content {display:none; margin-left: 20px; max-width: 550px; }
.expander_content .inner-content_expander {padding: 10px 15px 10px 18.94px;}
.inner-content_expander p{margin:0px;}
.mod-button {
}
@media(max-width:767px){
  .expander_header p{position:relative; padding-left:18.94px;line-height:1.3em}
  .expander_header p i{position:absolute; left:0;top:0px;}
}

.bottomSpace { padding-bottom: 60px; }