
.why-choose-us1 {
    padding: 60px 0;
    background: #fff;
  }

  .why-choose-us1 h2 {
    font-weight: 700;
    color: #343a40;
    margin-bottom: 30px;
  }

  .chos {
    border: none;
    transition: all 0.3s ease-in-out;
  }

  .chos:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  }

  .icon1 {
    font-size: 40px;
    color: #2124B1;
    margin-bottom: 20px;
  }

  .cta-btn {
    margin-top: 40px;
  }
  .oval-container {
    width: 100%;
    height:300px;
    background-color: white;
    border-radius: 50% / 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212529;
    font-weight: bold;
  }
  