.container-for-author {
  overflow: hidden;
}
.container-for-author .custom-distances {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 570px) {
  .container-for-author .custom-distances {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.container-for-author .title-for-articles-author {
  margin-bottom: 30px;
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 570px) {
  .container-for-author .title-for-articles-author {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.container-for-author .description-author {
  color: #000;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-right: 130px;
}
@media (max-width: 570px) {
  .container-for-author .description-author p {
    font-size: 15px;
  }
}
.container-for-author .title-author {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 570px) {
  .container-for-author .title-author {
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 24px;
  }
}
.container-for-author section.header-one {
  padding-top: 33px;
  padding-bottom: 40px;
}
.container-for-author .header-one {
  margin-bottom: 33px;
}
.container-for-author .img-offers-wrapper {
  position: relative;
  max-width: 400px;
  height: 300px;
}
.container-for-author .img-offers {
  max-width: 430px;
  height: 302px;
  border-radius: 20px;
  border: 1px solid #ECECEC;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #FFFFFF;
}
.container-for-author .img-offers img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.container-for-author .dots {
  position: absolute;
  width: 150px;
  height: 159px;
  z-index: 1;
  opacity: 1;
}
.container-for-author .top-left {
  top: -30px;
  left: -30px;
}
.container-for-author .bottom-right {
  bottom: -31px;
  right: -70px;
}
@media (max-width: 768px) {
  .container-for-author .description-author {
    padding-right: 0px;
  }
}

/*# sourceMappingURL=author_profile.css.map */
