.main {
  max-width: 1360px;
  margin: 0 auto;
}

.container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.detailsContainer {
  width: 1019px;
}

.sliderSection {
  /* max-width: 1019px; */
  margin-bottom: 30px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cardsContainer {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.card {
  width: 239px;
  height: 74px;
  box-shadow: 0px 0px 1px 0px #000000;
  background: #00adb51a;
  border-left: 2px solid #00adb5;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 24px;
}

.cardTitle {
  font-size: 14px;
  font-weight: 500;
}

.cardNumber {
  font-size: 16px;
  font-weight: 700;
}

.overView {
  margin-top: 20px;
}

.overViewTitle {
  font-size: 20px;
  font-weight: 500;
}

.overViewText {
  font-size: 14px;
  font-weight: 400;
}

.overViewTextContainer {
  border-top: 1px solid #d3d3d3;
  padding: 12px 17px;
  margin-top: 12px;
}

.btnContainer {
  width: 979px;
  text-align: center;
}

.btn {
  font-size: 16px;
  font-weight: 400;
  color: #00adb5;
  text-transform: capitalize;
}

.inquiryContainer {
  box-shadow: 0px 0px 1px 0px #000000;
  width: 317px;
  height: 506px;
  border-radius: 5px;
}

.inquiryContainer {
  padding: 20px 10px;
}

.formContainer {
  margin-top: 20px;
}

@media screen and (min-width: 320px) and (max-width: 1360px) {
  .main {
    width: 95% !important;
  }
}
