.home{
    margin-left: 250px;
}
.getstarted{
    position: relative;
    right: -300px;
}
.firstsection .image{
   z-index: -1;
   height: 80%;
   
}
.imagecontainer{
    background-image: url("./images/hero-bg.jpg");
    height: 100%;
    z-index: -1;
    opacity: 0.8;
}
.textcontainer{
    position: absolute;
    bottom: 40%;
    left: 5%;
    font-weight: bold;
}
.textcontainer h1{
    font-size: 40px;
    line-height: 50px;
}
.getbtn{
    margin-top: 20px;
}
.secondsection{
    height: 50%;
    width: 50%;
}
.readmorebtn{
    margin-top: 5%;
    margin-bottom: 5%;
}
.footeritem p{
font-size: 14px;
line-height: 7px;
}