/* Style do wspólnych elementów strony */
/* Text */
#template .hero-page h1{
  text-transform: none;
}
#template .speech-bubble{
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 2px 2px 21px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7f2;
}
#template .speech-bubble.no-mascot{
  margin-top: 10px;
  margin-bottom: 40px;
}
#template .speech-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 87%;
    width: 0;
    height: 0;
    border: 27px solid transparent;
    border-top-color: #fff;
    border-bottom: 0;
    border-right: 0;
    margin-left: -13.5px;
    margin-bottom: -27px;
}
#template .speech-bubble.no-mascot:after{
  display: none;
}
#template .woocommerce-MyAccount-content .speech-bubble:after{
  left: 81%;
}
#template .speech-bubble h2 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 26px;
    text-align: center;
    box-shadow: none;
    font-weight: normal;
    text-transform: none;
}
@media (max-width:768px) {
  #template .speech-bubble h2{
    font-size: 15px;
  }
  #template .speech-bubble:after{
    left: 55%;
  }
}

#template .speech-bubble + img {
    float: right;
    margin-top: 15px;
    margin-left: auto;
    max-width: 160px;
}
