body {font-family: 'Poppins', sans-serif;
margin:0px;}
h1{font-size: 65px;}
.blue-color {color:#0072fa;}
.flexiable{display:flex;
margin-bottom:85px;}
.width{
    width: 50%;
    padding-left: 10%;
}
.width img{width: 80%;}
.button{
    text-decoration: none;
    background-image:linear-gradient(#0072fa,#034da7);
    padding: 10px 30px;
    border-radius:6px;
    color:white;
    font-weight: 500;
}
.section-bannar{
    background-image: url(images/top-banner.png);
    background-repeat: no-repeat;
    
}
.dream-big{
    background-image: url(images/dream-bg.png);
    background-repeat:no-repeat;
    background-position:right ;
}
.experince-items{
    width:40%;
    margin-left: 5%;
    margin-right: 5%;
    padding:12px;
    box-shadow: 5px 3px 212px #0070fa34;
    border-radius: 6px;
    background-color: white;
    
 

}
.experince-area{
    background-image: url(images/exp-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    
}
#senior{
    border-left:5px solid;
    border-image:linear-gradient(#0072fa,#002a5d);
    border-image-slice: 1;
}
#junior{
    border-left:5px solid;
    border-image:linear-gradient(orange,tomato);
    border-image-slice: 1;
}
footer p {
    text-align: center;
}