.top-menu{
    position: absolute;
    width: 1440px;
    height: 107px;
    left: 0px;
    top: 0px;

    background: #404040;
}
.section-1{
    position: absolute;
    width: 1440px;
    height: 686px;
    left: 0px;
    top: 105px;

    background: #2F7BBF;
}
.text-box{
    border: none;
    position: absolute;
    width: 771px;
    height: 65px;
    left: 219px;
    top: 371px;
    background-color: whitesmoke;
    border-radius: 8px 0px 0px 8px;
}
.email-form{
    position: absolute;
    width: 895px;
    height: 65px;
    border: none;
}
.email-button{
    border: none;
    
    position: absolute;
    width: 124px;
    height: 65px;
    left: 990px;
    top: 371px;

    background: #404040;
    border-radius: 0px 8px 8px 0px;
}
.email-button:hover{
    opacity: 67%;
}
.menu{
    position: absolute;
    width: 74px;
    height: 28px;
    left: 45px;
    top: 39px;
    margin-right: 5%;
    text-align: center;
}
.mr-2 {
    width: 175px;
    position: absolute;
    margin-left: 20px !important;
    
  }