/*******Text Media CSS********/

.section-reverse{
	flex-direction: row-reverse;
}

.img-video-section img{
    width:100%;
    border-radius: 8px;
}

section.text-media-section .video-embed{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}

section.text-media-section .video-embed iframe{
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    width: 100%;
    height: 100%;
}

.two-col-section{
    overflow: hidden;
}

.section-content{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.heading-dash{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.dash {
    width: 33px;
    height: 2px;
    background: #2797d3;
    display: block;
    margin-right: 16px;
    top: -6px;
    position: relative;
}
.two-section-innner .img-video-section{
    position: relative;
    width: 100%;
    height: 100%;
}
.two-section-innner .img-video-section iframe{
   height: 100%;
   width: 100%;
}
.response-inner{
    background-repeat: no-repeat;
    background-size: 248px 158px;
    background-position: right 15px bottom;
 }
 .two-col-section p{
    font-size: 18px;
    line-height: 26px;
    font-family: 'Lato-Light';
 }

/* needed to add on global*/
.bold{
    font-family: 'Lato-bold';        
}

p.section-head-two{
    font-size: 22px!important;
    line-height: 26px!important;
    font-family: 'Lato-bold';
}

@media only screen and (max-width : 991px){
   .two-col-section .section-content{
       margin-top: 30px;
   }
   .heading-dash{
       margin-bottom: 10px;
   }
   .section-head-two{
      margin-bottom: 20px;
   }
   .two-section-innner{
       padding:0 10px;
   }
   

}

@media only screen and (min-width : 768px){
    .two-col-section .section-content{
        margin-top: 0;
    }
    .two-col-section{
        overflow: hidden;
    }
    .two-col-section .section-reverse .img-video-section img{
       margin-top: 0px;
    }
    .two-col-section  .response-inner{
      background-position: left 100px bottom;
    }
}

/* 
desktop */

@media only screen and (min-width : 992px){
    .two-col-section .heading-dash{
    margin: 0 0 0 0;
    }
    .section-head-two{
      margin-bottom: 10px;
    }

    .two-col-section .two-section-innner.section-reverse .response-inner {
        background-size: 329px 210px;
        background-position: left 26% bottom 15px;
    }
    .two-col-section .two-section-innner .response-inner { 
        background-size: 329px 210px; 
        background-position: left 100% bottom 15px; 
    }
    
    .two-col-section  .col-md-6:nth-child(2) .section-content{
       padding-left:45px;
       padding-right:0;
       padding-top: 35px;
    }
    .two-col-section .section-reverse .col-md-6:nth-child(2) .section-content{
       padding-right:70px;
       padding-left:0;
       padding-top: 35px;
    }
    .two-col-section p {
       font-size: 20px;
       line-height: 32px;
    }
}

@media only screen and (min-width : 1600px){
    .two-col-section .heading-dash{
        margin: 0 0 5px 0;
    }
    .section-head-two{
        margin-bottom: 15px;
    }
    .two-col-section  .col-md-6:nth-child(2) .section-content{
        padding-left:45px;
        padding-right:0;
        padding-top: 35px;
     }
     .two-col-section .section-reverse .col-md-6:nth-child(2) .section-content{
        padding-right:70px;
        padding-left:0;
        padding-top: 35px;
     }

    .two-col-section .two-section-innner.section-reverse .response-inner {
        background-size: 329px 210px;
        background-position: left 34% bottom 15px;
    }
}

 