.ar23-title {
  width: 100%;
  padding-bottom: 90px;
  margin-bottom: 56px;
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 719px) {
  .ar23-title {
    display: block;
  }
}

.ar23-title h2 {
  font-size: 48px;
  line-height: 56px;
}

.lang-fr .ar23-title h2 {
  line-height: 55px;
}

.ar23-title-icon {
  width: 76px;
  margin-bottom: 20px;
}

.ar23-title-texts {
  padding: 0 0 15px;
  width: 100%;
}

.ar23-title-line-1 {
  display: block;
  padding-top: 8px;
}

.ar23-es .ar23-title-line-1 {
  padding-bottom: 6px;
}

.ar23-title-share {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 40px;
  left: 0;
}

.ar23-title-share a {
  display: block;
  height: 100%;
  width: 100%;
}

.ar23-title .ar23-line {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media all and (min-width: 768px) {
  .ar23-title {
    padding-bottom: 45px;
  }

  .ar23-title-icon {
    float: left;
    width: 125px;
    margin-bottom: 0;
  }

  .lang-ar .ar23-title-icon {
    float: right;
  }

  .ar23-title-texts {
    width: calc(100% - 125px);
    padding: 0 80px 0 17px;
  }

  .lang-ar .ar23-title-texts {
    margin-left: unset;
    padding: 0 17px 0 80px;
  }

  .ar23-es .ar23-title-line-1 {
    padding-bottom: 12px;
  }

  .ar23-title-line-2 {
    font-size: 72px;
    line-height: 67px;
  }

  .lang-fr .ar23-title-line-2 {
    line-height: 95px;
  }

  .ar23-title-share {
    width: 60px;
    height: 60px;
    bottom: unset;
    left: unset;
    top: 48px;
    right: 0;
  }

  .lang-ar .ar23-title-share {
    left: 0;
    right: unset;
  }
}