.iquery {
  background: #cba95c url(../images/contactbg1.jpg) repeat center top;
  background-size: cover;
  padding: 100px 70px 100px 70px;
  position: relative;
        color: #fff;
}

.iquery .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    color: #fff;
    width: 240px;
    height: 60px;
    background: #cba95c;
    cursor: pointer;
        transition: background-color 0.3s ease-out;
}


.iquery .btn:hover{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    color: #fff;
    width: 240px;
    height: 60px;
    background: #444;
}


.iqueryblock {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}