.thirdblogimg{

    min-height: 339px;}

.ul-service-img-tag {
  aspect-ratio: 354 / 281; /* or dynamically set */
  width: 100%;
  object-fit: cover; /* or contain */
}

.contact-img {
  aspect-ratio: 660 / 880;
  width: 330px;
  object-fit: cover; /* or contain */
}


@media screen and (max-width: 991px) {
    .ul-header-nav {

border: none !important;
    }
 .ul-header-nav a{
        border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 35px !important;
    margin-bottom: 5px;
 }

}
