.component_text{
  margin:1.25rem 0;
}

@media (min-width:62rem){
  .component_text{
    margin:3.125rem 0;
  }
}

.component_text .text-box{
  margin:0 auto;
  max-width:53.125rem;
}

.component_text .text-box h2{
  margin-bottom:1.25rem;
}

.component_text .text-box h2:not(:first-child){
  margin-bottom:1.25rem;
  margin-top:1.875rem;
}

.component_text .text-box p:last-child{
  margin-bottom:0;
}

@media (max-width:767px){
  .component_text .text-box p>span.block{
    display:inline;
  }
  .component_text .text-box h3{
    float:left;
    width:100%;
  }
  .component_text .text-box img{
    display:block;
    float:none;
    margin:0 auto;
  }
}

.component_text .text-box img{
  max-width:37.5rem;
}

@media (max-width:767px){
  .component_text .text-box img{
    max-width:100%;
  }
}

.component_text .text-box figure{
  margin-bottom:0;
  max-width:100%;
}

@media (max-width:767px){
  .component_text .text-box figure{
    display:block;
    float:none;
    margin:0 auto 1rem;
  }
}

.component_text .text-box figure>img{
  max-width:100%;
}

.component_text .text-box figure.wp-caption>.wp-caption-text{
  background-color:#f4f4f4;
  font-size:.875rem;
  font-weight:700;
  padding:.3125rem 1.5625rem;
}

@media (min-width:62rem){
  .component_text.fullwidth figure.alignleft,.component_text.fullwidth p>img.alignleft{
    margin-left:-4.375rem;
  }
  .component_text.fullwidth figure.alignright,.component_text.fullwidth p>img.alignright{
    margin-right:-4.375rem;
  }
}

@media (min-width:68.75rem){
  .component_text.fullwidth figure.alignleft,.component_text.fullwidth p>img.alignleft{
    margin-left:-8.125rem;
  }
  .component_text.fullwidth figure.alignright,.component_text.fullwidth p>img.alignright{
    margin-right:-8.125rem;
  }
}

/*# sourceMappingURL=text_theme.min.css.map */
