.webStack {
  width: 1040px;
  margin: 0 auto 90px;
}
.webStack .container {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.webStack h1 {
  font-size: 42px;
  font-weight: 700;
  font-family: Montserrat-Bold;
  line-height: 1.285em;
  color: #141516;
  margin-bottom: 1.5rem;
}
.webStack .mb-3 {
  font-size: 1.2em;
  font-family: Montserrat;
  color: #141516;
  margin-bottom: 10px;
}
.webStack .content {
  margin-top: 3rem;
}
.webStack h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: Montserrat-Bold;
  color: #141516;
  margin-bottom: 1.5rem;
}
.webStack .tabs-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 300px;
}
.webStack .icon_box {
  margin-bottom: 2em;
  background-color: #f4f6f9;
  border-radius: 4px;
  padding: 10px;
  margin-right: 30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.webStack .icon_box:hover {
  background: #06f;
}
.webStack .icon_ {
  width: 40px;
  height: 40px;
}
.webStack .block {
  display: block;
}
.webStack .none {
  display: none;
}
.webStack .icon_box:hover .none {
  display: block;
}
.webStack .icon_box:hover .block {
  display: none;
}
.webStack .right {
  background: pink;
  width: 100%;
  margin-top: 5rem !important;
}
.webStack .right .right_content_box {
  position: relative;
}
.webStack .right .right_content {
  box-shadow: 0 10px 45px -9px rgba(0, 0, 0, 0.2);
  position: relative;
  background-color: #f4f6f9;
  border-radius: 4px;
  z-index: 99;
  padding: 50px;
}
.webStack .right .right_content .top {
  display: flex;
  align-items: center;
}
.webStack .right .right_content .top .top_icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.webStack .right .right_content .top .name {
  font-size: 24px;
  font-weight: 700;
  font-family: Montserrat-Bold;
  color: #141516;
}
.webStack .right .right_content .right_text {
  margin: 1.5rem 0 1.3em;
  font-size: 1.2em;
  font-family: Montserrat;
}
.webStack .right .right_content_box::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../img/services/bd-tabs-right.png") center right no-repeat;
  height: 89px;
  width: 178px;
  bottom: 126px;
  right: -120px;
  transform: rotate(90deg);
  z-index: 1;
}
.webStack .right .right_content_box::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../img/services/bd-tabs-bottom.png") center right no-repeat;
  height: 171px;
  width: 151px;
  bottom: -140px;
  right: 200px;
}
