.bottom-pane {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply;
  padding-bottom: 120px;
  padding-top: 120px;
}
.bottom-pane .col-wrap {
  max-width: 1256px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  -webkit-box-align: center;
  align-items: center;
}
.bottom-pane .col-wrap .jOaldA {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 40px 30px;
  box-shadow: rgb(8 43 33 / 12%) 0px 2px 12px;
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  height: 400px;
  text-align: center;
}
.bottom-pane .col-wrap .jOaldA:nth-child(2) {
  padding: 40px 30px;
  box-shadow: rgb(8 43 33 / 12%) 0px 2px 12px;
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  height: unset;
}
.bottom-pane img.sc-TtZnY.gnBPmJ {
  width: 48px;
  height: 48px !important;
  margin: 0 auto 24px;
  display: block;
} 
.bottom-pane .col-wrap h3 {
  font-family: Calistoga;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: rgb(5, 20, 26);
  text-transform: capitalize;
  font-size: 24px;
}
.bottom-pane .col-wrap p.sc-FRrlG.cIjgB {
  color: rgb(119, 119, 119);
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 1rem;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
}
.bottom-pane a.cm-btn {
  width: 220px;
  border-color: rgb(5, 20, 26);
  background-color: transparent;
  color: rgb(5, 20, 26);
  margin: 40px auto;
  display: block;
  border: 2px solid;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  margin-top: auto;
  margin-bottom: 0px;
}
.bottom-pane a.cm-btn.black {
  border: 2px solid rgb(5, 20, 26);
  border-radius: 8px;
  padding: 14px 36px;
  margin-top: 100px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  width: 220px;
  background-color: rgb(5, 20, 26);
  color: rgb(255, 255, 255);
} 
.bottom-pane .col-wrap .jOaldA:last-child a.cm-btn {
  padding-top: 14px;
  padding-bottom: 14px;
}
.bottom-pane .jRMtza {
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease 0s, visibility 0s linear 0s;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  overflow: auto;
  inset: 0px;
  z-index: -10;
  min-height: 100%;
}
.bottom-pane .iWhidq {
  visibility: visible;
  opacity: 1;
  position: fixed;
  max-width: 100%;
  z-index: 10001;
  transition: all 400ms ease-out 0s;
  width: 800px;
  height: 100%;
  top: 0px;
  right: 0px;
}
.bottom-pane .pop .jRMtza{
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.bottom-pane .egjIYz {
  position: absolute;
  padding: 8px;
  cursor: pointer;
  width: initial;
  max-width: initial;
  top: 12px;
  left: -38px;
  right: auto;
}


@media (max-width: 1440px){

  .bottom-pane {
    padding: 64px 6%;
  }

}

@media (max-width: 1024px){

  .bottom-pane .col-wrap {
    max-width: unset;
    grid-template-columns: unset;
    grid-template-rows: auto;
  }
  .bottom-pane .col-wrap .jOaldA {
    height: 100% !important;
  }
  .bottom-pane a.cm-btn.black {
    margin-top: auto;
  }

}

@media (max-width: 800px){
  .bottom-pane .egjIYz {
    left: 8px;
  }
}

@media (max-width: 425px){

  .bottom-pane {
    padding: 54px 20px;
  }
  .bottom-pane a.cm-btn {
    font-size: 14px;
    min-width: 240px;
  }
  .bottom-pane a.cm-btn.black {
    min-width: auto;
  }
  .bottom-pane .col-wrap .jOaldA:last-child a.cm-btn {
    min-width: auto;
    font-size: 16px;
  } 
  .bottom-pane .col-wrap {
    display: flex;
    flex-direction: column;
  }

}



@media (max-width: 360px){
  .bottom-pane a.cm-btn {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

}






