.swop25-circles {
  max-width: 1123px;
}

.swop25-circles-item {
  padding-bottom: 48px;
}

.swop25-circles-item:last-child {
  padding-bottom: 0;
}

.swop25-circles-imgs {
  margin: 0 auto;
  width: 220px;
  border-radius: 50%;
  overflow: hidden;
}

.swop25-circles-imgs img {
  border-radius: 50%;
  overflow: hidden;
}

.swop25-circles-texts {
  padding-top: 25px;
}

h3.swop25-circles-title {
  margin: 0 0 6px 0;
  padding-bottom: 11px;
  font-size: 24px;
  line-height: 32px;
  position: relative;
}

.swop25-circles-title:after {
  content: '';
  width: 0;
  height: 5px;
  background: url(images/underline.svg) left top no-repeat;
  background-size: 250px 5px;
  position: absolute;
  bottom: 0;
  left: -5px;
  transition: width 0.3s ease-out;
}

.swop25-circles-item-inner.has-animated .swop25-circles-title:after {
  width: 250px;
}

p.swop25-circles-descr {
  margin: 0;
  font-size: 20px;
  line-height: 32px;
}

@media all and (min-width: 768px) {
  .swop25-circles-item {
    padding-bottom: 60px;
  }

  .swop25-circles-item:nth-child(odd) .swop25-circles-imgs,
  .swop25-circles-item:nth-child(even) .swop25-circles-texts {
    float: left;
  }

  .swop25-circles-item:nth-child(even) .swop25-circles-imgs,
  .swop25-circles-item:nth-child(odd) .swop25-circles-texts {
    float: right;
  }

  .swop25-circles-imgs {
    width: 200px;
  }

  .swop25-circles-texts {
    width: calc(100% - 200px);
    padding: 20px 45px 0 90px;
    box-sizing: border-box;
  }
}

@media all and (min-width: 1000px) {
  .swop25-circles-texts {
    padding: 20px 90px 0 90px;
  }
}

@media all and (min-width: 1200px) {
  .swop25-circles-item {
    padding-bottom: 110px;
  }

  .swop25-circles-imgs {
    width: 285px;
  }

  .swop25-circles-texts {
    width: calc(100% - 285px);
    padding-top: 65px;
  }
}
