/* */

.sec-1 .grid {
    gap: 20px;
}

.sec-inner {
    overflow: hidden;
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 80px 0;
}

.sec-inner._fir {
    padding: 20px 0;
}

.sec-inner._sec {
    padding: 10px 0;
}

._tit .fs-3 {
    font-size: 30px !important;
}

._stit {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

/* sec-0 */

.sec-0 {
    position: relative;
}

.sec-0 .sec-inner {
    overflow: visible;
    max-width: 100% !important;
    padding: 0;
}

/* */

.sec-0 .bg-raster {
    background-color: rgba(0, 0, 0, 0.2);
}

.sec-0 .bar {
    display: inline-block;
    height: 22px;
    padding: 20px 0;
}

.sec-0 .bar:after {
    top: 25%;
    height: 22px;
    background-color: #fff;
}

/* .sec-0 .carousel-indicators {
    margin-bottom: 1.5rem;
}

.sec-0 .carousel-indicators [data-bs-target] {
    opacity: 1;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 0 !important;
    box-shadow: 0px 10px 15px 0px rgba(0, 13, 56, 0.18);
}

.sec-0 .carousel-indicators .active {
    background-color: #64D0CB;
} */
 

.carousel-home .container {
    height: 600px !important;
    min-height: 200px !important;
}

.lst-senior a {
    background: #ccc;
    border-radius: 999px;
}

/* sec-1 */

.sec-1 .line-bottom {
    border-bottom: 1px solid var(--bs-primary) !important;
}

.sec-1 .list-group-item {
    padding: 12px 0;
}

.sec-1 .g-col-lg-3 {
    padding: 40px 0;
    background-color: #F8F9FA;
    border-radius: 8px;
}

.sec-1 .g-col-lg-3 strong {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #1F2937;
}

.sec-1 .g-col-lg-3 p {
    font-size: 14px;
    color: #4B5563;
}

.sec-1 .list-group-item a div:nth-child(1) .text-truncate {
    font-size: 18px;
}

.sec-1 .list-group-item a div:nth-child(2) .text-truncate {
    color: #4B5563;
}