.forth {
  background-image: url(../images/forth_back_1.png);
  background-position: center -200px;
  background-repeat: no-repeat;
  padding-top: 5.3em;
  padding-bottom: 7.4em; }
  .forth__subtitle {
    position: relative;
    display: inline-block; }
    .forth__subtitle:after {
      content: "";
      position: absolute;
      bottom: -.35em;
      left: .07em;
      width: 2em;
      border-bottom: 2px solid #035df9; }
  .forth__blocks {
    display: flex;
    flex-wrap: wrap;
    width: 66em;
    max-width: 100%;
    margin-top: -1em; }
  .forth__block {
    position: relative;
    width: 50%;
    display: flex;
    flex-basis: 33em;
    align-items: flex-start;
    padding-left: 2em;
    margin-top: 7.7em; }
    .forth__block-left {
      position: relative; }
      .forth__block-left:before {
        content: "";
        position: absolute;
        top: -2.6em;
        left: -3.8em;
        width: 6em;
        height: 6em;
        border-radius: 50%;
        background-color: #f3f3f4; }
    .forth__block-right {
      position: relative;
      margin-left: 2em; }
    .forth__block-desc {
      text-transform: uppercase;
      width: 18em;
      font-size: 1.1em; }
  .forth__icon {
    position: relative;
    z-index: 100; }
  .forth__square {
    position: absolute;
    z-index: 50;
    width: 4em;
    height: 4em;
    top: -1em;
    left: -2em;
    border: 0.6em solid #035df9; }
  .forth__button {
    position: absolute;
    padding: .7em 1.4em;
    letter-spacing: -1px;
    font-size: 1.1em;
    font-weight: 600;
    display: inline-block;
    margin-top: 1em; }

@media (max-width: 1200px) {
  .forth {
    background-image: url();
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 10em;
    text-align: center; }
    .forth__blocks {
      margin: auto;
      justify-content: center; }
    .forth__button {
      left: 1em; } }

@media (max-width: 620px) {
  .forth {
    padding-top: 3em;
    padding-bottom: 3em; }
    .forth__block {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 3em; }
      .forth__block-right {
        margin-top: 1em;
        margin-left: 0; }
    .forth__button {
      position: static; } }
