.content-wrap {
    padding: 44px 0 20px 0;
}

.content-wrap h2 {
    font-size: 24px;
    color: rgb(34, 99, 133);
    font-weight: 700;
}

.btn {
    border-radius: 4px;
}

.close span {
    position: absolute;
    top: 10px;
    right: 10px;
}

.container-content {
    padding-top: 40px;
}

.card {
    padding: 10px 0;
    display: flex;
    justify-content: center
}

.card a {
    max-width: 150px;
    margin: 0 auto;
}

.card-body {
    width: 100%;
    max-width: 300px;
    text-align: center;
}

.card-body .icon img {
    max-width: 50px;
    max-height: 50px;
}

.card-body .icon {
    display: flex;
    justify-content: center;
    padding-block: 10px;
}

.description {
    height: 70px;
}

.description p {
    font: 13px / 25px Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #225e6a;
}

.get-access-container {
    display: flex;
    justify-content: flex-end;
    padding-right: 40px;
}

.content-wrap {
    padding-top: 50px
}

.form-group.has-error input {
    border-color: #ff0000;
}

.form-group.has-error .text-danger {
    color: #ff0000;
}

div .modal-open .modal {
    overflow: hidden;
}