/*BECOME MEMBER PAGE*/

/*PHONE*/
@media only screen and (max-width: 760px) {
    .become-member .hero-text {
        top: 200px; 
        left: 10%; 
        right: 10%;
    }
    .become-member .who-can-section {
        padding: 80px 10%;
    }
    .become-member .background-image-section {
        height: 300px;
    }
    .become-member .columns-switch {
        display: flex;
        flex-direction: column-reverse;
    }
}

/*TABLET*/
@media only screen and (min-width: 761px) and (max-width: 1200px) {
    .become-member .hero-text {
        top: 250px; 
        left: 20%; 
        right: 20%;
    }
    .become-member .who-can-section {
        padding: 80px 10%;
    }
    .become-member .who-can-columns {
        display: grid;
        grid-template-columns: 75% 25%;
        grid-template-rows: auto;
    }
}

/*DESKTOP*/
@media only screen and (min-width: 1201px) {
    .become-member .hero-text {
        top: 350px; 
        left: 20%; 
        right: 20%;
    }
    .become-member .who-can-section {
        padding: 150px 22%;
    }
}
