* {
	padding: 0px;
	margin: 0px;
	/* border: none; */
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html, a, input {
    color: #647A9A;
}

/* body {
    background-image: url('./images/contact-form-soul-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
} */

/* @media (max-width: 992px) {
    body {
        background-image: url('./images/mob-bg2.png');
        background-size: cover;
        height: 100%;
    }
} */

body {
    overflow-x: hidden;
    font-family: 'Inter';
}

.container {
    padding: 60px 80px 0 130px;
}

@media (max-width: 992px) {
    .container {
      padding: 28px 28px 15px 20px;
    }
}