.where-it-all-began-section {
  padding:280px 0 100px;
  width: 100%;
}
.where-it-all-began-section .full-area {
  max-width: 1360px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.where-it-all-began-section .full-area .left-area {
  width: 50%;
  padding: 0 70px 0 0;
}
.where-it-all-began-section .full-area .right-area {
  width: 50%;
}
.where-it-all-began-section .full-area .left-area h2 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 48px;
  line-height: 57px;
  font-weight: 600;
  font-family: 'Lexend';
  display:inline-block;
}
.where-it-all-began-section .full-area .left-area h2 b{
  display:block;
  font-weight: 600;  
}
.where-it-all-began-section .full-area .left-area p{
  padding: 0;
  margin: 0 0 25px 0;
  color: #000;
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Inter';
}
.where-it-all-began-section .full-area .left-area a{
 text-transform: capitalize;
  font-size: 17px;
  color: #000;
  font-family: 'Lexend';
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
  margin: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 0 0 5px;
  border-bottom: 1px solid #000;
  text-align: center;
}
.where-it-all-began-section .full-area .left-area a:hover{
     color: #008DF2;
  border-bottom: 1px solid #008DF2;
}
