.brand-btn-container {
    display: flex;
    margin-bottom: 20px;
}

.nuc-instructions {
    transition: all 0.5s ease;
    margin-bottom: 30px;
}

.white-box {
    width: 100%;
    max-width: 160px;
    max-height: 160px;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 2px 5px 0 rgba(2, 2, 2, 0.25);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px 20px 20px 0;
    cursor: pointer;
    user-select: none;
}

.white-box.icon,
.white-box.icon:hover {
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.white-box.icon svg {
    height: 100%;
    width: 100%;
    fill: #666;
}

.white-box.icon.other-brands h2 {
    font-size: 24px;
    text-align: center;
    position: relative;
    display: block;
    font-weight: normal;
    top: calc(50% - 30px);
    color: #666;
    font-family: "VodafoneRegular", Arial, sans-serif;
}

.white-box.icon.active{
    border-bottom: 2px solid #E60000;
}

.white-box h2 {
    margin: auto;
}

.white-box.icon.other-brands.active h2, .white-box.icon.other-brands h2:hover {
    color: #000;
}

.other-brand-options select, .other-brand-options .col.w-80  {
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px){

    .white-box.icon.other-brands h2 {
        font-size: 20px;
        top: calc(50% - 20px);
    }

}