.business-views-wrapper{
  margin-top:58px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding-right: 60px;
}

.busines-text{
  font-family: var(--primary-bold-font);
  font-weight: 700;
  color: #fff;
  font-size: 8px;
  line-height:1;
  letter-spacing: 0.01px;
}
.bbb-business p{
  font-weight: 800;
  font-family: var(--primary-bold-font);
}
.bbb-business p > strong{
  font-family:"Gantari";
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
  font-family: "";
}

.both-content{
  display: inline-grid;
}

.bbb-business .both-content{
  padding-left: 7px;
}

.bbb-business .img-view{
  border-right: 1px solid #fff;
  padding-right: 7px;
}



.business-views{
  display:flex;
  gap:5px;
  align-items: center;
}

.review-star{
  display:flex;
  align-items: center;
  gap: 6px;
}

.review-star img{
   width:11px;
   height:11px;
}



.business-views .img-view img{
    width:100%;
    max-width:43px;
}

.business-views p strong{
  font-weight:700;
  font-family: var(--primary-bold-font);
}

.business-views p {
  color: #fff;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 400;
  margin: 0;
}

.main-success-div{
  width:100%;
  max-width:980px;
  margin:0 auto;
}

.success-btn-main .btn{
  margin-left:auto;
  margin-right:auto;
  margin-top:30px;
}

.success-message > h2{
  font-size:40px;
}

.success-message > *:not(h1,h2,h3,h4,h5,h6){
  font-size:18px;
  margin-bottom:5px;
}

.important-note-below-form{
  margin-top: 30px;
}

.important-note-below-form p{
  margin-top:15px;
  margin-bottom: 0;
  font-size:10px !important;
  color: var(--white);
  line-height: 1.5 !important;
}

@media only screen and (max-width: 1200px){
  .business-views-wrapper{
    margin-top:26px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 640px){
  .business-views-wrapper{
    gap: 22px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.business-views-wrapper