/* body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
}

.container {
    max-width: 1000px;
    margin: 40px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.content-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.left, .right {
    flex: 1 1 45%;
}

.main-image {
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.map-container {
    margin-top: 10px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

h2 {
    color: #007bff;
    margin-bottom: 10px;
}
.image {
    display: flex;
    height: 150px;
    justify-content: center;
    
} */
 .box{
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 1000px;
    margin-top: 40px;
    margin-left: 245px;
}
.box h2{
    font-size: 45px;
    margin-top: 4px;
}
.box p{
    font-size: 25px;
}
.box2{
    background: white;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e6ed;
    width: 1000px;
    margin-top: 40px;
    margin-left: 245px;
    }
.box2 p {
    display: flex;
    justify-content: center;
    font-size: 32px;
    margin-top: 2px;
}