.internship {
    padding: 50px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Centering the intro section */
.intro {
    text-align: center;
}

.intro h2 {
    margin-bottom: 20px;
    font-size: 5.7em;
    font-weight: bold;
    color: #02536F;
    margin-bottom: 50px;
}

.intro .intro-img {
    display: block;
    margin: 0 auto 20px;
    max-width: 60%;
    margin-bottom: 40px;
}

.intro p {
    font-size: 27px;
    margin-bottom: 20px;
    line-height: 1.5;
    margin-bottom: 50px;
    color: #086671;
}

/* Centering the YouTube video */
.promo-video {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

.promo-video iframe {
    max-width: 100%;
}

.intro, .promo-video, .testimonial, .expectations {
    margin-bottom: 30px;
}

.more-info {
    margin-bottom: 100px; /* Adjust the value as needed */
}

.intro-img {
    width: 100%;
    max-width: 600px;
    margin: 20px 0;
}

.outcomes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.outcome {
    flex: 1 1 45%;
    display: flex;
    align-items: center;
    padding: 20px;
    margin-bottom: 1px;
}

.outcome-img {
    width: 200px;
    height: 200px;
    margin-right: 20px;
}

.outcome-text h3 {
    margin-bottom: 10px;
    font-size: 1.3em;
    color: #086671;
    font-weight: bolder;
}

.outcome-text p {
    color: #086671;
}

.testimonial {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 87vw;
    height: 88vh;
    overflow: hidden;
}

.testimonial-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: -250px; /* Move the image to the right */
}

.expectations {
    color: #086671;
    font-size: 18px;
}

/* Styling the QR code */
.qr-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.qr-code-text {
    font-size: 1.9em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #055E72;
}

.qr-code-img {
    width: 160px; /* Adjust size as needed */
    height: 160px; /* Adjust size as needed */
}
