
.goodbye-text{
  padding-top:120px;
  padding-bottom:60px;
  max-width:70%;
}
.goodbye-section{
  background:#f2cf67;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
}
@media only screen and (max-width:768px){
  .goodbye-text p{
    font-size:18px !important;
  }
}