.c-4-col {
  padding: 30px 0 35px;
  padding: 3rem 0 3.5rem;
}
@media all and (min-width: 1280px) {
  .c-4-col {
    padding: 4rem 0 5rem;
  }
}
.c-4-col__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin: 0 -1rem;
}
@media all and (min-width: 1280px) {
  .c-4-col__inner {
    flex-wrap: nowrap;
  }
}
.c-4-col__item {
  padding: 0 10px;
  padding: 0 1rem;
  flex: 1 1 100%;
  padding-bottom: 30px;
  padding-bottom: 3rem;
}
.c-4-col__item:hover,
.c-4-col__item:focus,
.c-4-col__item:active {
  text-decoration: none;
  color: #312F2F;
}
.c-4-col__item:hover.c-4-col__item--shop .c-4-col__item__image__wrapper,
.c-4-col__item:focus.c-4-col__item--shop .c-4-col__item__image__wrapper,
.c-4-col__item:active.c-4-col__item--shop .c-4-col__item__image__wrapper {
  background: #9C1D57;
}
.c-4-col__item:hover.c-4-col__item--learn .c-4-col__item__image__wrapper,
.c-4-col__item:focus.c-4-col__item--learn .c-4-col__item__image__wrapper,
.c-4-col__item:active.c-4-col__item--learn .c-4-col__item__image__wrapper {
  background: #D68629;
}
.c-4-col__item:hover.c-4-col__item--plan .c-4-col__item__image__wrapper,
.c-4-col__item:focus.c-4-col__item--plan .c-4-col__item__image__wrapper,
.c-4-col__item:active.c-4-col__item--plan .c-4-col__item__image__wrapper {
  background: #4B1A78;
}
.c-4-col__item:hover.c-4-col__item--liturgia .c-4-col__item__image__wrapper,
.c-4-col__item:focus.c-4-col__item--liturgia .c-4-col__item__image__wrapper,
.c-4-col__item:active.c-4-col__item--liturgia .c-4-col__item__image__wrapper {
  background: #0796A7;
}
.c-4-col__item:hover.c-4-col__item--onlinecourses .c-4-col__item__image__wrapper,
.c-4-col__item:focus.c-4-col__item--onlinecourses .c-4-col__item__image__wrapper,
.c-4-col__item:active.c-4-col__item--onlinecourses .c-4-col__item__image__wrapper {
  background: #BD130F;
}
@media all and (min-width: 768px) {
  .c-4-col__item {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media all and (min-width: 1280px) {
  .c-4-col__item {
    padding-bottom: 0;
    flex-basis: 25%;
    mamx-width: 25%;
  }
}
.c-4-col__item__image__wrapper {
  width: 150px;
  width: 15rem;
  height: 150px;
  height: 15rem;
  border-radius: 100%;
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  padding: 2.5rem 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  transition: background 0.3s;
}
.c-4-col__item--shop .c-4-col__item__image__wrapper {
  background-color: #B6326E;
}
.c-4-col__item--learn .c-4-col__item__image__wrapper {
  background-color: #EC9C3F;
}
.c-4-col__item--plan .c-4-col__item__image__wrapper {
  background-color: #673694;
}
.c-4-col__item--liturgia .c-4-col__item__image__wrapper {
  background-color: #09B5CA;
}
.c-4-col__item--onlinecourses .c-4-col__item__image__wrapper {
  background-color: #E32925;
}
.c-4-col__item__image__wrapper:hover,
.c-4-col__item__image__wrapper:focus,
.c-4-col__item__image__wrapper:active {
  text-decoration: none;
}
@media all and (min-width: 1280px) {
  .c-4-col__item__image__wrapper {
    width: 22.5rem;
    height: 22.5rem;
    padding: 3.6rem 0;
  }
}
.c-4-col__item__image__wrapper .i-long-arrow-right {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  flex-shrink: 0;
}
@media all and (min-width: 768px) {
  .c-4-col__item__image__wrapper .i-long-arrow-right {
    font-size: 2rem;
  }
}
.c-4-col__item__image__text__wrapper {
  max-width: 100%;
}
.c-4-col__item__image__text__wrapper .e-icon {
  fill: #fff;
  font-size: 20px;
  font-size: 2rem;
  margin-right: -5px;
  margin-right: -0.5rem;
}
.c-4-col__item__image__text__wrapper__copy {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
  flex-basis: 100%;
  padding: 0 20px;
  padding: 0 2rem;
  text-align: center;
}
@media all and (min-width: 1280px) {
  .c-4-col__item__image__text__wrapper__copy {
    font-size: 2.2rem;
    padding: 0 3.7rem;
  }
}
.c-4-col__item__image__icon {
  opacity: 0.5;
}
.c-4-col__item__image__icon .e-icon {
  font-size: 50px;
  font-size: 5rem;
  fill: #fff;
  flex-basis: 50px;
  flex-basis: 5rem;
}
@media all and (min-width: 1280px) {
  .c-4-col__item__image__icon .e-icon {
    font-size: 7.7rem;
    flex-basis: 7.7rem;
  }
}
@media all and (min-width: 1280px) {
  .c-4-col__item__text {
    padding: 0 2rem;
  }
}
.c-4-col__item__text__list {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0 5px;
  padding: 1rem 0 0.5rem;
}
.c-4-col__item__text__list__item {
  margin: 0;
  font-style: italic;
  color: #312F2F;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 0 10px;
  padding: 0 1rem;
  position: relative;
}
.c-4-col__item__text__list__item:not(:last-child):before {
  content: '';
  position: absolute;
  width: 1px;
  width: 0.1rem;
  height: 15px;
  height: 1.5rem;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: #312F2F;
}
@media all and (min-width: 1280px) {
  .c-4-col__item__text__list__item {
    font-size: 1.8rem;
  }
}
.c-4-col__item__text__copy p {
  text-align: center;
  margin: 0 auto;
  max-width: 350px;
  max-width: 35rem;
  color: #312F2F;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 20px;
  margin-top: 2rem;
}
@media all and (min-width: 1280px) {
  .c-4-col__item__text__copy p {
    font-size: 1.8rem;
  }
}
