.about-us-content p{text-align:justify;}
.how-we-do .cta-text{text-align:justify!important;}
.what-we-do p{text-align:justify;}
.what-we-do li{text-align:justify;}
.nav-link{font-size:15px!important;}
.how-we-do .description{text-align:justify!important;}
.section-white{background:#fff;}
.mb_custom{margin-bottom:12px!important;}
.mb_custom{margin-bottom:20px!important;}

.text-justify{text-align:justify;}
.disclaimer{margin-bottom:0px!important; font-size:13px; line-height:17px;}
.error span {
    color: 
red;
}

.success span {
    color: 
green;
}

span.error {
    color: 
red;
}

i {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}



.careers {
  padding: 120px 0;
}

.job-listings {
  margin-top: 30px;
}

.job-card {
  background-color: #f8f9fa; /* Light background */
  border: 1px solid #ddd; /* Border color */
  border-radius: 5px; /* Rounded corners */
  padding: 20px;
  margin-bottom: 20px;
  transition: transform 0.3s;
}

.job-card:hover {
  transform: scale(1.02); /* Slight zoom effect on hover */
}

.job-card h5 {
  font-size: 1.5em; /* Job title size */
  margin-bottom: 10px;
}

.job-card p {
  margin: 5px 0;
}

.job-card .col-lg-3 {
    text-align:right;    

}

@media only screen and (max-width: 600px) {
    .job-card .col-lg-3 {
    text-align: center;
    margin-top: 15px;   

}
}

.btn {
  margin-right: 10px; /* Space between buttons */
}


     .thank-container {
            text-align: center;
            padding: 20px;
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        .thank-container h1 {
            color: #0071BC;
            /* Change this to your preferred color */
        }

        .thank-container p {
            font-size: 18px;
            margin: 10px 0;
        }

        .thank-container a {
            text-decoration: none;
            color: #0071BC;
            font-weight: bold;
        }
