*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Mulish';
}
.crausel-container{
    overflow-y: hidden;
}
header{
    background-color: #ffc90d;
    margin-bottom: 50px;
}
h2{
    font-weight: 600;
   font-size: 32px;
   display: flex;
   align-items: center;
   text-transform: uppercase;
   padding-top: 10px;
}
p{
    font-weight: 500;
    font-size: 18px;
    line-height: 176.2%;
    letter-spacing: 0.02em;
}

.sec-para-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.sec-para{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
}
footer{
    margin-top: 50px;
}

@media(max-width:1180px){
    .sec-para{
        width: 100%;
    }
}
@media(max-width:974px){
   #carouselExampleFade{
    height: 43vh;
   }
}
@media(max-width:831px){
    #carouselExampleFade{
     height: 39vh;
    }
 }
 @media(max-width:662px){
    #carouselExampleFade{
     height: 33vh;
    }
 }
@media(max-width:514px){
   .college-img img{
    width: 300px;
   }
   #carouselExampleFade{
    height: 28vh;
   }
}
@media(max-width:444px){
    #carouselExampleFade{
     height: 24vh;
    }
 }
 @media(max-width:334px){
    h2{
        padding: 0;
    }

 }