﻿.text-description-banner {
    font-size: 1.65rem !important;
    text-align: center;
}

p {
    color: #424c53 !important;
    font-size: 1.35rem !important;
}

h1 {
    font-size: 3rem !important;
    text-transform: uppercase;
}

.container-text-banner {
    max-width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 auto;
}

.text-description-banner::after {
    content: "|";
    margin-left: 5px;
    animation: blink 1.5s infinite;
}

@keyframes blink {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.content-title {
    color: #424c53;
    font-weight: 650;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.content-desc {
    max-width: 600px;
}

.content .content-title:after {
    display: none !important;
}

.content-subtitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 15px;
}

.horizontal-bar-uperp {
    background-color: #2a72b5;
    height: 3px;
    width: 70px;
}

.service .icon {
    background: #2a72b5 !important;
}

.pricing-table .pricing-container {
    overflow: hidden;
    border-radius: 6px;
    background: #f0f3f4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09) !important;
}

.bg-silver-lighter {
    background: #f3f3f3 !important;
}

h3 {
    color: #424c53 !important;
}