.packages {
	.wrapper {

		&.package-first,
		&.package-second,
		&.package-third {

			.quick-text {
				color: #fff;
				font-size: 22px;
				font-weight: 600;
			}

			.p-text {
				margin-top: 20px;
				color: #fff;
				flex: 18px;
			}

			.price-quick {
				margin-top: 40px;

				span {
					font-size: 18px;
					color: #fff;

					&:nth-child(2) {
						font-size: 15px;
					}

					&:last-child {
						color: yellow;
					}
				}
			}

			.img-h {
				padding: 180px 80px;
			}
		}
	}

	.row-packages {
		margin-left: -24px;
		margin-right: -24px;

		.img-package {
			margin-bottom: 30px;

			img {
				width: 100%;
				height: auto;
			}

			ul {
				list-style-type: none;

				li {
					position: relative;
					padding-left: 30px;
					font-size: 15px;

					&::before {
						content: '\2713\0020';
						position: absolute;
						color: grey;
						left: 0;
					}

					span {
						color: $brand_color-dark;
					}
				}
			}

			div {
				margin-bottom: 20px;
			}
		}
	}

	.text-f-p {
		margin-top: 20px;
		margin-bottom: 40px;

		span {
			color: $brand_color-dark;
		}
	}

	.all-btn.btn-bsp-package {
		margin-top: 30px;
	}
}