.button-blue {
box-sizing: border-box;
    position: relative;
    transition-property: background-color,border,box-shadow;
    transition-duration: .25s;
    transition-timing-function: ease;
    color: #ffffff;
    border: 1px solid #00b31b;
    background-color: #00b31b;
    min-height: 56px;
    text-transform: unset;
    border-radius: 6px;
    padding-right: 40px;
    padding-left: 40px;
}
.button-blue:hover {
    color: #ffffff;
    border-color: #008f16;
    background-color: #008f16;
}
.phone-go {
    background-color: #00c71f;
}
.head-text, h1, h2,h3, .head-3 {
        font-weight: bold;
}