* {
    margin: 0px;
    padding: 0px;
}

nav {
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

.left {
    display: flex;
    justify-content: center;
    color: #0D5EBA;
}

.right {
    margin-top: 10px;
    gap: 20px;
}

.right ul {
    display: flex;
    gap: 50px;
}

.right ul li {
    list-style: none;
    text-decoration: none;
}

.FirstDiv {
    overflow: hidden;
}

.img1 {
    width: 100%;
}

.heading {
    text-align: center;
    padding: 20px
}

.images {
    display: flex;
    justify-content: space-around;
}

.card {
    width: 200px;
}

.card img {
    width: 100%;
}

.card-title {
    margin-top: 5px;
    color: #0D5EBA;
    text-align: center;
}

.ThirdDiv {
    display: flex;
    margin-top: 50px;
}

.leftsection {
    background-color: #002D69;
    padding: 150px;
}

.text {
    color: white;
}

.rightsection {
    display: flex;
}

.image {
    width: 700px;
}

.image img {
    width: 100%;
}