#work-section {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #e5e5e5;
}

.tonic-container,
.tonic-container0 {
  display: grid;
  grid-template-columns: auto;
  border: 1px solid gray;
  border-radius: 8px;
  padding: 15px 5px 5px 20px;
  margin: 15px;
  background: white;
}

.tonic-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0;
  text-align: left;
  color: #172b4d;
}

.canopy-container ul {
  list-style-type: none;
  display: flex;
  margin: 10px 10px 10px 0;
  align-items: center;
  justify-content: flex-start;
}

.canopy-header {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
  margin: 0 10px 0 0;
  color: #344563;
}

.canopy-text {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
  margin: 0 10px 0 10px;
  color: #7a869a;
}

.canopy-img {
  margin-bottom: 3px;
}

.tonic-parag p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  color: #344563;
  margin: 10px 10px 10px 0;
}

.tonic-icons-container ul {
  display: flex;
  list-style-type: none;
}

.tonic-icons-container li {
  margin: 10px 5px 10px 0;
}

.tonic-btn button {
  background: #fff;
  border: 1px solid #7f8cff;
  box-sizing: border-box;
  border-radius: 8px;
  color: #7f8cff;
  padding: 12px;
  margin: 10px 10px 80px 0;
}

.tonic-btn button:hover {
  background: #7f8cff;
  color: #fff;
}

.tonic-btn button:active {
  background: #2230d2;
  color: #fff;
}

.modal-overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0%;
  opacity: 1;
  background-color: #c1c7d0;
  mix-blend-mode: multiply;
  transition: 200ms ease-in-out;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: all;
}

.modal-overlay .active {
  opacity: 1;
  pointer-events: all;
}

.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  transition: 200ms ease-in-out;
  z-index: 10;
  border: 1px solid gray;
  width: 600px;
  max-width: 80%;
  max-height: 80%;
  overflow-y: scroll;
  border-radius: 8px;
  padding: 15px 5px 5px 20px;
  background: #fff;
}

.is-open {
  display: block;
}

.modal_heading {
  display: flex;
  justify-content: space-between;
}

.modal_heading img {
  height: 20px;
  width: 20px;
  left: 6px;
  top: 6px;
  border-radius: 0;
  cursor: pointer;
}

.modal_btn {
  display: flex;
}

@media screen and (min-width: 620px) {
  .tonic-container {
    width: 1156px;
    height: 496px;
    display: flex;
    margin: 166px 142px;
  }

  .tonic-container0 {
    display: flex;
    flex-direction: row-reverse;
    width: 1156px;
    height: 496px;
    margin: 166px 142px;
  }

  .tonic-container1 img {
    width: 554px;
    height: 448px;
    margin-top: 10px;
    margin-right: 10px;
  }

  .tonic-container2 {
    margin: 48px 46px 0;
  }

  .tonic-heading {
    line-height: 52px;
    font-size: 40px;
  }

  .modal-overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #c1c7d0;
  }

  .modal {
    height: 600px;
    width: 1156px;
    border-radius: 16px;
    padding-top: 0;
  }

  .modal_heading {
    padding-top: 20px;
  }

  .modal_image img {
    width: 700px;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .desk-modal__content {
    display: flex;
    padding: 20px;
  }

  .desk-modal__content__iconsbtn {
    padding-left: 10px;
  }
}
