.letter{
    color: #00b9fe;
}
h3 {
    color: black;   
    font-size: 40px!important;
}
h4 {
    color: black;   
    font-size: 40px!important;
}
img
{
    border-radius: 30px!important;   
}
.img-dev{
    border-radius: 100px!important;   
}
body, ul, li, a {
    margin: 0;
    padding: 0;
    color: #333;
    list-style: none;
    text-decoration: none;
   
}
.internship-heading {
    color: black;
    padding-top: 90px;
    padding-bottom: 10px;
    text-align: center;
    
}
.intern{
    height: 150px;
    width: 200px;
    
}

.internship-heading h1 {
    margin: 0;
    font-size: 2em;
}

.internship-heading h2 {
    height: 50px;
    width: 80px;
}

.internship-heading p {
    font-size: 1.2em;
    margin-top: 10px;
}

.info{
    max-width: 1100px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px!important;
}
.info:hover {
    transform: scale(1.05); /* Example hover effect: increase size */
    transition: transform 0.3s ease; /* Smooth transition */
}
.icon
{
    color: #00b9fe;
}
h1{
    color: #02236d;
}
.info h2 {
    color: #00b9fe;
    border-bottom: 2px solid #00b9fe;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.info p {
    line-height: 1.6;
    font-size: 1.1em;
}

.info ul {
    list-style-type: none;
    padding: 0;
}

.info li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

section ul li:before {
    content: "✓"!important;
    margin-right: 10px;
    color: #28a745;
}

.mb-3 {
    margin-bottom: 1rem !important;
    border-radius: 15px;
}
