.banner {
    height: 600px;
    width: 100%;
    display: table;
    background-image: url('../Images/member-services-page-cover-photo-19-02-25.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.banner>.layer {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 50px
}

.banner>.layer>.title {
    font-size: 70px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff
}

.banner>.layer>.details {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #fff;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.service {
    padding: 20px
}

.service>.title {
    padding: 50px;
    font-size: 30px;
    text-align: center;
    font-weight: bold
}

.service>.item {
    position: relative;
    float: left;
    width: 50%;
    padding: 50px;
    display: table
}

.service>.item>.icon {
    width: 80px;
    display: table-cell;
    vertical-align: top;
    font-size: 50px
}

.service>.item>.details {
    display: table-cell;
    vertical-align: top;
    font-size: 18px
}

.service>.item>.details>.title {
    display: table-cell;
    vertical-align: bottom;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #08ae45
}

.service>.become-a-member {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding-top: 50px
}

.service>.become-a-member>button {
    padding: 10px 20px;
    background-color: #08ae45;
    color: #fff;
    font-size: 25px;
    border: none;
    border-radius: 7px
}

.service>.become-a-member>button:hover {
    background-color: #049339;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .1)
}

@media(max-width:991px) {
    .banner {
        height: 400px
    }

    .banner>.layer>.title {
        font-size: 50px
    }

    .banner>.layer>.details {
        font-size: 25px
    }

    .service {
        padding: 0
    }

    .service>.title {
        padding: 50px 10px;
        font-size: 25px
    }

    .service>.item {
        padding: 20px
    }

    .service>.become-a-member {
        font-size: 30px;
        padding: 50px
    }

    .service>.become-a-member>button {
        padding: 10px 20px;
        font-size: 20px;
        margin-top: 10px
    }
}

@media(max-width:767px) {
    .banner {
        height: 300px
    }

    .banner>.layer>.title {
        font-size: 40px
    }

    .banner>.layer>.details {
        font-size: 20px
    }

    .service>.item>.icon {
        width: 60px;
        font-size: 40px
    }

    .service>.item>.details {
        font-size: 16px
    }

    .service>.item>.details>.title {
        font-size: 20px
    }

    .service>.become-a-member {
        font-size: 25px;
        padding: 40px
    }

    .service>.become-a-member>button {
        padding: 10px 20px;
        font-size: 18px;
        margin-top: 10px
    }
}

@media(max-width:600px) {
    .banner {
        height: 250px
    }

    .banner>.layer>.title {
        font-size: 30px
    }

    .banner>.layer>.details {
        font-size: 17px
    }

    .service>.title {
        padding: 40px 10px;
        font-size: 22px
    }

    .service>.item {
        padding: 10px
    }

    .service>.item>.icon {
        width: 40px;
        font-size: 30px
    }

    .service>.item>.details {
        font-size: 14px
    }

    .service>.item>.details>.title {
        font-size: 17px
    }

    .service>.become-a-member {
        font-size: 20px;
        padding: 40px
    }

    .service>.become-a-member>button {
        padding: 5px 10px;
        font-size: 16px;
        margin-top: 10px
    }
}

@media(max-width:500px) {
    .banner {
        height: 200px
    }

    .banner>.layer {
        padding: 20px
    }

    .banner>.layer>.title {
        font-size: 30px
    }

    .banner>.layer>.details {
        font-size: 15px
    }

    .service>.title {
        font-size: 20px
    }

    .service>.item>.details {
        font-size: 12px
    }

    .service>.item>.details>.title {
        font-size: 14px
    }
}
