.lawyer-info__block {
  padding-top: 20px;
}

.lawyer-info__block .btn {
  height: 42px;
  text-transform: uppercase;
  background: none;
  color: #770358 !important;
  font-size: 14px;
  line-height: 38px;
  border-radius: 4px;
  border: solid 2px #770358;
  box-shadow: none;
  font-weight: bold;
}

.lawyer-info__block  .button-style {
  background-color: #770358;
  color: white !important;
}

.lawyer-info__block__header {
  text-align: center;
}

.lawyer-info__block__germany-image {
  text-align: center;
}

.lawyer-info__block__image__title {
  text-align: center;
  font-size: 14px;
  margin-top: 27px;
}

.lawyer-info__block__lawyer-group {
  margin: 20px 90px;
  font-size: 14px;
  line-height: 20px;
}

.lawyer-info__block__lawyer-group__name {
  font-weight: bold;
  color: #228288;
}

.lawyer-info__block__lawyer-group__image {
  display: flex;
  justify-content: center;
}

.lawyer-info__block__lawyer-one {
  font-size: 14px;
  width: 270px;
  text-align: left;
}

.lawyer-info__block__lawyer-two {
  font-size: 14px;
  width: 270px;
  text-align: left;
}

.lawyer-info__block__lawyer-group__button {
  display: flex;
  justify-content: center;
}

.slick-dots {
  font-size: 0;
  list-style-type: none;
  margin: 17px 0;
  padding: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.slick-dots:last-child {
  margin-right: 0;
}

.slick-dots .slick-active button{
  background-color: #228288;
}

.slick-dots button {

  background-color: #9B9B9B;
  border: none;

  border-radius: 5px;
  display: block;
  font-size: 0;
  height: 10px;

  outline: none;
  padding: 0;
  width: 10px;
}


@media(max-width:1240px) {
  .lawyer-info__block__lawyer-group {
    margin: 40px 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .lawyer-info__block__lawyer-group--mobile {
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
  }
}

