.home-section-6 {
    position: relative;
}

.home-section-6 img {
    height: 570px;
    width: 100%;
}

.home-section-6 .portion-1 {
    text-align: center;
}

.portion-1-content {
    height: 150px;
}

.home-section-6 .content {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-around;
}

.home-section-6 .portion-1 h1 {
    font-size: calc(1.375rem + 1.5vw);
    margin-top: 105px;
    margin-bottom: 12px;
    font-weight: 600;
}

.home-section-6 .portion-1 h2 {
    font-size: 24px;
    margin-bottom: 39px;
}

.home-section-6 .portion-1 p {
    font-size: 18px;
    color: #2c435e;
    margin-bottom: 45px;
}

.home-section-6 .portion-1 .video-btn {
    width: 220px;
    font-size: 18px;
    margin-bottom: 105px;
    padding: 10px;
    cursor: pointer;
    background-color: #00DCF7;
    border-radius: 0;
    border-style: solid;
    color: black;
    border-color: #00DCF7;
    outline: none;
    box-shadow: none;
    font-weight: 400;
    line-height: 26px;
    transition: all .3s ease-in;
    font-family: 'Heebo', sans-serif;
}

.home-section-6 .portion-1 .video-btn img {
    transition: all .3s ease-in;
}

.home-section-6 .portion-1 .video-btn:hover {
    border-color: #071228;
    background-color: #071228;
    color: white;
}

.home-section-6 .portion-1 .video-btn:hover img {
    filter: invert(100%);
}

.career-section-4 {
    padding-top: 40px;
}

@media screen and (max-width: 575px) {
    .career-section-4 {
        padding-top: 0;
    }
}

@media screen and (min-width: 576px) {
    .career-section-4 {
        padding-bottom: 90px;
    }
}

.career-section-4 .intership-banner {
    background-image: url("../Internship-min.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    max-height: 416px;
}

.career-section-4 .blue-background {
    display: flex;
    align-items: center;
}

.career-section-4 .blue-inner-text {
    padding: 80px;
}


/* @media screen and (max-width: 576px) {

} */

.career-section-4 .blue-inner-text h3 {
    color: #071228;
    font-size: 35px;
    font-weight: bold;
    line-height: 50px;
}

@media screen and (max-width: 767px) {
    .career-section-4 .blue-inner-text h3 {
        max-width: 80%;
        margin: auto;
        text-align: center;
        font-size: 28px;
        line-height: 32px;
    }
}


/* @media screen and (max-width: 576px) {

} */

.career-section-4 .blue-inner-text p {
    color: #071228;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

@media only screen and (max-width: 1024px) {
    .home-section-6 .portion-1 h1 {
        font-size: calc(1.375rem + 1.5vw);
        margin-top: 105px;
        margin-bottom: 12px;
        font-weight: 600;
    }
    .home-section-6 .portion-1 h2 {
        font-size: 20px;
        margin-bottom: 39px;
    }
    .home-section-6 .portion-1 p {
        font-size: 16px;
        color: #2c435e;
        margin-bottom: 45px;
    }
    .home-section-6 .portion-1 .video-btn {
        font-size: 16px;
    }
    .career-section-4 .blue-inner-text h3 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .career-section-4 .blue-inner-text {
        padding: 40px;
    }
}

@media screen and (max-width: 768px) {
    .home-section-6 .portion-1 h1 {
        font-size: calc(1.375rem + 1.5vw);
        margin-top: 105px;
        margin-bottom: 12px;
        font-weight: 600;
    }
    .home-section-6 .portion-1 h2 {
        font-size: 18px;
        margin-bottom: 39px;
    }
    .home-section-6 .portion-1 p {
        font-size: 14px;
        color: #2c435e;
        margin-bottom: 45px;
    }
    .home-section-6 .portion-1 .video-btn {
        font-size: 14px;
        width: 180px;
    }
    .career-section-4 .blue-inner-text {
        padding: 40px;
    }
    .career-section-4 .blue-inner-text h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .career-section-4 .blue-inner-text p {
        font-size: 14px;
        text-align: center;
    }
}

@media screen and (max-width: 576px) {
    .career-section-4 .blue-inner-text p {
        text-align: center;
    }
    .career-section-4 .blue-inner-text {
        padding: 30px;
    }
    .career-section-4 .blue-inner-text h3 {
        max-width: 100%;
        font-size: 20px;
    }
    .career-section-4 .blue-inner-text p {
        max-width: 100%;
        font-size: 14px;
    }
}

.career-section-4 .blue-inner-text p a {
    color: #FFFFFF;
}

.blue-background {
    background-color: #00DCF7;
}

@media screen and (max-width: 928px) {
    .home-section-6 img {
        height: 450px;
    }
    .home-section-6 .portion-1 h1 {
        margin-top: 105px;
        margin-bottom: 12px;
    }
    .home-section-6 .portion-1 h2 {
        font-size: 14px;
        margin-bottom: 39px;
    }
    .home-section-6 .portion-1 p {
        font-size: 14px;
        color: #2c435e;
        margin-bottom: 45px;
    }
    .portion-1-content {
        height: 100px;
    }
}

@media screen and (max-width: 724px) {
    .home-section-6 .content {
        flex-direction: column;
    }
    .home-section-6 .portion-1 .video-btn {
        width: 220px;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .home-section-6 .portion-1 h1 {
        font-size: calc(1.375rem + 1.5vw);
        margin-top: 20px;
        margin-bottom: 12px;
    }
    .portion-1-content {
        height: max-content;
    }
    .home-section-6 img {
        height: 690px;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .home-section-6 .portion-1 h1 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .home-section-6 .content {
        padding: 0px 15px;
        bottom: 120px;
    }
    .home-section-6 .portion-1 .video-btn{
        width: 150px;
        line-height: 20px;
    }
}