.custom-slogan .ca-overlap-title .ca-overlap-title__wrap {
	position: relative;
  text-align: center;
  padding: 22px 0;
}

.custom-slogan .ca-overlap-title .ca-overlap-title__bg {
	font-family: "Georgia","Times New Roman",serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 1;
  font-size: 48px;
  color: rgba(191,158,102,0.34);
  white-space: normal;
}

.custom-slogan .ca-overlap-title .ca-overlap-title__fg {
	margin: 0;
  font-family: "Georgia","Times New Roman",serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1.15;
  font-size: 26px;
  color: #111;
  position: relative;
  top: -12px;
  z-index: 2;
}

.custom-images-parallax {
  display: flex;
}

.custom-images-parallax img {
  margin-bottom: 0;
}

.gsc-images-parallax {
  width: 720px;
  max-width: 100%;
  margin: 0px auto;
}

.gsc-images-parallax::before,
.gsc-images-parallax::after {
  content: " ";
  display: table;
}

.gsc-images-parallax::after {
  clear: both;
}

.gsc-images-parallax.style-v1 {
  margin-bottom: 60px;
}

.gsc-images-parallax.style-v1 .images {
  position: relative;
  text-align: center;
}

.gsc-images-parallax.style-v1 .content-box {
  width: 169px;
  height: 169px;
  color: rgb(255, 255, 255);
  text-align: center;
  position: absolute;
  top: 45px;
  left: 0px;
  z-index: 99;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: #46bab9;
  padding: 10px 20px;
}

.gsc-images-parallax.style-v1 .content-box:hover {
  background: #308a89;
  transition: all 0.3s ease;
}

.gsc-images-parallax.style-v1 .content-box .icon {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 46px;
  line-height: 50px;
  font-weight: 400;
}

.gsc-images-parallax.style-v1 .content-box a {
  color: rgb(255, 255, 255);
}

.gsc-images-parallax.style-v1.left .image-1 {
  position: relative;
  z-index: 1;
  padding-left: 90px;
}

.gsc-images-parallax.style-v1.left .image-2 {
  position: absolute;
  bottom: -120px;
  left: 0px;
  z-index: 9;
  text-align: left;
  max-width: 80%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 21px 3px;
  padding: 15px;
  background: rgb(255, 255, 255);
}
