.tr-schedule-meeting__title {
	margin-bottom: 60px;
	text-align: center;
}

@media (max-width: 835px) {
	.tr-schedule-meeting__title {
		margin-bottom: 40px;
	}

    .tr-schedule-meeting__wrapper {
	  max-width: 680px;
	  margin: auto;
	  overflow: hidden;
	  border-radius: 24px;
	  background: #fff;
    }
}
