//colors
$black: #000;
$color_lochmara_approx: #007ace;
$color_ship_gray_15_approx: rgba(63, 63, 68, .15);
$color_nobel_approx: #b3b3b3;
$color_alabaster_approx: #fafbfc;
$color_mercury_approx: #e6e6e6;
$color_bali_hai_approx: #919eab;
$white: #fff;
$black_63: rgba(0, 0, 0, .63);
$color_gallery_approx: #ebeef0;
$color_shuttle_gray_approx: #576675;

.fulfillcardver1-grid-2 {
	margin-top: 10px;
	margin-bottom: 10px;
	justify-content: stretch;
	justify-items: center;
	align-items: center;
	grid-template-columns: 0.5fr 1.5fr 1fr 0.5fr;
	grid-template-rows: auto;
	border-bottom: 0 solid $black;
	text-align: left;
}
.fulfillcardver1-link {
	display: block;
	color: $color_lochmara_approx;
	text-decoration: none;
}
.fulfillcardver1-div-block {
	position: static;
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
	justify-content: space-between;
}
.fulfillcardver1-button-0 {
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	float: right;
	justify-content: flex-end;
	align-self: center;
	//Instead of the line below you could use @include border-radius($radius, $vertical-radius)
	border-radius: 5px;
}
.fulfillcardver1-div-block-2 {
	width: auto;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 10px 10px 20px;
	//Instead of the line below you could use @include box-shadow($shadow-1, $shadow-2, $shadow-3, $shadow-4, $shadow-5, $shadow-6, $shadow-7, $shadow-8, $shadow-9, $shadow-10)
	box-shadow: 0 0 3px 0 $color_ship_gray_15_approx;
}
.fulfillcardver1-container--fulfill {
	margin-bottom: 10px;
	border-bottom: 1px solid $color_ship_gray_15_approx;
	//Instead of the line below you could use @include border-radius($radius, $vertical-radius)
	border-radius: 3px;
}
.fulfillcardver1-text-block {
	font-size: 12px;
	line-height: 30px;
	font-weight: 600;
}
.fulfillcardver1-image {
	width: 49px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid $color_nobel_approx;
	background-image: linear-gradient(180deg, $color_alabaster_approx, $color_alabaster_approx);
}
.fulfillcardver1-div-block-3 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	border-width: 1px;
	border-color: $color_mercury_approx;
	border-bottom-style: solid;
	&:last-child{
		border-bottom: none;
	}
}
.fulfillcardver1-text-block-3 {
	position: absolute;
	right: -15px;
	display: inline-block;
	padding-right: 8px;
	padding-left: 8px;
	border: 0 solid $black;
	//Instead of the line below you could use @include border-radius($radius, $vertical-radius)
	border-radius: 10px;
	background-color: $color_bali_hai_approx;
	color: $white;
}
.fulfillcardver1-div-block-5 {
	position: relative;
	display: inline-block;
	margin-right: 15px;
}
.fulfillcardver1-heading2 {
	font-size: 16px;
	font-weight: 700;
}
.fulfillcardver1-div-block-7 {
	display: flex;
}
.fulfillcardver1-text-span {
	font-style: normal;
}
.fulfillcardver1-text-block-4 {
	font-size: 14px;
	line-height: 30px;
}
.fulfillcardver1-bold-text {
	color: $black_63;
}
.fulfillcardver1-div-block-0 {
	display: flex;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
}
.fulfillcardver1-image-0 {
	margin-top: 17px;
}
@media(max-width: 479px) {
	.fulfillcardver1-grid-2 {
		padding-right: 5px;
		padding-left: 5px;
		grid-template-columns: 0.5fr 2.75fr 2fr 0.5fr;
	}
	.fulfillcardver1-div-block {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.fulfillcardver1-text-block {
		margin-left: 35px;
	}
	.fulfillcardver1-image {
		min-width: 50px;
	}
}