﻿.footer {
    margin-top: 28px;
    background-color: #fff;
    border-top: 1px solid #e0e0e2;
}

.footer .container {
    padding: 36px 22px 12px;
}

.footer .copyright {
    text-align: center;
    color: #81858b;
    margin-top: 28px;
    padding-top: 18px;
    user-select: none;
    line-height: 28px;
    border-top: 1px solid #e0e0e2;
}

.footer .trust-symbol {
    width: 128.57px;
    height: 120px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-right: 12px;
    margin-top: 21px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 229, 234);
    border-image: initial;
    padding: 18px 24.87px 17.14px 24.86px;
    border-radius: 8px;
}

.footer .trust-symbol-img {
    max-width: 80px;
    max-height: 86px;
}