
  .degCard {
    background-color: rgb(249, 248, 246);
    position: relative;
    padding: 20px;
    box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    border: 0;
    border-radius: 50px 0 50px 0;
    height: 180px;
    width: 100%;
  }
  .degCard .circle {
    border-radius: 3px;
    width: 100px;
    height: 100px;
    background: black;
    position: absolute;
    right: 0px;
    bottom: 0;
    background-image: linear-gradient(to top, #eee130 0%, #40bcf1 100%);
    border-top-left-radius: 170px;
    border-bottom-right-radius: 50px;

  }

  .degCard h1 {
    font-size: 25px;
    font-weight: bold;
    text-align: left;
  }
  .degCard h2 {
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 300;
    text-align: left;
  }
