 
.nhg67 {
    margin-bottom: 4rem;
}

.bgt54 {
    text-align: center;
}

.bgt54 h2 {
    color: #006d77;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}

.mkl23 {
    max-width: 800px;
    margin: 0 auto 2rem;
    font-size: 1.2rem;
    color: #555;
}

.plk34 {
    margin-top: 2rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.plk34 img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

 .sdf45 {
    margin-bottom: 4rem;
}

.wer56 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.tyu67 {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.tyu67:hover {
    transform: translateY(-10px);
}

.tyu67 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.bnm78 {
    padding: 1.5rem;
}

.bnm78 h3 {
    color: #006d77;
    margin-bottom: 0.8rem;
}

.bnm78 p {
    color: #555;
    line-height: 1.6;
}

 .qwe56 {
    background-color: #edf6f9;
    padding: 3rem;
    border-radius: 10px;
    margin-bottom: 4rem;
}

.asd67 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    align-items: center;
}

.asd67 .zxc78 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    background-color: transparent;
}

.vfr45 {
    background-color: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.vfr45 h3 {
    color: #006d77;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.vfr45 p {
    color: #555;
}

.ert89 img {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

 .yui78 {
    margin-bottom: 4rem;
}

.fgh89 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.jkl90 {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.jkl90:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.jkl90 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.jkl90 h3 {
    padding: 1.5rem 1.5rem 0.5rem;
    color: #006d77;
}

.jkl90 p {
    padding: 0 1.5rem 1.5rem;
    color: #555;
}

 .cvb23 {
    margin-bottom: 4rem;
}

.bnm34 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.ghj56 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
}

.ghj56 h3 {
    color: #006d77;
    margin-bottom: 0.8rem;
}

.ghj56 p {
    color: #555;
    margin-bottom: 1.5rem;
}

.ghj56 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.5s ease;
}

.ghj56:hover img {
    transform: scale(1.05);
}

 .tgb45 {
    background-color: #006d77;
    color: white;
    padding: 3rem;
    border-radius: 10px;
}

.tgb45 h2 {
    color: white;
    margin-bottom: 1.5rem;
}

.yhn67 {
    max-width: 900px;
    margin: 0 auto;
}

.ujm78 {
    font-size: 1.1rem;
    line-height: 1.7;
}

.ujm78 p {
    margin-bottom: 1.5rem;
}

.iop89 {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.iop89 li {
    margin-bottom: 0.8rem;
    position: relative;
    padding-left: 1.5rem;
}

.iop89 li::before {
    content: "•";
    color: #ffd166;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: -0.3rem;
}

 @media (max-width: 992px) {
    .asd67 {
        grid-template-columns: 1fr;
    }
    
    .ert89 {
        display: none;
    }
}

@media (max-width: 768px) {
    .qwe56 {
        padding: 2rem 1rem;
    }
    
    .tgb45 {
        padding: 2rem 1rem;
    }
}

 @keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tyu67, .vfr45, .jkl90, .ghj56 {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}

.tyu67:nth-child(2),
.vfr45:nth-child(2),
.jkl90:nth-child(2),
.ghj56:nth-child(2) {
    animation-delay: 0.2s;
}

.tyu67:nth-child(3),
.vfr45:nth-child(3),
.jkl90:nth-child(3),
.ghj56:nth-child(3) {
    animation-delay: 0.4s;
} 