.hero-section{

    padding:180px 0 120px;

}

.hero-container{

    display:grid;

    grid-template-columns:1fr 1fr;

    align-items:center;

    gap:70px;

}

.hero-badge{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:rgba(255,255,255,.45);

    backdrop-filter:blur(15px);

    border:1px solid rgba(255,255,255,.5);

    color:#0A2D73;

    font-weight:600;

    margin-bottom:25px;

}

.hero-content h1{

    font-size:64px;

    margin-bottom:25px;

    color:#08152F;

}

.hero-content p{

    font-size:18px;

    margin-bottom:35px;

    max-width:560px;

}

.hero-buttons{

    display:flex;

    gap:20px;

}

.hero-secondary-btn{

    padding:16px 34px;

    border-radius:100px;

    border:2px solid #0A2D73;

    color:#0A2D73;

    font-weight:600;

}

.hero-image img{

    border-radius:30px;

    box-shadow:0 30px 60px rgba(10,45,115,.15);

}