body {
    background: linear-gradient( 62.14deg, rgba(255, 255, 255, 0.64) 28.04%, #fff9f4 66.05%, #e9f6ef 86.91% ), linear-gradient( 161.65deg, rgba(253, 231, 211, 0) 23.28%, rgba(245, 236, 229, 0.391342) 52.05%, rgba(240, 221, 205, 0.983359) 89.59% );
    font-family: 'poppins' sans-serif;
}
/* 
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8f9fa;
} */

.internship-header {
    padding: 0 20px;
    margin-bottom: 60px;
}

    .internship-header h1 {
        margin: 0;
        color: rgba(194, 135, 86, 1);
        font-family: Metropolis;
        font-weight: 600;
        font-size: 36px;
        line-height: 36px;
    }
    /* .internship-header p{
  padding: 30px 145px 15px 8px;
  color: rgba(0, 0, 0, 1);
  font-family: Metropolis;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
} */

    .internship-header .actions {
        display: flex;
        gap: 10px;
    }

.internship-actions .btn-large {
    background: linear-gradient(117.11deg, #B2713D 23.18%, #D59662 52.49%);
    color: rgba(255, 255, 255, 1) !important;
    border-radius: 20px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

    .internship-actions .btn-large i {
        padding-right: 10px;
        font-size: 25px;
        text-align: center;
    }

    .internship-actions .btn-large:hover {
        background: linear-gradient(117.11deg, #9c5f30 23.18%, #b37c4a 52.49%);
        transition: 0.3s ease-in-out;
    }

.breadcrumb {
    background-color: transparent;
    /* padding: 0.5rem 0; */
    margin: 0;
    border: none;
    padding-left: 7px;
}

.breadcrumb-item a {
    color: black;
    text-decoration: none;
}

    .breadcrumb-item a:hover {
        text-decoration: underline;
        transition: 0.3s ease-in-out;
    }

.breadcrumb-item.active {
    color: rgba(178, 113, 61, 1) !important;
}

.internship-content h2 {
    font-family: Metropolis;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
}

    .internship-content h2:nth-of-type(1) {
        color: rgba(178, 113, 61, 1);
    }

    .internship-content h2:nth-of-type(2) {
        color: rgba(0, 0, 0, 1);
        padding-bottom: 15px;
    }

.internship-content {
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
}
