#hero-image{
    border-radius: 25px 25px 0 0;
}

@media (max-width: 768px) {
.ud-contact::after {
    height: 32% !important;
}
}

.ud-contact::after {
    height: 45%;
}

/* :target {
    padding-top: 50px; 
    margin-top: -50px
  } */

/* body {
    margin: 0;
    flex-direction: column;
    display: flex;
    height: 100vh;
  } */
/* #container{
    position: fixed;
    top: 500px;
    height: calc(100vh - 50px);
    overflow: auto;
    flex: 1;
} */

@media (max-width: 768px) {
    .custom-container{
        padding: 0px 10px;
    }
}