.word {
    position: -webkit-sticky;
    position: sticky;
    left: 100px;
    color: white;
    font-size: 60px;
    margin-top: 15px;
    display: inline-block; /* Display the word "Shield" inline */
    margin-right: 20px; /* Add some space between the word and buttons */
}
.big{
    position: relative; /* or absolute */
    left: 80px; /* adjust the value as needed */
    top: 5px; /* adjust the value as needed */
}
.home{
    position: sticky;
    display: inline-block; /* Display the buttons inline */
    padding: 10px 20px; /* Add padding to the buttons */
    background-color: #053466; /* Blue background color */
    color: #fff; /* White text color */
    text-decoration: none; /* Remove underline from links */
    margin-right: 7px; /* Add some space between the buttons */
    margin-left: 920px;
    border: 2px solid #fefefe; 
}
.image1{
    width: 100%;
    height: 350px;
    margin-top: 50px;
}
.image1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}
.contact-Blog1{
    background-color: #053466;
    background-size: contain;
    
    display: flex;
    justify-content: center;
    align-items: left;
    color: #fff;
    padding: 5px 10px;
    flex-direction: column;

    
}
