/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 22 2026 | 13:45:07 */
.discounts-offer strong{
	font-size: 16px;
}

.mobile-discount-offer{
	margin-top: 30px;
	font-size: 11px;
}
.acf-fields {
  display: grid;
  grid-template-columns: repeat(7, 1fr); /* 3 columns */
  gap: 15px;
}

.acf-field {
  width: 100%;
}
.plane2 {
    background: linear-gradient(90deg,#00191a 0,#0f4142 90%);
    border: 1px solid #fff!important;
    transition: all .4s ease-in-out;
    margin-top: 20px;
    height: auto !important;
}