.container {
    width: 350px;
    overflow: hidden;
    margin: 0 auto;
}

.plan {
    background-color: #f9f9f9;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.plan:last-child {
    margin-right: 0;
}

.plan h3, .price {
    text-align: center;
    font-size: 30px;
    color: white;
    margin-top: 15px;
}

.price {
    margin-top: 25px;
}

.plan p, .text-main {
    text-align: center;
    color: #B6B6B6;
    padding: 10px;
}

.text-main strong {
    font-weight: bold;
}

.dots {
    width: 100%;
    border-bottom: 2px dotted black;
    text-align: center;
    margin-top: 10px;
}

.tiny, .color-box_tiny {
    border: #93C0B5 3px solid;
    border-bottom: #93C0B5 10px solid;
}

.color-box_tiny {
    height: 130px;
    margin-top: -10px;
    background-color: #93C0B5;
    border-bottom: #207B69 10px solid;
}

.small, .color-box_small {
    border: #F29E09 3px solid;
    border-bottom: #F29E09 10px solid;
}

.color-box_small {
    height: 130px;
    margin-top: -10px;
    background-color: #F29E09;
    border-bottom: #D27D07 10px solid;
}

.medium, .color-box_medium {
    border: #C1392B 3px solid;
    border-bottom: #C1392B 10px solid;
}

.color-box_medium {
    height: 130px;
    margin-top: -10px;
    background-color: #C1392B;
    border-bottom: #851F1E 10px solid;
}

.button {
    width: 130px;
    height: 20px;
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    text-align: center;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
}

.tiny_button {
    background-color: #93C0B5;
}

.small_button {
    background-color: #F29E09;
}

.medium_button {
    background-color: #C1392B;
}
