.bottom-pane-wrapper {
  padding: 15px 0px 50px 0px;
}

.bottom-pane-wrapper .bottom-pane-in {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.bottom-pane-wrapper .bottom-pane-in>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 1px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  will-change: flex, max-width;
  z-index: auto;
  flex: 1 1 50%;
  max-width: 50%;
  justify-content: flex-start;
}

.bottom-pane-wrapper .bottom-pane-pd {
  padding: 5px 15px 5px 15px;
}

.bottom-pane-wrapper .bottom-pane-mg {
  margin: 10px 0px 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: left;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-direction: row;
}

.bottom-pane-wrapper .bottom-pane-icon-wrap {
  margin-left: 0;
  margin-right: 20px;
}

.bottom-pane-wrapper .bottom-pane-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  max-width: 100%;
  color: rgba(32, 181, 224, 1);
  border-color: rgba(35, 157, 219, 0);
  background-color: rgba(189, 225, 244, 0);
  background-image: none;
  border-width: 0;
  border-style: solid;
  width: 64px;
  height: 64px;
  font-size: 64px;
  padding: 0px;
  border-radius: 5px;
  stroke-width: 2.3;
  transition: all 0.50s ease-in-out;
  transition-property: background, border-radius, color, border-color, box-shadow;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
  -webkit-transition-property: background, border-radius, color, border-color, box-shadow;
  -moz-transition-property: background, border-radius, color, border-color, box-shadow;
}

.bottom-pane-wrapper .bottom-pane-icon svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke: none;
  max-width: none;
  position: relative;
  fill: currentColor;
  color: currentColor;
}

.bottom-pane-wrapper .bottom-pane-text-btn h4 {
  font-family: Overpass, sans-serif !important;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0;
}

.bottom-pane-wrapper .bottom-pane-text-btn p {
  font-family: Overpass, sans-serif !important;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
  margin: 0;
  color: #828282;
}

.bottom-pane-wrapper .bottom-pane-text-btn p span {
  color: #1264a3;
}


@media (max-width: 767px){

  .bottom-pane-wrapper .bottom-pane-wrapper {
    padding: 25px 0px 25px 0px;
  }
  .bottom-pane-wrapper .bottom-pane-in {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .bottom-pane-wrapper .bottom-pane-in>div {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .bottom-pane-wrapper .bottom-pane-pd {
    margin: 10px 0px 10px 0px;
    padding: 0;
  }
  .bottom-pane-wrapper .bottom-pane-text-btn h4 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
  }
  .bottom-pane-wrapper .bottom-pane-text-btn p{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
  }
}