/*.text-image-module {position:relative;}*/
.text-image-module.right-image {position:relative;}
.text-image-module .text-wrapper {margin-top: 140px;background: var(--white-light);border-radius: 20px;padding: 32px;}
.text-image-module .text-wrapper .section-title{color:var(--cobalt-light);margin-bottom:12px;}
.text-image-module .text-wrapper .sub-title{color:var(--cobalt-prime);margin-bottom:16px;}
.text-image-module .text-wrapper .sub-title{
background: var(--cobalt-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.text-image-module .line-box-after{position: absolute;background: var(--cobalt-prime);content: '';height: 180px;width: 1px;top: -64px;left:126px;}
.text-image-module .line-box-after::after{content: '';position: absolute;bottom: 0px;height: 6px;background: var(--cobalt-prime);width: 6px;border-radius: 100%;left: -2px;}
.text-image-module .line-box-before{content: '';height: 152px;width: 1px;right: 171px;position: absolute;background: var(--cobalt-prime);bottom: -152px;}
.text-image-module .line-box-before::after {content: '';position: absolute;bottom: 0px;height: 6px;background: var(--cobalt-prime);width: 6px;border-radius: 100%;left: -2px;}
/*.text-image-module.right-image .text-wrapper {position: absolute;background: var(--white-light);border-radius: 20px; width: 570px;padding: 32px;left: auto;right: 36px;}*/
.text-image-module .col-wrapper{position: absolute}
.text-image-module .image-wrapper .image{position: relative}
.text-image-module .image-wrapper .image img{box-shadow: var(--big-shadow);border-radius: 20px;height:536px;}
.text-image-module.right-image .line-box-after{left: auto;right: 100px;z-index: 1;}
.text-image-module.right-image .line-box-after::after{left: -2px;}
.text-image-module.right-image .line-box-before{left: 160px;right: auto;}
/*.text-image-module.right-image .line-box-before::before{content: '';position: absolute;bottom: 0px;height: 9px;background: var(--cobalt-prime);width: 9px;border-radius: 100%;left: -3px}*/
.text-image-module .text-wrapper .intro-content{margin-bottom: 20px;color: var(--graphite-dark);}
.text-image-module.right-image .col-wrapper{left: 15px}
.text-image-module.left-image .col-wrapper{right: 15px}
.text-image-module .container-fluid > div.row{min-height: 536px;}
/*media quries */
@media all and (min-width: 768px) and (max-width:991.98px){
/*.text-image-module .text-wrapper{padding:24px;width: 382px;left: 96px;top: 140px;}*/
/*.text-image-module.right-image .text-wrapper{padding:24px;width: 382px;left: 317px;top: 140px;}*/
.text-image-module .image-wrapper{width: 100%;height: 353px;}
.text-image-module .line-box-after{width: 1px;height: 180px;left: 89px;top: -25px;z-index: 10;}
.text-image-module .line-box-before{width: 1px;height: 164px;right: 100px;}
.text-image-module .line-box-after::after{content: '';position: absolute;bottom: 0px;height: 9px;background: var(--cobalt-prime);
width: 9px;border-radius: 100%;left: -3px}
.text-image-module .line-box-before::before{display:none;}
.text-image-module.right-image .line-box-after{width: 1px;height: 170px;left: auto;top: -30px;right: 89px;}
.text-image-module.right-image .line-box-after::after{content: '';position: absolute;bottom: 0px;height: 9px;background: var(--cobalt-prime);width: 9px;border-radius: 100%;left: -3px}
.text-image-module.right-image .line-box-before{width: 1px;
height: 164px;left: 100px;top: auto;bottom: -164px;}
.text-image-module.right-image .line-box-before::before{display:none;}
.text-image-module.right-image .col-wrapper{left: 32px}
.text-image-module.left-image .col-wrapper{right: 32px}
.text-image-module .container-fluid > div.row {min-height: 353px;}
.text-image-module .image-wrapper .image img{height:353px;}
}
@media all and (max-width:767.98px){
.text-image-module .col-wrapper{position: relative}
.text-image-module .text-wrapper{margin-top: -37px;padding-bottom:0px;}
.text-image-module.right-image .col-wrapper{left: 0}
.text-image-module.left-image .col-wrapper{right: 0}
/*.text-image-module .text-wrapper {position: absolute;top: 253px;left: 16px;border-radius: 12px;width: 343px;padding: 16px;}*/
/*.text-image-module.right-image .text-wrapper{position: absolute;top: 253px;left: 16px;border-radius: 12px;width: 343px;padding: 16px;}*/
.text-image-module .image-wrapper .image img {border-radius: 12px;}
.text-image-module .line-box-after{display:none;}
.text-image-module .line-box-before{display:none;}
.text-image-module.right-image .line-box-after{display:none;}
.text-image-module.right-image .line-box-before{display:none;}
.text-image-module .container-fluid > div.row {min-height: auto;}
}
@media all and (min-width: 768px){
  .text-image-module .text-wrapper.top-aligned-textwrapper {margin-top: 52px;}
}