.advance-profile{
  padding: 96px 0;
}

.advance-profile h4.label{
  font-weight: 700;
}
.profile-content{
  color: var(--primary);
  font-family: "Larsseit";
  font-weight: 400;
  font-style: normal;
}

@media(max-width: 767px){
  .advance-profile{
    padding: 80px 0;
  }
}