.container-simple {
    margin-bottom: 30px;
    width: 100%;
}

.contacts-text {
    margin-bottom: 30px;
}

.flex-top-content {
    display: flex;
    flex-grow: 1;
    align-content: flex-start;
    flex-direction: column;
}

.mtb-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.lock {
    background-image: url("/img/lock.svg");
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
}
