@media screen and (max-width: 1400px) {
	section.inscriptionSection .groupLeft {
		width: 70%;
	}
	section.inscriptionSection .backgroundGroup .boxInfo .synopsis {
		 width: 90%; 
	}
	section.inscriptionSection .backgroundGroup {
		width: 30%;
	}
	section.inscriptionSection .backgroundGroup .backgroundImg {
		width: 40%;
	}
}
@media screen and (max-width: 1130px) {
	section.inscriptionSection .groupLeft {
		width: 60%;
	}
	section.inscriptionSection .groupLeft .profilGroup {
		margin: 30px 0 80px 0;
	}
	section.inscriptionSection .groupLeft .profilGroup .table .row {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		margin: 15px 0;
	}
	section.inscriptionSection .backgroundGroup {
		position: fixed;
		right: 0;
		z-index: -1;
		width: 40%;
	}
	section.inscriptionSection .backgroundGroup .backgroundImg {
		width: 50%;
	}
	section.inscriptionSection .backgroundGroup .boxInfo .title span {
		font-size: 26px;
		line-height: 30px;
	}
	section.inscriptionSection .backgroundGroup .boxInfo .synopsis span {
		font-size: 16px;
	}
}