.pa-fbanner-star{
  margin-bottom: 2rem;
}
section:nth-of-type(1)  .justify-center 
,section:nth-of-type(7)  .justify-center{
  justify-content: end !important;
}

section:nth-of-type(5) {
  margin: unset;
}
  section:nth-of-type(5) .container{
    padding: unset;
  }
 section:nth-of-type(4){
  margin-bottom: 30px !important;
 }
@media(max-width:768px) {
     section:nth-of-type(4){
  margin-bottom: 15px !important;
 }  
  section:nth-of-type(7)  .justify-center{
  margin-bottom: 4rem;
}
}