.showcase-business {
  width: 100%;
  background: #fff;
  padding: 75px 0 90px;
}
.showcase-business .full-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
  align-items: center;
}
.showcase-business .full-content .left-part {
  width: 40%;
  padding: 0 50px 0 0;
}
.showcase-business .full-content .right-part {
  width: 60%;
  text-align: right;
}
.showcase-business .full-content .left-part h1 {
  margin: 0 0 18px;
  padding: 0;
  color: #000;
  font-family: Lexend;
  font-size: 60px;
  font-weight: 600;
  line-height: 71px;
  letter-spacing: -0.04em;
  text-align: left;
}
.showcase-business .full-content .left-part p{
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  text-align: left;
  color: #000;
  margin: 0 0 35px;
  padding: 0;
}
.showcase-business .full-content .left-part a {
  max-width: 148px;
  margin: 0;
  display: block;
  padding: 10px 5px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 20px;
  height: 40px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  text-decoration: none;
  background: #008df2;
  width: 100%;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 16px;
  font-family: 'Lexend';
}
.showcase-business .full-content .left-part a:hover {
  background: #000;
  color: #fff;
}
