/*e
Theme Name: brochure page css
Author URI: https://www.63sats.com/
Description: This CSS used in brochure page
Version: 1
*/
.mrb-20 {
  margin-bottom: 20px;
}
.mr-40 {
  margin: 40px;
}
.sats-btn-wht:hover {
  color: #fff;
  border-color: #fff;
}
.sats-btn-wht {
  padding: 5px 10px;
  font-weight: 400;
  background-color: #02020200;
  border: 1px solid #fff;
  color: #fff !important;
  border-radius: 8px;
  font-size: 16px !important;
}
.sats-btn-blk:hover {
  color: #000;
}
.back-pos-right {
  background-position: right center;
}
.back-pos-left {
  background-position: left center;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.sats-btn-blk {
  padding: 5px 10px;
  font-weight: 400;
  background-color: #02020200;
  border: 1px solid #000;
  color: #000 !important;
  border-radius: 8px;
  font-size: 16px !important;
}
.brochure-main-banner {
  width: 100%;
  height: 70vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.brochure-banner-title {
  color: #fff !important;
}
body h2.sec-title {
  font-size: 27px;
}
.img-sec-back {
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 8px;
}
.sec-img {
  height: 450px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 8px;
  width: 400px;
}
.sec-details {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}