@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

.lzb-font {font-family: 'Montserrat', sans-serif;}

.lzb-font a {font-weight: bold;}

.lzb-pos {position:relative;}

.lzb-logo {
  position: absolute;
  bottom: 0;
  width: 450px;
  right: 0;
}

.quote-lzb {color: #fff;
  font-size: 22px;
  font-style: italic;
}

.lzb-circle {
  width: 300px;
  margin-left: auto;
  margin-right: -130px;
  position: relative;
  z-index: 200;
  margin-top: -160px;
}

.text-photo {
  text-transform: none;
  text-align: right;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 50px;
}

.text-left-orange {
  font-size: 40px;
  text-transform: none;
  text-align: left;
  color: #f57936;
  line-height: 1.6;
  width: 470px;
}

.text-left-white {
  font-size: 40px;
  text-transform: none;
  text-align: left;
  color: #ffffff;
  line-height: 1.6;
  margin-top: -55px;
}

/* MEDIA QUERIES */

/* Desktop  */
@media only screen and (min-width: 960px) and (max-width: 1200px) {

}

@media only screen and (max-width : 1280px) {
	
}

/* Tablet  */
@media (max-width: 959px) and (min-width: 769px) {

}

/* Mobile Modes */
@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 480px) {
    
.lzb-logo {
  position: absolute;
  bottom: 0;
  width: 270px;
  right: 0;
}

.quote-lzb {color: #fff;
  font-size: 22px;
  font-style: italic;
}

.lzb-circle {
  width: auto;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 0;
  margin-top: 0;
}

.text-photo {
  text-transform: none;
  text-align: right;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
}

.text-left-orange {
  font-size: 28px;
  text-transform: none;
  text-align: left;
  color: #f57936;
  line-height: 1.6;
  width: auto;
}

.text-left-white {
  font-size: 24px;
  text-transform: none;
  text-align: left;
  color: #ffffff;
  line-height: 1.6;
  margin-top: 10px;
}

}