.how-it-banner {
    position: relative;
    padding:100px 0 220px;

}
.how-it-banner .full-area {
    display: flex;
	max-width:100%;
	margin:0 auto;
	padding:0px;
}
.how-it-banner .full-area h1{
    font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 76px;
    line-height: 87px;
    letter-spacing: 0.16px;
    margin: 0 0 18px 0;
    padding: 0;
    color: #000;
}
.how-it-banner .full-area .how-it-left-content-box {
    width: 50%;
    padding: 0 120px 0 260px;
    display: flex;
    align-items: center;
}
.how-it-banner .full-area .how-it-right-image-product{
   width:50%;
   text-align: right;
}


.how-it-banner .full-area .des-para{
  font-family: 'Halyard Display Book';
   font-weight: normal;
   font-style: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color:#000;
}
.how-it-banner .full-area .how-banner-btn-box a {
    border: 1px solid #172836;
    background:#172836;
    margin: 0;
    width: 100%;
    display: block;
	max-width:200px;
    /*height: 53px;*/
    padding: 14px 15px;
    font-family: Halyard Display;
    font-weight: 400;
    font-size: 18px;
    line-height: 24.79px;
    letter-spacing: 2%;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	text-align:center;
}
.how-it-banner .full-area .how-banner-btn-box a:hover{
    border: 1px solid #648AA8;
    background-color:#648AA8;
}
.how-banner-btn-box {
   display: flex;
	gap: 20px;
    margin-top:65px;
}
.how-it-banner .full-area .how-banner-btn-box a:last-child{
  border:1px solid #000;
  background:#fff;
  color:#393939;
}
.how-it-banner .full-area .how-banner-btn-box a svg {
  margin-right:10px;
}
.how-it-banner .full-area .how-banner-btn-box a:hover:last-child{
    background-color:#172836;
	border: 1px solid #172836;
	color:#fff;
}

.how-it-banner .full-area .how-banner-btn-box a:hover svg path {
  fill:#fff;
   -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
