.internship-page .internship-banner-section {
  background-color: #f8f9fa;
  padding: 80px 0;
}
.internship-page .internship-banner-section .internship-banner-inner .container {
  padding: 0 15px;
}
.internship-page .internship-banner-section .internship-banner-inner .row {
  align-items: center;
}
.internship-page .internship-banner-section .internship-lt-banner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.internship-page .internship-banner-section .internship-lt-banner img {
  max-width: 100%;
  height: auto;
}
.internship-page .internship-banner-section .internship-rt-banner {
  display: flex;
  flex-direction: column;
}
.internship-page .internship-banner-section .internship-rt-banner h1 {
  font-size: 36px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 15px;
  line-height: 30px;
}
.internship-page .internship-banner-section .internship-rt-banner h2 {
  font-size: 28px;
  font-weight: 500;
  color: #121212;
  margin-bottom: 16px;
  line-height: 24px;
}
.internship-page .internship-banner-section .internship-rt-banner p {
  font-size: 16px;
  font-weight: 400;
  color: #636363;
  line-height: 27px;
  margin: 0;
}
.internship-page .internship-banner-section .internship-stats {
  margin-top: 24px;
}
.internship-page .internship-banner-section .internship-stats .row {
  display: flex;
  gap: 16px;
}
.internship-page .internship-banner-section .internship-stats .row .col-6 {
  flex: 1;
}
.internship-page .internship-banner-section .internship-stats .stat-item {
  display: flex;
  flex-direction: column;
}
.internship-page .internship-banner-section .internship-stats .stat-item h3 {
  font-size: 30px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 16px;
  line-height: 1;
}
.internship-page .internship-banner-section .internship-stats .stat-item h4 {
  font-size: 20px;
  font-weight: 500;
  color: #121212;
  margin: 0;
  line-height: 1.3;
}
.internship-page .internship-banner-section .internship-stats .stat-item p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 1.4;
  margin: 0;
}
.internship-page .internship-openings-section {
  padding: 50px 0;
  background-color: #ffffff;
}
.internship-page .internship-openings-section .internship-openings-header {
  margin-bottom: 20px;
}
.internship-page .internship-openings-section .internship-openings-header .openings-title {
  text-align: center;
}
.internship-page .internship-openings-section .internship-openings-header .openings-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 20px;
  line-height: 100%;
  position: relative;
  display: inline-block;
}
.internship-page .internship-openings-section .internship-openings-header .openings-title h2::before {
  content: "";
  position: absolute;
  top: 5%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../images/strive-left.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: -22px;
}
.internship-page .internship-openings-section .internship-openings-header .openings-title h2::after {
  content: "";
  position: absolute;
  top: 11%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../images/strive-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: -22px;
}
.internship-page .internship-openings-section .internship-openings-header .openings-title p {
  font-size: 16px;
  font-weight: 400;
  color: #636363;
  line-height: 21px;
  max-width: 600px;
  margin: 0 auto;
}
.internship-page .internship-openings-section .internship-search-filter {
  margin: 40px 0;
}
.internship-page .internship-openings-section .internship-search-filter .search-filter-container {
  border-radius: 12px;
}
.internship-page .internship-openings-section .internship-search-filter .search-filter-container .filter-dropdown .form-select {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 17px 16px;
  font-size: 16px;
  font-weight: 500;
  color: #121212;
  background-color: #ffffff;
  cursor: pointer;
}
.internship-page .internship-openings-section .internship-search-filter .search-filter-container .filter-dropdown .form-select:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.internship-page .internship-openings-section .internship-search-filter .search-filter-container .search-input .input-group .input-group-text {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-right: none;
  border-radius: 8px 0 0 8px;
  padding: 12px 16px;
}
.internship-page .internship-openings-section .internship-search-filter .search-filter-container .search-input .input-group .input-group-text img {
  width: 16px;
  height: 16px;
}
.internship-page .internship-openings-section .internship-search-filter .search-filter-container .search-input .input-group .form-control {
  border: 1px solid #e0e0e0;
  border-left: none;
  border-radius: 0 8px 8px 0;
  padding: 17px 16px;
  font-size: 16px;
  color: #121212;
}
.internship-page .internship-openings-section .internship-search-filter .search-filter-container .search-input .input-group .form-control::-moz-placeholder {
  color: #999999;
}
.internship-page .internship-openings-section .internship-search-filter .search-filter-container .search-input .input-group .form-control::placeholder {
  color: #999999;
}
.internship-page .internship-openings-section .internship-search-filter .search-filter-container .search-input .input-group .form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.internship-page .internship-openings-section .internship-search-filter .search-filter-container .search-button .btn {
  padding: 29px 24px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.3s ease;
  width: 161px;
}
.internship-page .internship-openings-section .internship-search-filter .search-filter-container .search-button .btn img {
  width: 22px;
  height: 12px;
}
.internship-page .internship-openings-section .internship-search-filter .search-filter-container .search-button .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.internship-page .internship-openings-section .internship-listings .internship-card {
  background-color: #f8f9fa;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.internship-page .internship-openings-section .internship-listings .internship-card .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.internship-page .internship-openings-section .internship-listings .internship-card .card-body .job-title-container {
  margin-left: 20px;
  position: relative;
}
.internship-page .internship-openings-section .internship-listings .internship-card .card-body .job-title-container::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 51px;
  background-color: #121212;
  left: -24px;
}
.internship-page .internship-openings-section .internship-listings .internship-card .card-body .job-title-container .job-type {
  margin-bottom: 5px;
  font-size: 16px;
  color: #636363;
}
.internship-page .internship-openings-section .internship-listings .internship-card .card-body .job-title-container .job-title {
  font-size: 24px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 16px;
  line-height: 1.3;
}
.internship-page .internship-openings-section .internship-listings .internship-card .card-body .job-details {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}
.internship-page .internship-openings-section .internship-listings .internship-card .card-body .job-details .detail-item {
  display: flex;
  align-items: start;
  gap: 0px;
  flex-direction: column;
  background-color: #fff;
  padding: 10px 16px;
  max-width: 150px;
  width: 100%;
}
.internship-page .internship-openings-section .internship-listings .internship-card .card-body .job-details .detail-item .label {
  font-size: 14px;
  font-weight: 500;
  color: #636363;
}
.internship-page .internship-openings-section .internship-listings .internship-card .card-body .job-details .detail-item .value {
  font-size: 14px;
  font-weight: 600;
  color: #121212;
}
.internship-page .internship-openings-section .internship-listings .internship-card .card-body .job-description h4 {
  font-size: 18px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 12px;
  line-height: 1.3;
}
.internship-page .internship-openings-section .internship-listings .internship-card .card-body .job-description p {
  font-size: 16px;
  font-weight: 400;
  color: #636363;
  line-height: 1.6;
  margin: 0;
}
.internship-page .internship-openings-section .internship-listings .internship-card .card-footer {
  padding: 0 !important;
  background-color: unset !important;
  border-top: unset !important;
}
.internship-page .internship-openings-section .internship-listings .internship-card .card-footer .action-buttons {
  display: flex;
  gap: 12px;
}
.internship-page .internship-openings-section .internship-listings .internship-card .card-footer .action-buttons .btn {
  flex: 1;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.internship-page .internship-openings-section .internship-listings .internship-card .card-footer .action-buttons .btn.btn-outline-secondary {
  border: 2px solid #6c757d;
  color: #6c757d;
  background-color: transparent;
}
.internship-page .internship-openings-section .internship-listings .internship-card .card-footer .action-buttons .btn.btn-outline-secondary:hover {
  background-color: #6c757d;
  color: #ffffff;
}
.internship-page .internship-openings-section .internship-listings .internship-card .card-footer .action-buttons .btn.btn-primary {
  background-color: #121212;
  border: 2px solid #121212;
  color: #ffffff;
  height: unset !important;
}
.internship-page .internship-openings-section .internship-listings .internship-card .card-footer .action-buttons .btn.btn-primary:hover {
  background-color: #000000;
  border-color: #000000;
}
.internship-page .hiring-process-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}
.internship-page .hiring-process-section .hiring-process-header {
  margin-bottom: 50px;
}
.internship-page .hiring-process-section .hiring-process-header .process-title {
  text-align: center;
}
.internship-page .hiring-process-section .hiring-process-header .process-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 7px;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}
.internship-page .hiring-process-section .hiring-process-header .process-title h2::before {
  content: "";
  position: absolute;
  top: 11%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../images/strive-left.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: -25px;
}
.internship-page .hiring-process-section .hiring-process-header .process-title h2::after {
  content: "";
  position: absolute;
  top: 24%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../images/strive-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: -30px;
}
.internship-page .hiring-process-section .hiring-process-header .process-title h3 {
  font-size: 30px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 16px;
  line-height: 24px;
}
.internship-page .hiring-process-section .hiring-process-header .process-title p {
  font-size: 16px;
  font-weight: 400;
  color: #636363;
  line-height: 26px;
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
}
.internship-page .hiring-process-section .hiring-process-steps .process-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.internship-page .hiring-process-section .hiring-process-steps .process-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.internship-page .hiring-process-section .hiring-process-steps .process-card .card-icon {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}
.internship-page .hiring-process-section .hiring-process-steps .process-card .card-icon img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
.internship-page .hiring-process-section .hiring-process-steps .process-card .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.internship-page .hiring-process-section .hiring-process-steps .process-card .card-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 16px;
  line-height: 1.3;
}
.internship-page .hiring-process-section .hiring-process-steps .process-card .card-content p {
  font-size: 14px;
  font-weight: 400;
  color: #636363;
  line-height: 24px;
  margin: 0;
}
.internship-page .benefits-section {
  padding: 50px 0;
  background-color: #ffffff;
}
.internship-page .benefits-section .benefits-header {
  margin-bottom: 50px;
}
.internship-page .benefits-section .benefits-header .benefits-title {
  text-align: center;
}
.internship-page .benefits-section .benefits-header .benefits-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 9px;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}
.internship-page .benefits-section .benefits-header .benefits-title h2::before {
  content: "";
  position: absolute;
  top: 11%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../images/strive-left.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: -25px;
}
.internship-page .benefits-section .benefits-header .benefits-title h2::after {
  content: "";
  position: absolute;
  top: 24%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../images/strive-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: -26px;
}
.internship-page .benefits-section .benefits-header .benefits-title p {
  font-size: 16px;
  font-weight: 400;
  color: #636363;
  line-height: 21px;
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
}
.internship-page .benefits-section .benefits-content .benefits-list .benefit-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.internship-page .benefits-section .benefits-content .benefits-list .benefit-item:last-child {
  margin-bottom: 0;
}
.internship-page .benefits-section .benefits-content .benefits-list .benefit-item .benefit-icon {
  flex-shrink: 0;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.internship-page .benefits-section .benefits-content .benefits-list .benefit-item .benefit-icon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.internship-page .benefits-section .benefits-content .benefits-list .benefit-item .benefit-content {
  flex: 1;
}
.internship-page .benefits-section .benefits-content .benefits-list .benefit-item .benefit-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 5px;
  line-height: 1.3;
}
.internship-page .benefits-section .benefits-content .benefits-list .benefit-item .benefit-content p {
  font-size: 16px;
  font-weight: 400;
  color: #636363;
  line-height: 1.6;
  margin: 0;
}
.internship-page .benefits-section .benefits-content .benefits-illustration {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.internship-page .benefits-section .benefits-content .benefits-illustration img {
  max-width: 100%;
  height: auto;
}

.feedback-section .feedback-inner .feedback-slider .feedback-wrapper .feedback-rt-content .feedback-list img {
  max-width: 140px;
  width: 100%;
}

@media (max-width: 991px) {
  .internship-page .internship-banner-section {
    padding: 60px 0;
  }
  .internship-page .internship-banner-section .internship-rt-banner {
    padding-left: 0;
    padding-top: 24px;
  }
  .internship-page .internship-banner-section .internship-rt-banner h1 {
    font-size: 36px;
  }
  .internship-page .internship-banner-section .internship-rt-banner h2 {
    font-size: 24px;
  }
  .internship-page .internship-banner-section .internship-stats .row {
    flex-direction: column;
    align-items: start;
  }
  .internship-page .internship-banner-section .internship-stats .stat-item h3 {
    font-size: 28px;
  }
  .internship-page .internship-banner-section .internship-stats .stat-item h4 {
    font-size: 16px;
  }
  .internship-page .internship-openings-section {
    padding: 60px 0;
  }
  .internship-page .internship-openings-section .internship-openings-header .openings-title h2 {
    font-size: 36px;
  }
  .internship-page .internship-openings-section .internship-openings-header .openings-title h2::before, .internship-page .internship-openings-section .internship-openings-header .openings-title h2::after {
    width: 20px;
    height: 20px;
  }
  .internship-page .internship-openings-section .internship-openings-header .openings-title h2::before {
    left: -30px;
  }
  .internship-page .internship-openings-section .internship-openings-header .openings-title h2::after {
    right: -30px;
  }
  .internship-page .internship-openings-section .internship-openings-header .openings-title p {
    font-size: 16px;
  }
  .internship-page .internship-openings-section .internship-search-filter {
    margin: 40px 0;
  }
  .internship-page .internship-openings-section .internship-search-filter .search-filter-container .row {
    gap: 16px;
  }
  .internship-page .hiring-process-section {
    padding: 60px 0;
  }
  .internship-page .hiring-process-section .hiring-process-header {
    margin-bottom: 30px;
  }
  .internship-page .hiring-process-section .hiring-process-header .process-title h2 {
    font-size: 36px;
  }
  .internship-page .hiring-process-section .hiring-process-header .process-title h2::before, .internship-page .hiring-process-section .hiring-process-header .process-title h2::after {
    width: 20px;
    height: 20px;
  }
  .internship-page .hiring-process-section .hiring-process-header .process-title h2::before {
    left: -30px;
  }
  .internship-page .hiring-process-section .hiring-process-header .process-title h2::after {
    right: -30px;
  }
  .internship-page .hiring-process-section .hiring-process-header .process-title h3 {
    font-size: 24px;
  }
  .internship-page .hiring-process-section .hiring-process-header .process-title p {
    font-size: 16px;
  }
  .internship-page .hiring-process-section .hiring-process-steps .process-card {
    padding: 24px 20px;
  }
  .internship-page .hiring-process-section .hiring-process-steps .process-card .card-icon {
    margin-bottom: 20px;
  }
  .internship-page .hiring-process-section .hiring-process-steps .process-card .card-icon img {
    width: 50px;
    height: 50px;
  }
  .internship-page .hiring-process-section .hiring-process-steps .process-card .card-content h4 {
    font-size: 18px;
  }
  .internship-page .hiring-process-section .hiring-process-steps .process-card .card-content p {
    font-size: 14px;
  }
  .internship-page .hiring-process-section .benefits-section {
    padding: 60px 0;
  }
  .internship-page .hiring-process-section .benefits-section .benefits-header {
    margin-bottom: 30px;
  }
  .internship-page .hiring-process-section .benefits-section .benefits-header .benefits-title h2 {
    font-size: 36px;
  }
  .internship-page .hiring-process-section .benefits-section .benefits-header .benefits-title h2::before, .internship-page .hiring-process-section .benefits-section .benefits-header .benefits-title h2::after {
    width: 20px;
    height: 20px;
  }
  .internship-page .hiring-process-section .benefits-section .benefits-header .benefits-title h2::before {
    left: -30px;
  }
  .internship-page .hiring-process-section .benefits-section .benefits-header .benefits-title h2::after {
    right: -30px;
  }
  .internship-page .hiring-process-section .benefits-section .benefits-header .benefits-title p {
    font-size: 16px;
  }
  .internship-page .hiring-process-section .benefits-section .benefits-content .benefits-list {
    background-color: red;
  }
  .internship-page .hiring-process-section .benefits-section .benefits-content .benefits-list .benefit-item {
    padding: 20px;
    margin-bottom: 24px;
  }
  .internship-page .hiring-process-section .benefits-section .benefits-content .benefits-list .benefit-item .benefit-icon {
    margin-right: 16px;
    width: 50px;
    height: 50px;
  }
  .internship-page .hiring-process-section .benefits-section .benefits-content .benefits-list .benefit-item .benefit-icon img {
    width: 32px;
    height: 32px;
  }
  .internship-page .hiring-process-section .benefits-section .benefits-content .benefits-list .benefit-item .benefit-content h4 {
    font-size: 18px;
  }
  .internship-page .hiring-process-section .benefits-section .benefits-content .benefits-list .benefit-item .benefit-content p {
    font-size: 14px;
  }
  .internship-page .hiring-process-section .benefits-section .benefits-content .benefits-illustration {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .internship-page .hiring-process-section .benefits-section .benefits-content .benefits-illustration img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  .internship-page .internship-banner-section {
    padding: 40px 0;
  }
  .internship-page .internship-banner-section .internship-rt-banner h1 {
    font-size: 28px;
  }
  .internship-page .internship-banner-section .internship-rt-banner h2 {
    font-size: 20px;
  }
  .internship-page .internship-banner-section .internship-rt-banner p {
    font-size: 14px;
  }
  .internship-page .internship-banner-section .internship-stats .stat-item h3 {
    font-size: 24px;
  }
  .internship-page .internship-banner-section .internship-stats .stat-item h4 {
    font-size: 14px;
  }
  .internship-page .internship-banner-section .internship-stats .stat-item p {
    font-size: 12px;
  }
  .internship-page .internship-openings-section {
    padding: 40px 0;
  }
  .internship-page .internship-openings-section .internship-openings-header .openings-title h2 {
    font-size: 28px;
  }
  .internship-page .internship-openings-section .internship-openings-header .openings-title p {
    font-size: 14px;
  }
  .internship-page .internship-openings-section .internship-search-filter {
    margin: 30px 0;
  }
  .internship-page .internship-openings-section .internship-search-filter .search-filter-container .row {
    flex-direction: column;
    gap: 12px;
  }
  .internship-page .internship-openings-section .internship-search-filter .search-filter-container .search-button .btn {
    margin-top: 8px;
  }
  .internship-page .internship-openings-section .internship-listings .internship-card {
    padding: 20px;
    margin-bottom: 20px;
  }
  .internship-page .internship-openings-section .internship-listings .internship-card .card-body .job-title {
    font-size: 20px;
  }
  .internship-page .internship-openings-section .internship-listings .internship-card .card-body .job-details {
    gap: 12px;
  }
  .internship-page .internship-openings-section .internship-listings .internship-card .card-body .job-details .detail-item .label,
  .internship-page .internship-openings-section .internship-listings .internship-card .card-body .job-details .detail-item .value {
    font-size: 13px;
  }
  .internship-page .internship-openings-section .internship-listings .internship-card .card-body .job-description h4 {
    font-size: 16px;
  }
  .internship-page .internship-openings-section .internship-listings .internship-card .card-body .job-description p {
    font-size: 14px;
  }
  .internship-page .internship-openings-section .internship-listings .internship-card .card-footer .action-buttons {
    flex-direction: column;
    gap: 8px;
  }
  .internship-page .internship-openings-section .internship-listings .internship-card .card-footer .action-buttons .btn {
    width: 100%;
  }
  .internship-page .hiring-process-section {
    padding: 40px 0;
  }
  .internship-page .hiring-process-section .hiring-process-header {
    margin-bottom: 20px;
  }
  .internship-page .hiring-process-section .hiring-process-header .process-title h2 {
    font-size: 28px;
  }
  .internship-page .hiring-process-section .hiring-process-header .process-title h3 {
    font-size: 20px;
  }
  .internship-page .hiring-process-section .hiring-process-header .process-title p {
    font-size: 14px;
  }
  .internship-page .hiring-process-section .hiring-process-steps .process-card {
    padding: 20px 16px;
  }
  .internship-page .hiring-process-section .hiring-process-steps .process-card .card-icon {
    margin-bottom: 16px;
  }
  .internship-page .hiring-process-section .hiring-process-steps .process-card .card-icon img {
    width: 45px;
    height: 45px;
  }
  .internship-page .hiring-process-section .hiring-process-steps .process-card .card-content h4 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .internship-page .hiring-process-section .hiring-process-steps .process-card .card-content p {
    font-size: 13px;
  }
  .internship-page .benefits-section {
    padding: 40px 0;
  }
  .internship-page .benefits-section .benefits-header {
    margin-bottom: 20px;
  }
  .internship-page .benefits-section .benefits-header .benefits-title h2 {
    font-size: 28px;
  }
  .internship-page .benefits-section .benefits-header .benefits-title p {
    font-size: 14px;
  }
  .internship-page .benefits-section .benefits-content .benefits-list .benefit-item {
    padding: 16px;
    margin-bottom: 20px;
  }
  .internship-page .benefits-section .benefits-content .benefits-list .benefit-item .benefit-icon {
    margin-right: 12px;
    width: 45px;
    height: 45px;
  }
  .internship-page .benefits-section .benefits-content .benefits-list .benefit-item .benefit-icon img {
    width: 28px;
    height: 28px;
  }
  .internship-page .benefits-section .benefits-content .benefits-list .benefit-item .benefit-content h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .internship-page .benefits-section .benefits-content .benefits-list .benefit-item .benefit-content p {
    font-size: 13px;
  }
  .internship-page .benefits-section .benefits-content .benefits-illustration {
    margin-top: 30px;
  }
  .internship-page .benefits-section .benefits-content .benefits-illustration img {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .internship-page .internship-banner-section {
    padding: 30px 0;
  }
  .internship-page .internship-banner-section .internship-rt-banner h1 {
    font-size: 24px;
  }
  .internship-page .internship-banner-section .internship-rt-banner h2 {
    font-size: 18px;
  }
  .internship-page .internship-banner-section .internship-stats .stat-item h3 {
    font-size: 20px;
  }
  .internship-page .internship-banner-section .internship-stats .stat-item h4 {
    font-size: 12px;
  }
  .internship-page .internship-banner-section .internship-stats .stat-item p {
    font-size: 11px;
  }
  .internship-page .internship-openings-section {
    padding: 30px 0;
  }
  .internship-page .internship-openings-section .internship-openings-header .openings-title h2 {
    font-size: 24px;
  }
  .internship-page .internship-openings-section .internship-openings-header .openings-title p {
    font-size: 13px;
  }
  .internship-page .internship-openings-section .internship-listings .internship-card {
    padding: 16px;
  }
  .internship-page .internship-openings-section .internship-listings .internship-card .card-body .job-title {
    font-size: 18px;
  }
  .internship-page .internship-openings-section .internship-listings .internship-card .card-body .job-details {
    flex-direction: column;
    gap: 8px;
  }
  .internship-page .internship-openings-section .internship-listings .internship-card .card-body .job-details .detail-item {
    max-width: 100%;
    width: 100%;
  }
  .internship-page .internship-openings-section .internship-listings .internship-card .card-body .job-description h4 {
    font-size: 15px;
  }
  .internship-page .internship-openings-section .internship-listings .internship-card .card-body .job-description p {
    font-size: 13px;
  }
  .internship-page .hiring-process-section {
    padding: 30px 0;
  }
  .internship-page .hiring-process-section .hiring-process-header .process-title h2 {
    font-size: 24px;
  }
  .internship-page .hiring-process-section .hiring-process-header .process-title h3 {
    font-size: 18px;
  }
  .internship-page .hiring-process-section .hiring-process-header .process-title p {
    font-size: 13px;
  }
  .internship-page .hiring-process-section .hiring-process-steps .process-card {
    padding: 16px 12px;
  }
  .internship-page .hiring-process-section .hiring-process-steps .process-card .card-icon {
    margin-bottom: 12px;
  }
  .internship-page .hiring-process-section .hiring-process-steps .process-card .card-icon img {
    width: 40px;
    height: 40px;
  }
  .internship-page .hiring-process-section .hiring-process-steps .process-card .card-content h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .internship-page .hiring-process-section .hiring-process-steps .process-card .card-content p {
    font-size: 12px;
  }
  .internship-page .benefits-section {
    padding: 30px 0;
  }
  .internship-page .benefits-section .benefits-header .benefits-title h2 {
    font-size: 24px;
  }
  .internship-page .benefits-section .benefits-header .benefits-title p {
    font-size: 13px;
  }
  .internship-page .benefits-section .benefits-content .benefits-list .benefit-item {
    padding: 12px;
    margin-bottom: 16px;
  }
  .internship-page .benefits-section .benefits-content .benefits-list .benefit-item .benefit-icon {
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }
  .internship-page .benefits-section .benefits-content .benefits-list .benefit-item .benefit-icon img {
    width: 24px;
    height: 24px;
  }
  .internship-page .benefits-section .benefits-content .benefits-list .benefit-item .benefit-content h4 {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .internship-page .benefits-section .benefits-content .benefits-list .benefit-item .benefit-content p {
    font-size: 12px;
  }
  .internship-page .benefits-section .benefits-content .benefits-illustration {
    margin-top: 20px;
  }
}/*# sourceMappingURL=internship.css.map */