.salons {
    margin-top: 3em;
    margin-bottom: 2em;
}

.salons h2 {
    font-family: PT Serif;
    font-size: 40px;
    color: #21385E;
    margin-bottom: 1em;
    text-align: center;
}

.salons-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -5px;
    margin-left: -5px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.salons-card {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;

    width: 100%;
    padding-right: 5px;
    padding-left: 5px;

    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
}

.salons-card-body {
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 1em;
    font-size: 14px;
    font-family: PT Sans;
    color: #000000;
    text-align: left;
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 5%);
    border-radius: 0.25rem;
    margin-bottom: 2em;
}

.salons-card-title {
    font-size: 14px;
    font-family: PT Sans;
    color: #000000;
    line-height: 1.6;
}

.salons-card-phone {
    font-size: 14px;
    font-family: PT Sans;
    color: #000000;
    line-height: 1.6;
}

.salons-card-phone a {
    color: #21385e;
}

.salons-card-phone a:hover,
.salons-card-phone a:active {
    color: #21385e;
}

.salons-card-info {
    font-size: 10px;
    font-family: PT Sans;
    color: #000000;
    line-height: 2;
}

.salons-card-hr {
    margin-bottom: 1em;
}

.salons-card-body h4 {
    height: 60px;
    display: flex;
    align-items: center;
}

.salons-card-body h4 img {
    margin-right: 0.6em;
}

.salons-card-body h4 a {
    font-family: PT Sans;
    font-size: 16px;
    color: #5C5C5C;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

.salons-card-body h4 a:hover,
.salons-card-body h4 a:active {
    color: #5C5C5C;
    text-decoration: none;
}

.salons-card-footer {
    display: flex;
    justify-content: space-between;
}

.salons-card-footer a {
    font-family: PT Sans;
    font-size: 10px;
    color: #5C5C5C;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    max-width: 56px;
}

.salons-card-footer span {
    margin-top: 5px;
    display: block;
}

@media (min-width: 991px) {
    .salons-card {
        width: 20px !important;
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }

}

@media (max-width: 990px) {
    .salons-card {
        width: 100px !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

}