*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.get_section{
    background-color: rgb(53, 107, 180);
    color: #fff;
    padding: 200px 10px 70px;
}
.get_section h1{
    font-size: 45px;
    font-weight: 700;
}
.information_sales{
    background-color: #fafafa;
    padding: 100px 10px 0px;
    height: 750px;
}
.sales_circle{
    background-color: rgb(53, 107, 180);
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sales_circle_card{
    background-color: #ECECFE;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.sales_circle_card img{
    width: 80%;
}
.information_sales p{
    margin-bottom: 0px !important;
}
.sales_contact_form{
    background-color: #fff;
    border-radius: 30px;
    padding:50px 50px 80px;
    box-shadow: 0px 4px 32px 0px #0000000D;
    position: relative; 
    bottom: 350px;
}
.sales_contact_form input{
    display: block;
    padding: 12px 15px;
    border-radius: 13px;
    background-color: #F4F5F6;
    width: 100%;
    border: none;
    margin-bottom: 25px;
}
.sales_contact_form textarea{
    display: block;
    padding: 12px 15px;
    border-radius: 15px;
    background-color: #F4F5F6;
    width: 100%;
    border: none;
    margin-bottom: 25px;
}
.sales_contact_form label{
    font-weight: 600;
    margin-bottom: 10px;
    color: #474955;
    font-size: 18px;
}
.sales_contact_form input:focus{
    outline: none;
}
.sales_contact_form textarea:focus{
    outline: none;
}
.sales_contact_form button{
    background-color:rgb(53, 107, 180) ;
    border: none;
    border-radius: 10px;
    padding: 10px 40px;
    color: #fff;
    font-weight: 600;
    float: right;
}
.contact-sales-us{
    background-color: #E0F7FA;
    padding: 90px 10px;
}
.contact-sales-us h1{
    font-weight: 700;
    font-size: 45px;
}
.contact-sales-us p{
    font-weight: 400;
    font-size: 18px;
    color: #474955;
}
.sales_card{
    background-color: #fff;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0px 4px 24px 0px #00000005;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
margin-bottom: 10px;
}
.sales_card:hover{
scale: 1.04;
}
.sales_card p{
     color: #474955;
}
.sales_card h5{
     color: #3d3e3f;
     font-weight: 700;
}
.cont_sale_btn{
    background-color: rgb(53, 107, 180);
    color: #fff;
    border: none;
    text-decoration: none;
    border-radius: 20px;
    padding: 7px 20px;
    margin: 20px 0px 10px;
}
@media only screen and (max-width: 600px) {
    .get_section{
        text-align: center;
        padding: 70px 10px 70px;
    }
    .sales_contact_form{ 
        border-radius: 20px;
        padding:30px 30px 60px; 
        bottom: 500px;
    }
    .sales_card{
    margin-bottom: 20px;
    }
  }
