
.benefits__container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.benefits__container-content-block {
    width: 100% !important;
    max-width: 920px !important;
    font-family: 'Vodafone';
    font-size: 17px;
    line-height: 130%;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 15px;
}

#benefits__theme-span {
    display: none;
}

/* .benefits__wrapper {
    margin: 0 auto;
    width: 100%; /* IE11 fix */
    /* max-width: 920px; */
/* } */

.benefits__why-text a {
    text-decoration: none;
    color: #000000;
}

.benefits__why-text a:hover {
    text-decoration: underline;
}

.benefits__why-text {
    color: #4a4d4e;
    font-family: Vodafone;
    font-size: 16px;
    padding: 12px 0 0;
    margin: 0;
    max-width: 90%;
}

h2.benefits__main-title {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    margin: 0 0 32px;
    padding: 0
}

.benefits__row {
    width: 100%;
    display: block;
}

.benefits__chevron-icon {
    display: inline-block;
    color: red!important;
    font-size: 25px;
    position: relative;
    bottom: -4px;
    left: 3px;
    font-family: Arial, Helvetica, sans-serif;
}
.benefits__chevron-link {
    font-weight: bold;
    color: #000;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    position: relative;
}

.benefits__chevron-link:hover {
    text-decoration: underline;
}

.benefits__chevron-link:after {
     content: 'j';
    font-family: 'VodafoneIcons';
    font-size: 15px;
    padding-left: 3px;
    position: absolute;
    right: -20px;
    top: 2px;
    color: red;
}

.benefits__why-vf-icon {
    width: 60px;
    height: 90px;
    background-position: center;
    background-repeat:no-repeat;
    background-size: 60px;
}

/* ------------------------------------------------------ THEME SPECIFIC STYLES ------------------------------------------------------ */

/*  #FFFFFF LIGHT */

    .benefits.bg-light {
        background-color:#FFFFFF;
    }

    .benefits.bg-light .benefits__why-vf-icon.change-phone {
        background-image: url("../img/wissel_white.svg")
    }

    .benefits.bg-light .benefits__why-vf-icon.roaming {
        background-image: url("../img/roaming_white.svg")
    }

    .benefits.bg-light .benefits__why-vf-icon.four-g {
        background-image: url("../img/4g-hi.svg")
    }

    .benefits.bg-light .benefits__why-vf-icon.giganet {
        background-image: url("../img/giganet_white.svg")
    }

    .benefits.bg-light .benefits__why-vf-icon.network{
        background-image: url("/_assets/img/5g/5g-system-icon.png");
        background-size:45px;
    }

/*  #EBEBEB LIGHT GREY */

    .benefits.bg-lightgrey {
        background-color:#EBEBEB;
    }

    .benefits.bg-lightgrey .benefits__why-vf-icon.change-phone {
        background-image: url("../img/wissel_grey.svg")
    }

    .benefits.bg-lightgrey .benefits__why-vf-icon.roaming {
        background-image: url("../img/roaming_grey.svg")
    }

    .benefits.bg-lightgrey .benefits__why-vf-icon.four-g {
        background-image: url("../img/4g-hi-dark.svg")
    }

    .benefits.bg-lightgrey .benefits__why-vf-icon.giganet {
        background-image: url("../img/giganet_grey.svg")
    }

    .benefits.bg-lightgrey .benefits__why-vf-icon.network{
        background-image: url("/_assets/img/5g/5g-hifi-icon.png");
        background-size: 45px;
    }

/*  #333333 DARK  */

    .benefits.bg-dark {
        background-color:#333;
    }

    .benefits.bg-dark .benefits__why-vf-icon.change-phone {
        background-image: url("../img/wissel_black.svg")
    }

    .benefits.bg-dark .benefits__why-vf-icon.roaming {
        background-image: url("../img/roaming_black.svg")
    }

    .benefits.bg-dark .benefits__why-vf-icon.four-g {
        background-image: url("../img/4g-hi-dark.svg")
    }

    .benefits.bg-dark .benefits__why-vf-icon.giganet {
        background-image: url("../img/giganet_black.svg")
    }

    .benefits.bg-dark .benefits__why-vf-icon.network{
        background-image: url("../img/netwerk_black.svg");
        background-size: 45px;
    }

    .benefits.bg-dark .benefits__why-text a, .benefits.bg-dark h2, .benefits.bg-dark .benefits__chevron-link {
        color:#fff;
    }

    .benefits.bg-dark .benefits__chevron-link {
        color: #fff;
    }

    .benefits.bg-dark .benefits__chevron-link:after {
        color:#fff;
    }


/* ------------------------------------------------------ MEDIA QUERIES ------------------------------------------------------ */
.benefits__items {
    display: flex;
    flex-basis: 24%;
    padding: 0;
}

/* 4 Collumn View */
@media only screen and (min-width: 993px) {
    .benefits__wrapper {
        padding-right: 0;
        padding-left: 0;
    }

    .benefits__chevron-link {
        margin-top: 48px;
    }

    .benefits__why-vf-section {
        border-left: 1px solid #c8c8c8;
        padding-left: 19px;
    }

    .benefits__why-vf-section:first-of-type {
        border-left: none;
        padding-left: 0;
    }

}

/* 2 Collumn View */
@media only screen and (max-width: 992px) {
    .benefits__wrapper {
        padding-right: 0;
        width: auto;
    }
    .benefits__chevron-link {
        margin-top: 48px;
    }

    .benefits__items {
        flex-wrap: wrap;
        padding: 0;
    }

    .benefits__why-vf-section {
        flex-wrap: wrap;
    }

    .benefits__why-vf-section {
        margin-bottom: 16px;
        flex-basis: 46%;

    }

    .benefits__why-vf-section:nth-of-type(2),
    .benefits__why-vf-section:nth-of-type(4)
    {
        border-left: 1px solid #C8C8C8;
        padding-left: 27px;
    }
}

/* 1 Collumn View */

@media only screen and (max-width: 543px) {
    .benefits__container-content-block {
        padding: 0;
    }
    .benefits__wrapper {
        padding: 36px 0;
        width: auto;
    }

    h2.benefits__main-title {
        font-size: 25px!important;
        margin-bottom: 5px;
    }

    .benefits__items {
        flex-wrap: wrap;
        padding: 0!important;
    }

    .benefits__why-vf-section:nth-of-type(2),
    .benefits__why-vf-section:nth-of-type(4)
    {
        border-left: none!important;
        padding: 0;
    }

    .benefits__why-vf-section {
        padding: 0;
        display: flex;
        min-height: 120px;
        border-bottom: 1px solid #C8C8C8;
        align-items: center;
        flex-wrap: nowrap;
        flex-basis: 100%;

    }

    .benefits__why-vf-section:nth-of-type(4) {
        border-bottom: none;
    }

    .benefits__why-vf-icon {
        margin-right: 32px;
        min-width: 60px;
    }

    .benefits__chevron-link {
        margin-top: 0;
    }
}

@media only screen and (max-width: 347px) {
    .benefits__chevron-link:after {
        right: 60px;
        top: 12px;
    }
}
