.cta-section,
.join-strip {
    background: var(--forest);
    color: #fff;
    padding: 100px 8vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
}
.cta-section > div:last-child {
    max-width: 400px;
    justify-self: end;
}
.cta-section p {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
}
.cta-section .button {
    width: 270px;
}
@media (max-width: 1365px){
    .cta-section, .join-strip {
        padding: 80px 8vw;
    }
}
@media (max-width: 1199px){
    .cta-section, .join-strip {
        padding: 80px 8vw;
    }
}
@media (max-width: 767px){
    .cta-section, .join-strip {
        padding: 60px 5vw;
        gap: 33px;
    }
}
@media (max-width: 599px){
    .cta-section, .join-strip {
        padding: 35px 5vw;
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .cta-section h2 br{
        display: none;
    }
    .cta-section > div:last-child {
        max-width: 100%;
        justify-self: stretch;
    }
    .cta-section h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .home .cta-section h2 {
        margin-bottom: 0;
    }
    .cta-section p {
        margin-bottom: 12px;
    }
}
@media (max-width: 375px){
    .cta-section h2 {
        font-size: 27px;
    }
    .cta-section p {
        line-height: 22px;
    }
}