*{
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, sans-serif;
}
.Logo{
    padding: 30px;
    overflow: hidden;
}
.Logo>img{
    max-height: 120px;
}
.W{
    margin-left: 30px;
    margin-top:30px;
    margin-right: 20px;
    color: white;
}
.p1{
    font-weight: 600;
    color: #fff2cc;
    font-size: 26px;
    margin-bottom: 20px;
}
.p2{
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 520;
}
.p3{
    font-size:14px;
    font-weight: bold;
}
.container{
    background-color: white;
    overflow: hidden;
    max-height: 650px;
    margin-left: 30px;
    margin-right: 30px;
    color: black;
    margin-top: 10px;
    margin-bottom:10px;
}
.form,.img{
    float: left;
   
}
.form{
    width: 55%;
    padding:30px;
    margin-left:30px;
    overflow: hidden;
    margin-top: 25px;
    margin-left:45px;
}
.form>p{
    color:#336a7f;
    font-size: 26px;
    margin-bottom: 10px;
    
    
}
.img{
    min-height:250px; 
    overflow: hidden;
    width: 35%;
    margin-top:30px;
}
.img>img{
    max-height:530px;
    margin-top:15px;
}
.A{
    margin-top: 20px;
}
.base-hs-button-styles,
.hs-form .hs-butto{
    font-size: 20px;
}