.postulate-button {
    padding: 10px 70px 11px
}

@media (max-width:540px) {
    .postulate-button {
        min-width: 100%
    }
}

.postulate-button:active,
.postulate-button:focus,
.postulate-button:hover {
    color: #fff
}

.postulate-block {
    height: 100%;
    width: 100%
}

@media(max-width:768px) {
    .postulate-block {
        margin-top: 10px
    }
}

.postulate {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: var(--rounded-sm);
    background-color: var(--slate-100)
}

.postulate h3 {
    margin-bottom: 20px;
	font-size:1.7em;
    font-weight: 800;
    color: var(--text)
}
