    .top-card-box .top-p-img img {
          width: 100%;
          height: 255px;
          /* border-radius: 10px; */
          flex-shrink: 0;
          object-fit: cover;
          border-radius: 50%;
      }

      section#main-services {
          padding: 80px 0px;
      }

      #main-services h4 {
    color: #f00;
    font-size: 18px;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.owl-nav {
    display: none;
}

.owl-dots {
    margin-top: 20px;
}