#total-para{
  padding:5rem 0;
}
@media(max-width: 991px){
  #total-para{padding: 0 0 5rem 0;
}}
#parallax-effect {
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#textimgparallax {
  margin:0 3rem;
  padding: 2rem 2rem;
  border: solid 1px #b18888;
  background: #ffffff52;
  max-width: 35rem;
}
#textimgparallax p, .btnfa{
  margin: 1px;
}
