.cgm, .watchpat {
  background-color: #005C65;
  display: block;
  color: #fff !important;
  border-radius: 30px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.watchpat {
  background-color: #0F334C;
}
.cgm .pill {
  background-color: rgba(157, 235, 178, .16);
  padding: 5px 10px;
  font-size: 12px;
  color: #9DEAB2;
  border-radius: 8px;
}
.watchpat .pill {
  background-color: rgba(0, 116, 200, .16);
  padding: 5px 10px;
  font-size: 12px;
  color: #83BBE2;
  border-radius: 8px;
}
.btn-cgm-sec, .btn-cgm-pry {
  background-color: #F06F38 !important;
  color: #fff !important;
  padding: 12px;
}
.btn-cgm-sec:hover, .btn-cgm-sec:focus, .btn-cgm-pry:hover, .btn-cgm-pry:focus {
  opacity: .9;
}
.btn-light-pry {
  background-color: #fff;
  border:1px solid #02406C;
  color: #02406C;
  padding: 12px;
}
.btn-light-pry:hover, .btn-light-pry:active {
  background-color: #0074C8 !important;
  border-color: #02406C !important;
  color: #fff !important;
}
.cgm-model {
  position: absolute;
  bottom: 0;
  right:10%;
  width: 50%;
}
.cgm-kit {
  position: absolute;
  bottom: -40px;
  right:0;
  width: 50%;
}
.wt-kit {
  position: absolute;
  bottom: 0px;
  right:-40px;
  width: 60%;
}
@media screen and (max-width:991px) {
  .title {
    font-size: 30px
  }
  .cgm-kit {
    bottom: -20px;
  }
  .wt-kit {
    right: -20px;
  }
  .cgm-model {
    width: 45%;
  }
}
@media screen and (max-width:767px) {
  .wt-kit {
    right: -15px;
  }
}
