﻿.card-broadband {
    height: 220px;
    background-color: #161b49;
    border-radius: 0;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.155);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.card-broadband a:hover {
    color: #f5f5f5;
}

.inner-card {
    width: 80%;
    background-color: #ec4176;
    height: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-bottom: -35px;

    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.155);
    transition: 0.3s;
    text-decoration: none;
}

.inner-card:hover {
    background-color: #ed2262;
    transform: scale(1.03);
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.2);
}

.card-text {
    color: #fff;
    display: flex;
    align-self: flex-start;
    align-items: baseline;
}

.text-bandwidth {
    font-size: 1rem;
    font-weight: bold;
}

.card-price {
    color: #fff;
    display: flex;
    align-items: baseline;

    font-size: 2.3rem;
    font-weight: bold;
}

.text-month {
    font-size: 0.7rem;
    margin-left: 0.5rem;
}

.text-tc {
    font-size: 1.2rem;
    font-weight: bold;
}
.text-tc-sub {
    font-size: 0.85rem;
}

.clr-red {
    color: #ec4176;
}

@media (max-width: 416px) {
    .text-bandwidth {
        font-size: 0.8rem;
    }
    .card-price {
        font-size: 2rem;
    }
    .text-month {
        font-size: 0.5rem;
    }
    .text-tc {
        font-size: 1rem;
    }
    .text-tc-sub {
        font-size: 0.6rem;
    }
}

.card-broadband-tc {
    height: 275px;
    background-color: #d9d9d9;
    border-radius: 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.368);
    padding: 20px;
}

.footer-ban-bb {
    width: 100%;
}
