.doma-step__title {
	 font-weight: 600;
	 font-size: 38px;
	 padding-bottom: 40px;
	 margin: 20px 0 0 0;
}
 @media (max-width: 768px) {
	 .doma-step__title {
		 font-size: 28px;
	}
}
 .doma-step__title span {
	 background: #C21313;
	 padding: 5px 20px;
	 border-radius: 20px;
	 margin-right: 20px;
	 color: #ffffff;
	 font-size: 30px;
	 font-weight: bold;
}
 @media (max-width: 550px) {
	 .doma-step__title span {
		 font-size: 16px;
		 margin-right: 15px;
	}
}
 .doma-step__wrap {
	 display: flex;
	 gap: 30px;
}
 @media (max-width: 768px) {
	 .doma-step__wrap {
		 flex-direction: column;
		 gap: 20px;
	}
}
 .doma-step__img {
	 width: 550px;
	 border-radius: 15px;
}
 @media (max-width: 1024px) {
	 .doma-step__img {
		 width: 415px;
	}
}
 @media (max-width: 768px) {
	 .doma-step__img {
		 width: 100%;
		 height: 310px;
	}
}
 .doma-step__img img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 border-radius: 15px;
}
 .doma-step__content {
	 width: auto;
	 flex: 1 0;
}
 .doma-step__content .title {
	 font-size: 28px;
	 font-weight: bold;
	 margin-bottom: 10px;
	 margin-top: 0px;
	 line-height: 1.4;
}
 .doma-step__content .time {
	 display: flex;
	 gap: 5px;
	 align-items: center;
	 margin-bottom: 10px;
}
 .doma-step__text {
	 line-height: 1.4;
	 margin-bottom: 10px;
}
 @media (max-width: 550px) {
	 .doma-step__text {
		 margin-bottom: 15px;
	}
}
 .doma-step__action {
	 background: #CFDBCA;
	 padding: 25px;
	 box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
	 border-radius: 10px;
	 margin-bottom: 10px;
}
 