body{
    counter-reset: step;
}

a:hover {
    color: white;
}

/*MEMBERSHIP SECTION*/
.membership-container{
    justify-content: space-between;
    margin-top: 40px;
    padding: 0px 120px;
}


.membership{
    text-align: center;
    border: solid 1px #21314f;
    padding: 20px 55px;
    min-height: 416px;
    margin-bottom: 20px;
}

.membership-title{
    margin: 15px 0px;
    font-size: 21px;
    font-weight: 600;
    color: #e63946;
}

.membership-description{
    font-size: 18px;
    line-height: 1.22;
    color: #555454;
}

/*WHAT-WE-OFFER*/
/*WHAT-WE-EXPECT*/
.expects-container,
.offers-container{
    padding: 0px 120px;
}

.what-we-expect-img,
.what-we-offer-img{
    width: 100%;
    object-fit: cover;
    height: 353px;
}

div#what-we-expect-text ul{
    padding-left: 0px;
    list-style-image: url("/dist/images/check-black.svg");
}

div#what-we-expect-text li,
div.offers-container li{
    margin-top: 20px;
}

div.offers-container ul{
    padding-left: 20px;
    list-style-image: url("/dist/images/check.svg");
}

#what-we-offer{
    background-image: url("/dist/images/member-header-img.png");
}

#what-we-expect-text{
    padding-left: 30px;
}

#what-we-expect p.section-title{
    padding: 0px 110px;
}

#what-we-expect-text > p{
    margin-left: -20px;
}

#what-we-offer-text{
    padding: 0px 20px 0px 0px;
}

/*MEMBERSHIP FEES SECTION*/
#membership-fees{
    position: relative;
    background-image: url("/dist/images/management-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 55px;
}

#membership-fees .section-title::after{
    border-color: white;
}

.fees-container{
    justify-content: space-between;
    margin: 45px 0px;
    padding: 0px 110px;
}

.fee{
    height: 116px;
    background-color: rgb(230,75,84, 0.76);
    text-align: center;
    padding: 25px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fee-title{
    color: #ffffff;
    font-size: 18px;
    height: fit-content;
    line-height: 1;
    margin-bottom: 10px;
}

.fee-price{
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
}

/*HOW TO BECOME MEMBER SECTION*/
div#how-to-become ul{
    list-style: none;
    padding: 0px 140px;
    font-size: 18px;
    line-height: 1.33;
    color: #555454;
    margin: 36px 0px;
}

div#how-to-become li{
    position: relative;
    margin: 22px 0px;
    padding-left: 10px;
}

div#how-to-become li::before {
    counter-increment: step;
    content: counter(step);
    list-style: none;
    background-color: #1d3557;
    color: white;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 100%;
    z-index: -1;
    left: -29px;
    top: -4px;
    padding-left: 10px;
    padding-top: 5px;
}

.download-form-button{
    width: 336px;
    height: 71px;
    background-color: #1d3557;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 71px auto 0px;
}


@media (max-width: 969px) {
    /*JOIN THE NETWORK*/

    /*MEMBERSHIP SECTION*/
    .membership{
        margin:10px 0px;
    }

    .membership-container{
        padding: 0px 120px;
    }

    /*WHAT-WE-OFFER*/
    .offers-img{
        order: 1;
        margin-bottom: 27px;
    }

    #what-we-offer-text{
        order: 2;
        /*padding: 0px 0px 0px 10px;*/
    }

    /*WHAT-WE-EXPECT*/
    .expects-img{
        margin-bottom: 27px;
    }

    #what-we-expect-text{
        padding-left: 20px;
    }

    /*MEMBERSHIP-FEES*/
    .fee{
        margin: 10px 0px;
    }
}

@media (max-width: 479px) {
    #what-we-offer-text {
        padding: 0px 0px 0px 10px;
    }

    div#what-we-expect-text ul {
        padding-left: 40px;
    }

    p.section-title,
    div#how-to-become ul {
        padding: 0px 80px;
    }
}

@media (max-width: 469px) {

    .section-info.p-0.mt-4,
    .expects-container, .offers-container,
    .section-title,
    #what-we-expect p.section-title{
        padding: 0px 50px;
    }

    #what-we-expect-text p{
        padding: 0px 20px;
    }

    #what-we-offer div.section-info p,
    #membership-fees div.section-info p,
    #how-to-become div.section-info p,
    #membership-fees p.section-title{
        padding: 0px 0px;
    }

    #what-we-expect-text {
        padding: 0px 0px 0px 10px;
    }

    .membership-container {
        padding: 0px 50px;
        margin: 0px;
    }

    .fees-container{
        padding: 0px;
    }

    .fee-title {
        padding: 0px 30px;
        font-size: 15px;
    }

    .fee-price {
        padding: 0px 30px;
        font-size: 18px;
    }

    .how-to-become-ul {
        padding: 0px 80px
    }

    #what-we-expect-text > p{
        margin-left: 20px;
    }

    .membership {
        text-align: center;
        border: solid 1px #21314f;
        padding: 20px 25px;
    }

    .fee {
        padding: 8px 0px;
    }

    .expects-container, .expects-img {
        padding: 0px 30px;
    }

    .what-we-expect-ul {
        padding-left: 43px;
    }

    .download-form-button {
        padding: 0px 50px;
        background-clip: content-box;
    }

    #membership-fees div div.section-info {
        padding: 0px;
    }
}

@media (max-width: 379px) {
    .membership {
        padding: 20px 25px;
    }

    .membership img{
        width: 110px;
    }
}