
.web-tiers {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    margin: 2vh auto;
    height: fit-content;
}

.display-web-contianer {
    display: flex;
    position: relative;
    flex-direction: column;
    background-color: rgba(45, 43, 51, 0.459);
    width: 250px;
    margin: 25px;
    border-radius: 25px;
    margin-top: auto;
    aspect-ratio: 2 / 3;
    min-height: fit-content;
    
}

#basic-web {
    height: 380px;
}

#pro-web {
    height: 490px;
}

#performance-web {
    height: 440px;
}

.web-tiers-info {
    width: 95%;
    height: 80%;
    padding-top: 20px;
    cursor: pointer;
}

.web-tier-header {
    display: flex;
    position: relative;
    flex-direction: column;
    padding-left: 20px;
}

.web-tiers-title {
    font-size: 40px;
    font-weight: bold;
    margin: 0%;
}
.web-tiers-price {
    color: gray;
    
    font-size: 16px;
    font-weight: bold;
}

.web-tiers-info li {
    list-style-type: disc;
    font-size: 1.15rem;
    font-weight: 300;
}

.web-package-button {
    position: relative;
    display: flex;
    height: 30px;
    width: 60%;
    margin: 10px auto;
    margin-top: auto;
    background-color: #1CB0F6;
    justify-content: center;
    align-content: center;
    align-items: center;
    transition: 0.5s ease;
    border: solid transparent;
    border-radius: 16px;
    color: white
}

.web-package-button:hover {
    filter: brightness(1.05);
    -webkit-filter: brightness(1.05);
    

}

.web-package-button:active {
    transition: 0.0s ease;
    transform: scale(98%) translateY(2px);
}
