.promo {
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 7rem 0;
    color: #fff;
}
.promo:not(:first-child) {
    margin: 40px 0 20px 0;
}
.promo-title {
  	color: #fff;
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: bold;
}
.promo-description{
	
}
.promo-description p {
    font-size: 1.5rem;
    line-height: 120%;
}
.promo-prems {
    margin: 40px 0 40px 0;
}
.promo-prems .prem {
    position: relative;
    color: #cbfaff;
    padding: 0 0 0px 20px;
}
.promo-prems .prem::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #cbfaff;
    border-radius: 50%;
    left: 0;
    top: 8px;
}
.form-wrap {
    background-color: #00abbd;
    border-radius: 20px;
    padding: 20px;
    margin: -70px 0 0px 0;
    position: relative;
   
}
.flex-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.form-wrap .item {
    padding: 0 15px;
    width: 25%;
    text-align: center;
    color: white;
    position: relative;
}
.form-wrap .item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    background-color: white;
    height: 30px;
    width: 1px;
    bottom: calc(50% - 15px);
}
.form-wrap .item span {
    display: block;
}
.form-wrap .item span:nth-child(1) {
    max-width: 110px;
    margin: 0 auto 4px auto;
}
.form-wrap .item span:nth-child(2) {
    font-weight: 900;
    font-size: 1.2rem;
    white-space: nowrap;
}
.form-wrap::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0px;
    background-color: #007d8a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 0;
}
.form-wrap::after {
    content: '';
    position: absolute;
    right: -10px;
    bottom: 13px;
    background-color: #007d8a;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 0;
}
.promo-form form h4 {
    font-size: 14px;
    color: white;
    text-align: center;
}
.promoform-2 {
    background-color: rgb(0 171 189 / 65%);
    padding: 45px;
    border: 3px solid #00abbd;
}
@media (max-width: 767px){
	.promo-title {
		font-size: 2.2rem;
	}
	.promo-description p {
		font-size: 1rem;
	}
}
@media (max-width: 575px){
	.form-wrap .item {
		width: 50%;
		margin-bottom: 15px;
	}
	.form-wrap .item:nth-child(2)::after{
		display: none;
	}
	
}