.table {
    border: 1px solid #e4dfda;
    margin-bottom: 41px;
}
.table thead tr {

}
.table thead tr th {
    height: 55px;
    padding: 0;
    text-align: center;
    width: 25%;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #e4dfda !important;
    border-top: 1px solid #e4dfda !important;
    vertical-align: middle;

    background-color: #041942;
    color: #ffffff;
}

.table tbody td {
    text-align: center;
    border-color: #e4dfda !important;
    border-right: 1px solid #e4dfda;
    padding: 8px;
    font-size: 15px;
    color: #041942;
}

.table .btn {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    background-color: #0048d9;
    color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: .3s ease;
}
.table .btn:hover {
    background-color: rgba(0, 72, 217, .5);
}

.ipoteka__wrapper {
    display: flex;
    margin-bottom: 40px;
}
.ipoteka__text h2 {
    font-size: 16px;
    margin-bottom: 20px;
}


@media (max-width: 576px) {
    .ipoteka__image {
        display: none;
    }
    .table .btn {
        line-height: 1.3;
        font-size: 10px;
        padding: 8px 11px;
    }
}