.about-container {
    max-width: 1100px;
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px #dddddd36;
    border-radius: 8px;
}

.about-container h1 {
    font-size: 2em;
    color: #333;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.about-container h2 {
    font-size: 1.5em;
    color: #555;
    margin-top: 20px;
}

.about-container p {
    font-size: 1em;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

.about-container a {
    color:#000080;
}

.about-container a:hover {
    text-decoration: underline;
}
.h2im{
    font-size: 3rem !important;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    color: #000080 !important;
    
}
.h2im::after{
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    height: 2px;
    border-bottom: 4px solid #000080;
}
h2{
    padding-block: 30px 20px;
    color: #000080;
}
