.specific-article-image {
  align-self: baseline;
  float: right;
  margin-left: 20px;
}

.wraper {
  display: flex;
  flex-direction: column;
  max-width: 80% !important;
  margin-left: 0 !important;
  margin-right: 100px !important;
  margin-bottom: 200px;
}

.article-title {
  align-self: center;
  margin-bottom: 20px;
}

.content-image-wraper {
  margin-right: 4%;
  width: 100%;
}

.widget-area {
  width: 80%;
  max-width: 80%;
}

#button-slider-left {
  margin-left: -20px;
}

#button-slider-right {
  margin-right: -20px;
}

.article-content {
  font-weight: lighter;
  font-size: 17px;
  line-height: 2;
}

@media (min-width: 1600px) {
  .content-image-wraper {
    margin-right: 6.5%;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wraper {
    margin-right: 15px !important;
  }
  .madadim-root {
    position: sticky !important;
  }
  .article-title {
    font-size: 24px;
  }
}
