.obsah-s-boxy{
  max-width: 100% !important;
  background: #fff;
}

.obsah-s-boxy__content{
  max-width: 860px;
  margin: 0 auto 48px auto;
}

.obsah-s-boxy__content h2{
  margin: 64px 0 32px 0;
  color: #0d1f4c;
  font-weight: bold;
  text-align: left;
}

@media(min-width: 1025px){
  .obsah-s-boxy__content h2{
    font-size: 40px;
  }
}

#primary .obsah-s-boxy__content p{
  color: #3d4971;
  font-size: 18px;
}

.obsah-s-boxy__grid{
  max-width: 1030px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 32px;
  padding: 0 0 64px 0;
}

.obsah-s-boxy__item{
  display: flex;
  flex-direction: column;
  width: calc(100% / 3 - 22px);
  background: #ffffff;
  border: 1px solid #e5eafc;
  border-radius: 24px;
  box-shadow: 0px 6px 16px rgba(65, 88, 206, 0.1);
}

.obsah-s-boxy__top{
  padding: 24px 16px 34px 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.obsah-s-boxy__bottom{
  background: #d9dffd;
  padding: 22px;
  border-radius: 0 0 24px 24px;
}

.obsah-s-boxy__icon{
  font-size: 0;
  text-align: center;
  margin: 0 0 24px 0;
}

.obsah-s-boxy__title{
  margin: 0 0 12px 0;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #0d1f4c;
}

.obsah-s-boxy__text{
  color: #3d4971;
  text-align: center;
  margin: 0 0 24px 0;
}

.obsah-s-boxy__list{
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
}

#primary .obsah-s-boxy__list li{
  margin: 0;
  line-height: 1.4;
  list-style-type: none;
  padding-left: 32px;
  background: url('../../../dist/img/chevron-right-light.svg') no-repeat left top -2px;
  color: #3d4971;
  margin: 0;
}

.obsah-s-boxy__bottom{
  text-align: center;
}

.obsah-s-boxy__small-text{
  color: #4158ce;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 4px 0;
}

.obsah-s-boxy__price{
  color: #4158ce;
  font-weight: 700;
  font-size: 32px;
}

@media(max-width: 991px){
  .obsah-s-boxy__item{
    width: calc(100% / 2 - 16px);
  }
}

@media(max-width: 767px){
  #primary .obsah-s-boxy__content p{
    font-size: 16px;
  }

  .obsah-s-boxy__grid{
    gap: 20px;
  }

  .obsah-s-boxy__content h2{
    margin: 32px 0 20px 0;
  }

  .obsah-s-boxy__item{
    width: 100%;
  }
}
