/* 47.78px
39.81px
33.18px
27.65px
23.04px
23.04px
19.2px
16px */
*{
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    width: 100%;
}

h1{
    font-size:47.78px;
}

h2{
 font-size: 39.81px;   
}

h5{
    font-size: 23.04px;
}
p {
    font-size: 16px;
}


.container {
    margin: 0 auto;
    width: 90%;
    margin-top: 5%;
}

.header{
    display: flex;
    justify-content:space-between;
    align-items: flex-start;
    gap: 4%;
    height: auto;
    width: 100%;
}
.header-content{
    flex: 2;
}

.name{
   
    line-height: 1.5;
}
.designation{
    font-weight: 300;
   
}
.education{
    font-weight: 300;
    margin-bottom: 10PX;
}

.brief {
    line-height: 1.5;
    margin-bottom: 20px;
}

.navigation{
    /* display: flex; */
    gap: 20px;

}
a{
    text-decoration: none;
    background-color: gray;
    border-radius: 3%;
    color: white;
    padding: 10px;
}

a:hover{
    color: greenyellow;
}

.header-image{
    flex: 1;

}

.header-image img {
    max-width: 100%;
}

.service-container
{
    margin-top: 5%;
}

.service {
    border-left: 5px solid grey;
    margin-bottom: 20px;
    padding-left: 10px;
    font-weight: 600;
    line-height: 2;
}

.service-contents{

    display: flex;
    gap: 4%;

}

.service-container-banner img{
   max-width: 100%;
}

.service-container-contents{
    display: flex;
    flex-direction: column;
   

}


.mentorship{
    font-size: 30px;

    margin-bottom: 30px;
}
.mentorship-para{
    margin-bottom: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.subjects{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.subjects a{
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
  margin-right: 10px;
    flex: 1;
    display: block;
}

.footer{
    background-color: gray;
    padding: 10px;
    color: white;
  
   
}

#contact{
    text-align: center;
    padding: 20px;
    font-weight: 700;
    display: block;
}
#contact a{
    background-color: white;
    padding: 0;
    margin: 0;
    color: black;
}

.footer p {
    text-align: center;
    font-size: 12x;
    color: greenyellow;
}