body{
    font-family: 'Poppins', sans-serif;
    margin: 0;
}
.orange-color{
    color: orange;
}
.flexible-container{
    display: flex;
    margin-bottom: 100px;
}
.half-width{
    width: 50%;
    padding-left: 4%;
}
.half-width img{
    width: 90%;
}
.half-width h1 {
    font-size: 47px;
}

.half-width h4 {
    font-size: 19px;
}

.half-width p {
    text-align: justify;
    line-height: 29px;
}
.link-button{
    text-decoration: none;
    background: #fb5200d1;   
    padding: 10px 36px;
    color: white;
    border-radius: 5px;
    font-weight: 600;
}
.topBanner{
    background-image: url(images/top-banner.png);
    background-repeat: no-repeat;
}
.dreamBig{
    background-image: url(images/dream-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 11%;
}
.experienceArea{
    background-image: url(images/exp-bg.png);
    background-repeat: no-repeat;
    background-position: left;
}
.experience-item {
    box-shadow: 10px 10px 40px #808080c4;
    width: 42%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 46px 38px;
    border-left: 8px solid red;
    border-radius: 6px;
}

.experience-item:last-child {
    border-left: 8px solid #800080b8;
}
.experience-item h3 {
    color: orange;
}

.experience-item h1 {
    font-size: 34px;
}

h1 {
    font-size: 49px;
}
footer{
    text-align: center;
    color: #5a5858;
    padding: 11px;
}
