@media (min-width: 0) {
	.graduate {
		padding: 40px 0;
		position: relative;
	}

	.device__image {
		display: none;
	}

	.graduate__svg_mobile {
		position: absolute;
		left: 0;
		top: 18%;
		z-index: -1;
	}

	.graduate__info_preheader {
		font-family: 'Gotham Pro';
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 102%;
		text-align: center;
	}

	.graduate__info_header {
		padding-top: 5px;
		font-family: 'Gotham Pro';
		font-style: normal;
		font-weight: 700;
		font-size: 45px;
		line-height: 88%;
		background: linear-gradient(95.41deg, #BC625C -2.63%, #FFCFD1 107.44%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin-top: 20px;
		text-align: center;
	}

	.graduate__info_header span {
		font-size: 18.27px;
	}


	.graduate__info_year {
		margin-top: 8px;
		font-family: 'Gotham Pro';
		font-style: normal;
		font-weight: 700;
		font-size: 24.9667px;
		line-height: 89%;
		text-align: center;
		color: rgba(188, 98, 92, 0.8);
		position: relative;
	}

	.graduate__box {
		margin-top: 45px;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.graduate__box_point {
		display: flex;
	}

	.graduate__box_point svg {
		margin-left: -5px;
	}

	.graduate__box_info {
		display: flex;
		flex-direction: column;
		gap: 10px;
		width: 311px;
	}

	.graduate__box_name {
		font-size: 16px;
		line-height: 120%;
		text-transform: uppercase;
	}


	.graduate__box_text {
		font-family: 'Gotham Pro';
		font-style: normal;
		font-weight: 400;
		font-size: 11px;
		line-height: 130%;
		padding-right: 10px;
	}

	.graduate__info_year_svg {
		display: none;
	}


}

@media (min-width: 639px) {

	.graduate__info_year {
		text-align: start;
	}

	.graduate__info_header {
		text-align: start;
	}

	.graduate__info_preheader {
		text-align: start;
	}
	.graduate__info_header {
		font-size: 66.5517px;
		line-height: 89%;
	}
	.graduate__info_header span {
		font-size: 27.27px;
		line-height: 24px;
	}

}

@media (min-width: 958px) {

	.graduate__info_year_svg {
		display: block;
		position: absolute;
		right: 0;
		bottom: -100%;
		z-index: -1;
	}

	.graduate__info {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.graduate__info_preheader {
		font-size: 30px;
	}

	.graduate__info_header {
		margin-top: 24px;
		font-size: 129px;
		display: flex;
		flex-direction: column;
	}

	.graduate__info_header span {
		font-size: 44px;
		line-height: 56px;
		align-self: end;
	}

	.graduate__info_year {
		margin-top: 0;
		font-size: 40px;
		text-align: center;
	}

	.graduate__box {
		flex-wrap: wrap;
		flex-direction: row;
	}

	.graduate__box_name {
		font-size: 26px;
	}

	.graduate__box_text {
		font-size: 16px;
	}

	.graduate__svg_mobile {
		display: none;
	}

	.graduate__box_info {
		width: 400px;
	}
}


@media (min-width: 1244px) {

	.graduate {
		padding: 128px 0;
	}
	
	.device__image {
		display: block;
		position: absolute;
		right: 0;
		top: 20%;
		z-index: -2;
	}

	.graduate__box_name {
		font-size: 30px;
	}

	.graduate__info_year_svg {
		right: -35px
	}

	.graduate__info_header span {
		font-size: 44px;

	}
	.graduate__box_info {
		width: 544px;
	}

	.graduate__box_point svg {
		width: 60px;
		height: 60px;

	}

	.graduate__box {
		gap: 26px;
		margin-top: 84px;
	}

	.graduate__box .graduate__box_point:nth-child(3), .graduate__box .graduate__box_point:nth-child(4) {
		margin-top: 40px;
	}

	.graduate__info_year {
		margin-right: 5%;
	}
}