* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Poppins", sans-serif;
    font-style: normal;

}
.hero-section a {
    background-color: #d5c28b;
    color: #2d3c69;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 12px 25px;
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
    border-radius: 25px;
    border: none;
    transition: background-color 0.2s ease, box-shadow 0.3s ease;
}
.hero-sub-title {
    font-size: 18px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    margin: 10px 0 30px 0;
}
