section.learn-more {
  background-color: #000000;
  padding: 88px 0;
}

section.learn-more h4 {
  color: #ffffff;
  margin-bottom: 48px;
}

section.learn-more .border {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #a6a9aa;
}

section.learn-more .learmore-card {
    display: contents;
}

section.learn-more .learmore-card a {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 32px;
  gap: 64px;
}

section.learn-more .learmore-card svg {
  flex-shrink: 0;
  width: 25px;
  transition: transform 0.3s ease;
}
.scientific-modal .sci-modal-download a svg {
  transition: transform 0.3s ease;
}
.learmore-card a:hover svg,
.scientific-modal .sci-modal-download a:hover svg {
  transform: translateX(5px);
}

section.learn-more p.body-large-book {
  color: #ffffff;
  margin-bottom: 16px;
}

.accessories-modal figure {
  width: 422px;
  height: 422px;
  background-color: #ffffff;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accessories-modal .treatment-card {
  padding: 56px;
  flex-direction: row;
  gap: 42px;
  align-items: center;
  justify-content: center;
}

.scientific-modal .treatment-card a svg {
  transition: transform 0.3s ease;
}
.scientific-modal .treatment-card a:hover svg {
  transform: translateX(5px);
}
.accessories-modal .treatment-card .card-info {
  gap: 15px;
  flex-direction: column;
  flex: 50%;
}

.accessories-modal .card-info p.caps {
    margin-bottom: 0;
}

.modal-header.scrolled .discription {
    display: none;
}

.download.flex {
    align-items: center;
    justify-content: space-between;
}

.modal-overly.accessories-modal .card-image {
    flex: 50%;
    flex-shrink: 0;
}
.learn-more-sub-title{
  color: #ffffff;
}

section.learn-more h4.three-card-heading  {
  color: #ffffff;
  margin-bottom: 16px;
}
section.learn-more p.three-card-sub-heading {
  margin-bottom: 32px;
}

@media only screen and (min-width: 1024px) {
  section.learn-more p.three-card-sub-heading {
    margin-bottom: 48px;
  }
  
}
@media only screen and (max-width: 1024px) {
  .accessories-modal .treatment-card {
    flex-direction: column;
  }
  .modal-overly.accessories-modal .card-image {
    flex: 100%;
  }
  .accessories-modal .treatment-card .card-info {
    flex: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  .accessories-modal figure {
    width: 348px;
    height: 348px;
  }
}

@media only screen and (max-width: 991px) {
    .accessories-modal .treatment-card {
        flex-direction: column;
        gap: 32px;
        padding: 32px;
    }
    .accessories-modal figure {
    width: 100%;
    height: 100%;
    }
}

@media only screen and (max-width: 768px) {
    section.learn-more .learmore-card {
    padding: 40px 24px;
}


}

