.block-our-works {
  margin-bottom: 60px;
}
.block-our-works .block-title-wrapper {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.block-our-works .block-title-wrapper .block-title {
  margin-bottom: 0px;
  padding-right: 15px;
  margin-right: 80px;
}
.block-our-works .block-title-wrapper .title-right .description-right {
  font-weight: 400;
  line-height: 140%;
  color: #4F4F4F;
  margin-bottom: 5px;
}
.block-our-works .block-title-wrapper .title-right .go-to-works {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-weight: 700;
  line-height: 140%;
  color: #DA6A00;
  transition: opacity 0.3s ease;
}
.block-our-works .block-title-wrapper .title-right .go-to-works:hover {
  opacity: 0.7;
}
.block-our-works .block-title-wrapper .title-right .go-to-works .arrow {
  min-width: 18px;
  width: 18px;
  height: 18px;
}
.block-our-works .block-title-wrapper .title-right .go-to-works .arrow svg {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 991px) {
  .block-our-works {
    margin-bottom: 40px;
  }
  .block-our-works .block-title-wrapper {
    flex-direction: column;
    align-items: normal;
  }
  .block-our-works .block-title-wrapper .block-title {
    margin-right: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
  }
}