.t702__form-bottom-text.t-text.t-text_xs.t-align_center {
    color: #fff;
}
.t-text.t-text_md {
    text-align: justify;
}
table.table-price {
    width: 100%;
    font-size: 18px;
    color: #083d66;
    text-align: left;
}
table.table-price tr td {
    padding: 10px 20px;
    margin: 0;
}
table.table-price td:first-child {
    background: #2977c5;
    color: white;
    padding: 10px 20px;
}
table.table-price tr.bg-none td {
    background: #fff;
}
table.table-price td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: white;
}
table.table-price td {
    background: #D8E6F3;
}
table.table-price td:first-child {
    text-align: left;
}
.tags-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.tags-list a {
    display: flex;
    background-color: #2977c5;
    color: #ffffff !important;
    border: 3px solid #2977c5;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 50px;
    transition: all 0.8s ease;
    justify-content: center;
    align-items: center;
}
.tags-list a:hover {
    text-decoration: none; 
    background-color: #ffffff;
    color: #000000 !important;
    border-color: #2977c5;

}

@media only screen and (max-width: 480px) {
    .tags-list {
        gap: 10px;
    }
	.tags-list a {
        width: 70px;
    }	
}





