body {
    margin: 0;
    padding: 0;
     
}
body h1{
    font-family: "Special Gothic Condensed One", sans-serif;
    font-weight: 400;
    font-style: normal;   
}
body h2{
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 100px;
    font-style: normal;
}
body p{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100px;
    font-style: normal;
    font-variation-settings:"wdth" 100;
}
#section{
    font-size: 30px;
    max-width: 1100px;
    margin: 170px auto;
    padding: 40px 60px;
    background-color: #deb1fe;
    border-radius: 40px;
    box-shadow: 3px 3px 8px grey;
}
.careerstit{
    color: #6306a5;
    padding: 30px 0;
    font-weight: 600;
}
#section-one{
    display: flex;
    gap: 5%;
}
#section-one p{
    font-size: 30px;
}
#section-two{
    display: flex;
    gap: 10%;
}
#section-two .careerstit-2{
    margin-top: 15%;
    color: #6306a5;
    font-weight: 600;
    font-size: 42px;
}
#section-two p{
    padding: 10px;
}
span{
    color:#6306a5;
    font-weight: 500;
}
#Internship{
    display: flex;
    margin-left: 30%;
    gap: 10%;
    letter-spacing: 1px;
    padding: 70px 0;
}
.intershipdrop{
    font-size: 42px;
    font-weight: 700;
    color: #6306a5;
    margin-top: 70px;
}
#internship-2{
    margin: 0% 10%;
}
#internship-2 p{
    font-size: 25px;
    letter-spacing: 1px;
    word-spacing: 2px;
    /* padding: 10px; */
}
#section-2{
    display: none;
}
#internship-2 h1{
    color:#6306a5;
    font-size: 30px;
}
#internship-2 span{
    color: black;
    font-weight: bolder;
}
#intern{
    display: flex;
}
#intern img{
    margin-left: -8%;
    margin-top: -6%;
}
#section-2{
    margin-left: -5%;
}

/* Override for navbar logo issue (targeted specifically) */
.navbar-cont .logo, 
.navbar-cont .logo img {
    border: none !important;
    outline: none !important;
}
@media screen and (min-width:500px) and (max-width: 600px) {
    #section-one{
        display: block;
    }
    #section-two{
        display: block;
    }
    #section-two img{
        margin-left: 15%;
    }            
    #Internship{
        margin-left: 17%;
    }     
    #intern{
        display: block;
    }
    #intern img{
        margin-left: 30%;
    }
    
}

@media screen and (min-width:300px) and (max-width: 500px) {
    #section p{
        font-size: 15px;
    }
    section h1,h2{
        font-size: 20px;
    }
    #section-2 h1{
        font-size: 20px;
    }
    #section-2 p{
        font-size: 15px;

    }
    #section-one{
        display: block;
    }
    #section-one img{
        margin-left: -35%;

    }
    #section-two{
        display: block;
    }
    #section-two img{
        margin-left: -15%;
    }            
    #Internship{
        display: block;
        margin-left: 10%;
    }     
    #intern{
        display: block;
    }
    #intern img{
        margin-left: 5%;
    }

}
