/* fv */

.fv {
	padding-bottom: 60px;
	padding-top: 150px;
}

.fv__inner {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.fv__content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 62px;
}

.fv__body {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 42px;
}

.fv__title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.4;
}

.fv__title .lg {
	font-size: 55px;
}

.fv__subtitle {
	font-size: 25px;
	font-weight: 700;
}

.fv__buttons {
	display: flex;
	gap: 16px;
}

.fv__img {
	width: 50%;
}

/* sec01 */

.sec01 {
	background: #F0F0F0;
	padding: 120px 0;
}

.sec01__contain {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 64px;
}

.sec01__items {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	max-width: 877px;
	width: 100%;
}

.sec01__item {
	align-items: center;
	aspect-ratio: 1/1;
	background: #FFF;
	border: 2px solid #E5E7EB;
	border-radius: 239px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: center;
	padding: 26px 0;
	width: 188px;
}

.sec01__item-img {
	aspect-ratio: 1/1;
	width: 66px;
}

.sec01__item-content {
	text-align: center;
}

.sec01__item-title {
	font-size: 16px;
}

.sec01__item-text {
	color: #A1A1A1;
	font-size: 14px;
}

.sec01__center-item {
	align-items: center;
	align-self: stretch;
	background: linear-gradient(135deg, #101828 0%, #1E2939 100%);
	border: 2px solid #364153;
	border-radius: 16px;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	padding: 38px 10px;
	width: 307px;
}

.sec01__center-item-img {
	aspect-ratio: 1/1;
	width: 66px;
}

.sec01__center-item-content {
	text-align: center;
}

.sec01__center-item-title {
	color: #FFF;
	font-size: 16px;
}

.sec01__center-item-text {
	color: #A1A1A1;
	font-size: 14px;
}

.sec01__center-item-labels {
	align-items: flex-start;
	display: flex;
	gap: 10px;
}

.sec01__center-item-label {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 4px;
	color: #D1D5DC;
	font-size: 12px;
	padding: 4px 8px;
}

.sec01__arrow {
	border-bottom: 25px solid transparent;
	border-left: 27px solid #D9D9D9;
	border-top: 25px solid transparent;
	height: 0;
	width: 0;
}

.sec01__arrow.--mb {
	margin-bottom: 75px;
}

.sec01__content {
	background: #FFF;
	border: 1px dashed #888;
	border-radius: 4px;
	margin-top: 64px;
	padding: 27px 56px;
	text-align: center;
}

.sec01__text {
	font-size: 18px;
}

.sec01__text span {
	color: #F44E31;
}

.sec01__steps {
	align-items: center;
	background: #FFF;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 60px;
	margin-top: 100px;
	padding: 57px 70px;
}

.sec01__steps-title {
	font-size: 24px;
	font-weight: 700;
	position: relative;
}

.sec01__steps-title span {
	color: #F44E31;
	font-size: 40px;
}

.sec01__steps-title::after {
	aspect-ratio: 191/7;
	background: url(../img/top/sec01-step-title-line.svg) no-repeat center center/contain;
	bottom: -16px;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 382px;
}

.sec01__steps-items {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	width: 100%;
}

.sec01__steps-item {
	align-items: center;
	background: #FFF;
	border: 3px solid;
	border-radius: 8px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 16px;
	height: 100%;
	max-width: 308px;
	padding: 54px 24px 36px 16px;
	position: relative;
	width: calc((100% - 186px) / 3);
}

.sec01__steps-item.--web {
	border-color: #FF5252;
	color: #FF5252;
}

.sec01__steps-item.--marketing {
	border-color: #3D8DCC;
	color: #3D8DCC;
}

.sec01__steps-item.--system {
	border-color: #3DC295;
	color: #3DC295;
}

.sec01__steps-label {
	background: currentColor;
	border-radius: 23px;
	left: 50%;
	padding: 9px 18px;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
}

.sec01__steps-label-text {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
}

.sec01__steps-label-text span {
	font-size: 20px;
}

.sec01__steps-img {
	width: 96px;
}

.sec01__steps-line {
	background: #C0C0C0;
	display: block;
	height: 1px;
	width: 200px;
}

.sec01__steps-body {
	color: #000201;
	text-align: center;
}

.sec01__steps-body-title {
	font-size: 20px;
	font-weight: 700;
}

.sec01__steps-body-text {
	font-size: 16px;
}

/* sec02 */

.sec02 {
	padding-bottom: 75px;
	padding-top: 96px;
}

.sec02__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.sec02__cards {
	align-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: center;
	margin-top: 51px;
	max-width: 728px;
	width: 100%;
}

.sec02__card {
	align-items: flex-start;
	background: #F0F0F0;
	border-radius: 4px;
	display: flex;
	flex-shrink: 0;
	gap: 12px;
	padding: 27px 24px;
	width: calc((100% - 18px) / 2);
}

.sec02__card-icon {
	width: 24px;
}

.sec02__card-text {
	font-size: 16px;
}

.sec02__line {
	border-left: 2px dashed #A6ACB4;
	display: block;
	height: 30px;
	width: 1px;
}

.sec02__content {
	background: #2A2B2B;
	box-shadow: 5px 5px 0 0 #FF5252;
	max-width: 667px;
	padding: 49px 20px;
	width: 100%;
}

.sec02__text {
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

/* sec03 */

.sec03 {
	background: #F0F0F0;
	padding: 123px 0px 93px;
	position: relative;
}

.sec03::after {
	border-left: 184px solid transparent;
	border-right: 184px solid transparent;
	border-top: 74px solid #fff;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: -1px;
	transform: translateX(-50%);
	width: 0;
}

.sec03__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.sec03__lead {
	align-items: center;
	display: flex;
	gap: 7px;
	margin-top: 67px;
}

.sec03__lead-dot {
	aspect-ratio: 1/1;
	background: #F44E31;
	display: block;
	height: 12px;
	width: 12px;
}

.sec03__lead-text {
	font-size: 16px;
	font-weight: 500;
}

.sec03__items {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin-top: 17px;
	max-width: 852px;
	width: 100%;
}

.sec03__item {
	align-items: center;
	align-self: stretch;
	background: #FFF;
	display: flex;
	gap: 32px;
	padding: 20px 30px;
}

.sec03__item-head {
	align-items: center;
	border-right: 1px solid #A8A8A8;
	display: flex;
	flex-shrink: 0;
	gap: 12px;
	width: 268px;
}

.sec03__item-icon {
	aspect-ratio: 1/1;
	flex-shrink: 0;
	width: 23px;
}

.sec03__item-title {
	font-size: 18px;
	font-weight: 600;
}

.sec03__item-text {
	font-size: 16px;
}

.sec03__container {
	align-items: center;
	background: #FFF;
	display: flex;
	flex-direction: column;
	margin-top: 114px;
	max-width: 800px;
	padding: 48px 20px 33px;
	width: 100%;
}

.sec03__content {
	align-items: center;
	display: flex;
	gap: 60px;
}

.sec03__content-title {
	font-size: 24px;
	font-weight: 700;
}

.sec03__content-text {
	font-size: 16px;
}

.sec03__content-img {
	width: 190px;
}

.sec03__content-arrow {
	border-left: 27px solid transparent;
	border-right: 27px solid transparent;
	border-top: 20px solid #D9D9D9;
	height: 0;
	margin-top: 24px;
	width: 0;
}

.sec03__content-box {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 20px;
	font-weight: bold;
	margin-top: 35px;
}

.sec03__content-box-label {
	background: #F44E31;
	color: #FFF;
}

/* sec04 */

.sec04 {
	background: linear-gradient(180deg, #3F3F3F 0%, #2A2C2B 100%);
	padding: 139px 0;
	position: relative;
}

.sec04::after {
	background-image: repeating-linear-gradient(300deg, #EBEDEF, #EBEDEF 20px, transparent 20px, transparent 40px);
	content: "";
	inset: 0;
	opacity: 0.02;
	position: absolute;
}

.sec04__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 67px;
	margin-top: 90px;
	position: relative;
	z-index: 1;
}

.sec04__items {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 44px;
	justify-content: center;
}

.sec04__item {
	background: #FFF;
	border: 1px solid #D1D5DC;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	min-width: 310px;
	padding: 24px 25px 44px;
	width: calc((100% - 88px) / 3);
}

.sec04__head {
	padding: 18px 0;
}

.sec04__icon {
	width: 57px;
}

.sec04__title {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
}

.sec04__line {
	background: #BBBCBF;
	display: block;
	height: 1px;
	width: 100%;
}

.sec04__text {
	font-size: 16px;
}

.sec04__text.--white {
	color: #FFF;
}

.sec04__content {
	align-items: center;
	background: #575958;
	border-radius: 4px;
	color: #FFF;
	display: flex;
	gap: 41px;
	max-width: 908px;
	padding: 31px 40px;
	width: 100%;
}

.sec04__content-head {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	gap: 10px;
}

.sec04__content-dot {
	aspect-ratio: 1/1;
	background: #fff;
	display: block;
	width: 10px;
}

.sec04__content-lead {
	font-size: 20px;
}

/* sec05 */

.sec05 {
	padding-top: 138px;
}

.sec05__items {
	margin-inline: auto;
	margin-top: 80px;
	max-width: 1043px;
	width: 100%;
}

.sec05__item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-self: center;
	max-width: 1043px;
	padding: 76px 0;
	position: relative;
	width: 100%;
}

.sec05__item::after {
	background: #F2F3F6;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
	z-index: -1;
}

.sec05__item:nth-of-type(2)::after {
	background: #fff;
}

.sec05__item:nth-of-type(2)::before {
	border-left: 58px solid transparent;
	border-right: 58px solid transparent;
	border-top: 32px solid #F2F3F6;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: -1px;
	transform: translateX(-50%);
	width: 0;
}

.sec05__item:nth-of-type(2) .sec05__card {
	display: flex;
	justify-content: end;
}

.sec05__item:nth-of-type(2) .sec05__content {
	left: 0;
	right: auto;
}

.sec05__item:nth-of-type(1)::before,
.sec05__item:nth-of-type(3)::before {
	border-left: 58px solid transparent;
	border-right: 58px solid transparent;
	border-top: 32px solid #fff;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: -1px;
	transform: translateX(-50%);
	width: 0;
}

.sec05__item.--web {
	color: #FF5252;
}

.sec05__item.--marketing {
	color: #3D8DCC;
}

.sec05__item.--system {
	color: #3DC295;
}

.sec05__lead {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.sec05__lead-label {
	background: #FFF;
	border: 1px solid currentColor;
	border-radius: 20px;
	padding: 3px 20px;
}

.sec05__lead-label-text {
	color: currentColor;
	font-size: 12px;
	font-weight: 700;
	line-height: 100%;
}

.sec05__lead-label-text span {
	font-size: 18px;
}

.sec05__title {
	color: #1F2937;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

.sec05__card {
	position: relative;
	width: 100%;
}

.sec05__img {
	height: 340px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	width: 58%;
	z-index: 0;
}

.sec05__img::after {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
	content: "";
	inset: 0;
	opacity: 0.5;
	position: absolute;
	z-index: 1;
}

.sec05__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.sec05__content {
	align-items: flex-start;
	background: #FFF;
	border-radius: 4px;
	bottom: 0;
	box-shadow: 0 0 12.6px 0 rgba(0, 0, 0, 0.21);
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 33px 20px 33px 48px;
	position: absolute;
	right: 0;
	width: 483px;
	z-index: 2;
}

.sec05__label {
	background: currentColor;
	border-radius: 20px 0 0 20px;
	padding: 3px 20px;
	position: absolute;
	right: 0;
	top: 17px;
}

.sec05__label-text {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.sec05__icon {
	width: 75px;
}

.sec05__body {
	color: #1F2937;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.sec05__name {
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
}

.sec05__text {
	font-size: 16px;
}

.sec05__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 2px 21px;
}

.sec05__tag {
	display: inline-block;
	font-size: 12px;
	padding-left: 11px;
	position: relative;
}

.sec05__tag::after {
	aspect-ratio: 1/1;
	background: currentColor;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
}

.sec05__tag span {
	color: #515151;
}

.sec05__support {
	padding: 80px 0;
	position: relative;
}

.sec05__support::after {
	background-image: repeating-linear-gradient(300deg, #EBEDEF, #EBEDEF 20px, transparent 20px, transparent 40px);
	content: "";
	height: 100%;
	left: 50%;
	opacity: 0.2;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
}

.sec05__support-content {
	align-items: center;
	background: #FFF;
	border: 1px dashed #8D8D8D;
	border-radius: 15px;
	display: flex;
	gap: 46px;
	justify-content: center;
	padding: 50px 20px;
	position: relative;
	z-index: 1;
}

.sec05__support-body {
	display: flex;
	flex-direction: column;
	gap: 27px;
}

.sec05__support-title {
	font-size: 24px;
	font-weight: 700;
}

.sec05__support-text {
	font-size: 16px;
}

.sec05__support-img {
	flex-shrink: 0;
	width: 202px;
}

/* sec06 */

.sec06 {
	background: linear-gradient(180deg, #3F3F3F 0%, #2A2C2B 100%);
	padding: 120px 0;
}

.sec06__inner {
	margin-top: 70px;
}

@media screen and (max-width: 1300px) {

.fv__title {
	font-size: 36px;
}

.fv__title .lg {
	font-size: 47px;
}

}

@media screen and (max-width: 1080px) {

.sec01__steps .sec01__arrow {
	border-bottom: none;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 27px solid #D9D9D9;
}

.sec01__steps-items {
	flex-direction: column;
	gap: 20px;
}

.sec01__steps-item {
	width: 100%;
}

}

@media screen and (max-width: 820px) {

.fv {
	padding-bottom: 60px;
	padding-top: 115px;
}

.fv__inner {
	flex-direction: column;
	gap: 30px;
}

.fv__content {
	display: contents;
}

.fv__body {
	gap: 25px;
	order: 1;
}

.fv__subtitle {
	font-size: 16px;
}

.fv__text {
	font-size: 14px;
	line-height: 1.6;
}

.fv__buttons {
	align-items: center;
	flex-direction: column;
	gap: 12px;
	margin-top: 30px;
	order: 3;
	width: 100%;
}

.fv__buttons a {
	max-width: 320px;
	text-align: center;
	width: 100%;
}

.fv__img {
	max-width: 450px;
	order: 2;
	width: 100%;
}

}

@media screen and (max-width: 767px) {

.fv__title {
	font-size: 26px;
}

.fv__title .lg {
	font-size: 31px;
}

.sec01 {
	padding: 60px 0;
}

.sec01__contain {
	margin-top: 40px;
}

.sec01__items {
	align-items: center;
	flex-direction: column;
	gap: 20px;
}

.sec01__item-img {
	width: 50px;
}

.sec01__item-title {
	font-size: 14px;
}

.sec01__item-text {
	font-size: 12px;
}

.sec01__center-item {
	padding: 30px 20px;
	width: 100%;
}

.sec01__center-item-img {
	width: 50px;
}

.sec01__center-item-title {
	font-size: 14px;
}

.sec01__center-item-text {
	font-size: 12px;
}

.sec01__center-item-labels {
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.sec01__center-item-label {
	font-size: 11px;
}

.sec01__arrow.--mb {
	margin: 0;
}

.sec01__arrow {
	border-bottom: none;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 27px solid #D9D9D9;
}

.sec01__content {
	margin-top: 40px;
	padding: 20px 20px;
}

.sec01__text {
	font-size: 14px;
	line-height: 1.6;
}

.sec01__steps {
	gap: 40px;
	margin-top: 50px;
	padding: 40px 20px;
}

.sec01__steps-title {
	font-size: 18px;
}

.sec01__steps-title span {
	font-size: 28px;
}

.sec01__steps-title::after {
	width: 200px;
}

.sec01__steps-item {
	flex-direction: row;
	gap: 8px;
	max-width: 340px;
	padding: 29px 8px 24px;
	width: 100%;
}

.sec01__steps-label {
	padding: 7px 14px;
}

.sec01__steps-label-text {
	font-size: 12px;
}

.sec01__steps-label-text span {
	font-size: 16px;
}

.sec01__steps-img {
	width: 70px;
}

.sec01__steps-line {
	display: none;
	width: 100%;
}

.sec01__steps-body {
	text-align: left;
}

.sec01__steps-body-title {
	font-size: 16px;
}

.sec01__steps-body-text {
	font-size: 13px;
}

.sec02 {
	padding-bottom: 50px;
	padding-top: 60px;
}

.sec02__inner {
	gap: 15px;
}

.sec02__cards {
	gap: 12px;
	margin-top: 30px;
}

.sec02__card {
	gap: 10px;
	padding: 20px 16px;
	width: 100%;
}

.sec02__card-icon {
	flex-shrink: 0;
	width: 20px;
}

.sec02__card-text {
	line-height: 1.5;
}

.sec02__line {
	height: 20px;
}

.sec02__content {
	box-shadow: 3px 3px 0 0 #FF5252;
	padding: 30px 16px;
}

.sec02__text {
	font-size: 16px;
	line-height: 1.6;
}

.sec03 {
	padding: 100px 0px 50px;
}

.sec03::after {
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 40px solid #fff;
}

.sec03__lead {
	margin-top: 40px;
}

.sec03__lead-dot {
	height: 10px;
	width: 10px;
}

.sec03__lead-text {
	font-size: 13px;
}

.sec03__items {
	gap: 15px;
	margin-top: 20px;
}

.sec03__item {
	align-items: flex-start;
	flex-direction: column;
	gap: 12px;
	padding: 15px 18px;
}

.sec03__item-head {
	border-bottom: 1px solid #A8A8A8;
	border-right: none;
	padding-bottom: 12px;
	width: 100%;
}

.sec03__item-icon {
	width: 20px;
}

.sec03__item-title {
	font-size: 15px;
}

.sec03__item-text {
	font-size: 13px;
	line-height: 1.5;
}

.sec03__container {
	margin-top: 60px;
	padding: 30px 16px 25px;
}

.sec03__content {
	flex-direction: column;
	gap: 30px;
}

.sec03__content-body {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.sec03__content-title {
	font-size: 18px;
	line-height: 1.4;
}

.sec03__content-text {
	font-size: 13px;
	line-height: 1.6;
}

.sec03__content-img {
	width: 164px;
}

.sec03__content-arrow {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 15px solid #D9D9D9;
}

.sec03__content-box {
	font-size: 18px;
	margin-top: 20px;
}

.sec04 {
	padding: 80px 0;
}

.sec04__inner {
	gap: 40px;
	margin-top: 50px;
}

.sec04__items {
	flex-direction: column;
	gap: 24px;
	width: 100%;
}

.sec04__item {
	gap: 18px;
	min-width: 0px;
	padding: 20px 18px 30px;
	width: 100%;
}

.sec04__head {
	padding: 0;
}

.sec04__icon {
	width: 45px;
}

.sec04__title {
	font-size: 18px;
}

.sec04__text {
	font-size: 13px;
	line-height: 1.5;
}

.sec04__content {
	align-items: flex-start;
	flex-direction: column;
	gap: 20px;
	padding: 24px 20px;
}

.sec04__content-head {
	gap: 8px;
}

.sec04__content-dot {
	width: 8px;
}

.sec04__content-lead {
	font-size: 16px;
}

.sec05 {
	padding-top: 60px;
}

.sec05__items {
	margin-top: 40px;
}

.sec05__item:nth-of-type(2)::before {
	border-left-width: 60px;
	border-right-width: 60px;
	border-top-width: 32px;
}

.sec05__item:nth-of-type(2) .sec05__card {
	display: block;
}

.sec05__item:nth-of-type(2) .sec05__content {
	left: auto;
}

.sec05__item:nth-of-type(1)::before,
.sec05__item:nth-of-type(3)::before {
	border-left-width: 60px;
	border-right-width: 60px;
	border-top-width: 32px;
}

.sec05__item {
	gap: 15px;
	padding: 40px 0;
}

.sec05__lead {
	gap: 5px;
}

.sec05__lead-label {
	padding: 4px 15px;
}

.sec05__lead-label-text {
	font-size: 10px;
}

.sec05__lead-label-text span {
	font-size: 14px;
}

.sec05__title {
	font-size: 20px;
	line-height: 1.4;
}

.sec05__card {
	display: flex;
	flex-direction: column;
}

.sec05__img {
	border-radius: 4px 4px 0 0;
	height: 200px;
	margin-bottom: 0;
	width: 100%;
}

.sec05__content {
	border-radius: 0 0 4px 4px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	gap: 15px;
	padding: 20px;
	position: static;
	width: 100%;
}

.sec05__label {
	padding: 2px 12px;
	top: 10px;
}

.sec05__label-text {
	font-size: 11px;
}

.sec05__icon {
	width: 50px;
}

.sec05__body {
	gap: 8px;
}

.sec05__name {
	font-size: 18px;
}

.sec05__text {
	font-size: 14px;
	line-height: 1.6;
}

.sec05__tags {
	gap: 5px 15px;
}

.sec05__tag {
	font-size: 11px;
}

.sec05__support {
	padding: 40px 0;
}

.sec05__support-content {
	flex-direction: column-reverse;
	gap: 20px;
	padding: 30px 15px;
}

.sec05__support-body {
	gap: 15px;
}

.sec05__support-title {
	font-size: 18px;
}

.sec05__support-text {
	font-size: 14px;
}

.sec05__support-img {
	width: 140px;
}

.sec06 {
	padding: 80px 0;
}

}

