.behind_beacon p {
    max-width: 875px;
}
.behind_beacon  h2 {
    font-weight: 600;
      font-family: var(--font-h2--family);
}
.behind_beacon {
    margin-bottom: 30px;
}
@media only screen and (max-width:991px){
.behind_beacon .section {
	padding: 0 40px;
}
}
@media only screen and (max-width:767px){
.behind_beacon .section {
	padding: 0 20px;
}
.behind_beacon h2 {
	padding-top: 30px;
}
}