/*
Theme Name: cyberforte
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

 p , ul ,li , b{
    text-align: justify !important;

}
.custom-test-slider h6 {
    text-align: justify !important;
}
.careers-section {
    position: relative;
}
.carers-sticky>div {
    position: sticky;
    top: 100px;
}
.position-text {
    height: 350px;
    overflow-y: scroll;
   
}
.position-text p{
   padding-right: 10px;
   
}

@media(max-width:768px){
    .carers-sticky>div {
        position: static;
        
    }
    p , ul ,li , b{
    
    }
    
}