.text-center {
    text-align: center;
}

.font-16 {
    font-size: 16px;
}

.link-blue {
    color: #0000CD;
}

.hero-service-image {
    max-width: 500px;
    width: 100%;
}

.icon-25 {
    height: 25px;
    width: 25px;
}

.icon-24x25 {
    height: 24px;
    width: 25px;
}

.icon-25x24 {
    height: 25px;
    width: 24px;
}

.icon-23x25 {
    height: 23px;
    width: 25px;
}

.icon-21x25 {
    height: 21px;
    width: 25px;
}

.icon-26x25 {
    height: 26px;
    width: 25px;
}

.ts-action-button {
    background-color: #CB1219;
    color: #FFFFFF;
    border: none;
    padding: 12px 24px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.ts-action-button:hover {
    background-color: #FF0000;
    color: #FFFFFF;
}




/* ==========================================
   BUTTONS
   ========================================== */

.responsive-button {
    display: inline-block;
    max-width: 100%;
    padding: 13px 26px;
    color: #fff;
    background: #CB1219;
    border: 2px solid #CB1219;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
}

.responsive-button:hover,
.responsive-button:focus {
    color: #fff;
    background: #a90f15;
    border-color: #a90f15;
    text-decoration: none;
    transform: translateY(-1px);
}

.responsive-button--outline {
    color: #fff;
    background: transparent;
    border-color: rgba(255, 255, 255, .8);
}

.responsive-button--outline:hover,
.responsive-button--outline:focus {
    color: var(--ts-dark);
    background: #fff;
    border-color: #fff;
}
