.base_module {
  position: relative;
}
.base_module .top-section .btn-wrp.flex_row {
    justify-content: center;
    margin: 30px 0;
}
.base_module .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.base_module .top-section .btn-wrp.flex_row {
  gap: 20px;
  align-items: center;
}
.base_module .content-wrapper {
  position: relative;
  z-index: 10;
}
.base_module .bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.content-with-background-v2 .row.center {
    text-align: center;
}
.content-with-background-v2 .row.center .btn-wrp {
    justify-content: center;
}
.content-with-background-v2 .row.left {
    text-align: left;
}
.content-with-background-v2 .row.left .btn-wrp {
    justify-content: flex-start;
}
.content-with-background-v2 .row.right {
    text-align: right;
}
.content-with-background-v2 .row.right .btn-wrp {
    justify-content: flex-end;
}
.content-with-background-v2 .row.center {
    text-align: center;
}
.content-with-background-v2 .row.center .btn-wrp {
    justify-content: center;
}
.content-with-background-v2 .elementor-motion-effects-container {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.content-with-background-v2 .elementor-motion-effects-container .elementor-motion-effects-layer {
    background-position: center center;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    transition-duration: 1s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0,.33,.07,1.03);
}
.content-with-background-v2 .page-center {
    position: relative;
    max-width: 800px;
    min-height: 350px;
    align-items: center;
    display: flex
;
    z-index: 9;
}
.content-with-background-v2 .page-center .title_inner {
    margin: 0px 0px 10px 0px;
}
.content-with-background-v2 .page-center .title_inner h3.title {
    font-size: 56px;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 600;
    line-height: 1.2em;
}
.content-with-background-v2 .page-center .cont {
    margin: 0px 0px 30px 0px;
    : ; }
.content-with-background-v2 .page-center .cont p {
    margin: 0;
    font-size: 18px;
    line-height: 32.4px;
}
.content-with-background-v2 .page-center .content {
    margin-block-end: 20px; 
}
.content-with-background-v2 .page-center .row {
    display: flex;
    flex-direction: column;
}
.content-with-background-v2 .row a.hs-button {
    border-color: #fff;
}
.content-with-background-v2 .row a.hs-button:hover {
    color: #cce6f4;
}
.content-with-background-v2 .parallax {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.content-with-background-v2 .parallax img {
    width: 100%;
}
.content-with-background-v2 .bg_overlay.bg {
    z-index: 9;
}
.parallax-img {
    width: 100%;
    height: 140%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    position: absolute;
    top: 0;
}
@media(max-width:767px){
.content-with-background-v2 .page-center .title_inner h3.title {
    font-size: 36px;
}
  .content-with-background-v2 .page-center .row {
    padding: 0px 10px;
}
}