@media(min-width:320px){
	#form-about {
       /* padding: 82px 0px;
        background-image: url(/local/templates/jamit-template/assets/img/about/inner-banner-back-min.webp);
        background-size: cover;
		background-repeat: no-repeat;
        background-position: top;
        margin: 0;*/
    }

    #form-about .container {
        padding: 0px 20px;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
	.form-title.h5 {
		color: var(--white);
	}
	.form-subtitle {
		color: var(--white);
	}    
	.form-subtitle a {
        color: var(--main-light);
    }
	.form-callback-footer small a {
        color: var(--main-light);
    }
	.form-callback-footer .form__submit:active,
	.form-callback-footer .form__submit:hover 	{
		color: var(--white);
		background-color: var(--main-hover);
	}
}


@media (min-width: 767px) {
  #form-about .container {
    max-width: 648px;
    width: 100%;
  }

  .form-title,
  .form-subtitle {
    text-align: center;
  }

  .form-subtitle {
    max-width: 60%;
    margin: 16px auto;
  }
}