.logo{
    display:block;
    width:48px;
    text-align:center;
    margin:auto;
    padding:50px 0px 30px 0px;
    border-bottom:#e2e2e2 1px solid;
}
.top-part{
    background-image:url("productivity-bg.png");
      background-repeat: no-repeat;
    background-attachment:fixed;
  background-size:cover;
  background-position: center;
    width:100%;
    height:30%;
    margin:auto;
    border-bottom:#e2e2e2 1px solid;
    padding:0px 0px 0px 0px;
}

h1{
     font-family:'Inter', 'sans-serif';
    font-weight:100;
    color:white;
    font-size:56px;
    text-align:center;
    width:60%;
    margin:auto;
    padding:50px 0px;
}
.paragraph{
    padding:0px 0px 50px 0px;
    color:white;
    font-family:'Inter', 'sans-serif';
    font-weight:200;
    font-size:14px;
    text-align:center;
    width:45%;
    margin:auto;
}

.paragraph1{
    padding:0px 0px 50px 0px;
    color:black;
    font-family:'Inter', 'sans-serif';
    font-weight:200;
    font-size:14px;
    text-align:center;
    width:45%;
    margin:auto;
}

.bottom-part::after{
    content:'';
    display:block;
    clear:both;
}
.bottom-part{
    margin:auto;
}
.bottom-left{
    float:left;
    height:400px;
    width:45%;
   padding:50px 30px;
    border-right:#e2e2e2 solid 1px;
}
.bottom-right{
    float:left;
    width:45%;
    padding:50px 30px;
}

.bottom-left .title-2{
    margin:auto;
    text-align:center;
    font-family:'Inter', 'sans-serif';
    font-weight:100;
    font-size:28px;
    width:40%;
    padding:0px 0px 30px 0px;
}

.bottom-left button{
    display:block;
    margin:auto;
    text-align:center;
    height:64px;
    padding:16px;
    background-color:white;
    border-radius:8px;
    border: #DFE0E5 solid 1px;
}
.bottom-left button a{
    font-family:'Inter', 'sans-serif';
    font-weight:400;
    font-size:14px;
    letter-spacing:-0.05em;
    text-decoration:none;
}

.bottom-right .title-2{
    margin:auto;
    text-align:center;
    font-family:'Inter', 'sans-serif';
    font-weight:100;
    font-size:28px;
    width:40%;
    padding:0px 0px 30px 0px;
}

.bottom-right button{
    display:block;
    margin:auto;
    text-align:center;
    height:64px;
    padding:16px;
    background-color:#181F5E;
    border-radius:8px;
    border: #181F5E solid 1px;
}

.bottom-right button a{
    display:block;
    font-family:'Inter', 'sans-serif';
    font-weight:400;
    font-size:14px;
    color:white;
    letter-spacing:-0.05em;
    text-decoration:none;
}