.btn-contact-custom {
    color: #ffffff;
    text-decoration: none;
}

.btn-contact-custom::before,
.btn-contact-custom::after {
    background: #ffffff !important;
}

.btn-contact-custom:hover {
    background-color: #e8342c !important;
}

.contact-section .promo-box .promo-text h2 {
    color: #fff;
    font-size: 60px;
}

.contact-section .promo-box .promo-text h2 span {
    color: #fff;
    background: #e8342c;
    padding: 0 10px;
    position: relative;
    z-index: 10;
    display: inline-block;
}

.border-danger {
    border: 1px solid #e8342c;
}

@media only screen and (max-width: 767px) {
    .contact-section .promo-box .promo-text h2 {
        font-size: 45px;
    }
}

.service-intro-section .service-text h2,
.service-intro-section .service-text p.title {
    font-size: 45px;
    margin-bottom: 30px;
}

.service-intro-section .service-text h2 span,
.service-intro-section .service-text p.title span {
    color: #fff;
    background: #e8342c;
    padding: 0 10px;
    display: inline-block;
}

.text-highlight {
    color: #ffffff;
    background: #e8342c;
    padding: 0 10px;
}

.title-page {
    font-size: 60px;
    margin-bottom: 40px;
}

h2 span {
    background: #e8342c;
    padding: 0 10px;
    display: inline-block;
}

.service-section p {
    font-size: 16px;
    color: #727272;
    line-height: 2;
    font-weight: 400;
}

.blockquote p {
    font-size: 17px;
    color: #727272;
    line-height: 2;
    font-weight: 400;
}

.service-section li {
    font-size: 16px;
    color: #727272;
    line-height: 2;
    font-weight: 400;
    padding-bottom: 5px;
}

.service-section ul,
.service-section ol {
    padding-left: 20px;
}

.pe-gis {
    padding-right: 3rem;
}

.header-title {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.service-section .text-danger {
    color: #e8342c !important
}

@media only screen and (max-width: 767px) {
    .title-page {
        font-size: 45px;
    }
}

/* Custom pe-gis when width < 991 */
@media only screen and (max-width: 991px) {
    .pe-gis {
        padding-right: .75rem;
    }
}

/* Step */
.step-card {
    margin: 30px auto;
    padding: 20px;
}

.steps-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.step {
    display: flex;
    align-items: flex-start;
    background-color: #f9f9f9;
    padding: 20px;
    text-align: center;
    align-items: center;
    border: 2px solid #999;
    border-radius: 6px;
}

.step-content {
    flex: 1;
}

.step-content p {
    margin: 0;
    color: #212529;
    line-height: 1.5;
}

.step-connector {
    width: 3px;
    height: 30px;
    background-color: #e8342c;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    margin: 0 auto;
    border-radius: 2px;
}

.step-connector::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #e8342c;
    display: block;
}


@media (min-width: 768px) {
    .steps-container {
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        gap: 0;
    }

    .step {
        flex-direction: column;
        flex: 1;
        max-width: 20%;
        text-align: center;
        align-items: center;
    }

    .step-connector {
        width: 4%;
        height: 3px;
        margin: auto 0;
        margin-left: 0;
        align-self: center;
    }

    .step-connector::after {
        top: 50%;
        bottom: 0px;
        left: 80%;
        transform: translateY(-50%);
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 12px solid #e8342c;
    }
}

@media (min-width: 770px) {
    .step-connector::after {
        top: 50%;
        bottom: 0px;
        left: 70%;
        transform: translateY(-50%);
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 12px solid #e8342c;
    }
}

@media (min-width: 1200px) {
    .step-connector::after {
        top: 50%;
        bottom: 0px;
        left: 80%;
        transform: translateY(-50%);
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 12px solid #e8342c;
    }
}
