.lead {
    max-width: max-content;
    font-size: 1.25rem;
    font-weight: 300;
    background-color: rgba(255, 255, 255, 0.8) !important;
    color: #000 !important;
    border-radius: 5px !important;
    padding: 10px 15px !important;
    margin-left: auto;
    margin-right: auto;
}

.t-new {
    color: darkorange;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    border-radius: 5px;
}

.typeTarget {
    display: block;
    /* font-size: 3rem; */
    font-weight: bold;
    /* white-space: nowrap; */
    border-right: 3px solid #000;
    padding-right: 5px;
    overflow: hidden;
    max-width: max-content;
    animation: typing 4s steps(30, end), blink-caret 0.75s step-end infinite;
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.bg-color-1 {
    background: cornflowerblue;
}

.r-i {
    display: block;
    margin-left: auto;
    margin-right: auto !important;
    font-size: 55px;
    color: #fff;
    background: cadetblue;
    width: 75px;
    height: 75px;
    padding: 10px;
    border-radius: 100%;
}

.h-why {
    text-align: center !important;
    font-weight: bold !important;
}

.card-hover-zoom {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.card-hover-zoom:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}

/* @media screen and (max-width: 768px) {
    .carousel-caption {
        bottom: 20px !important;
        padding: 10px !important;
    }
    
} */