.service-wrapper{
    position:relative;
    margin: 20px 0px;
}
.service-img{
    position:absolute;
    top:0;
    height:100%;
    overflow:hidden;
    width:50%
}
.service-wrapper:nth-of-type(2n) .service-img{
    left:0;
    direction:rtl
}
.service-wrapper:nth-of-type(2n-1) .service-img{
    right:0;
    direction:ltr
}
.service-img img{
    height:100%;
    width:100%;
    object-fit:cover;
    min-width:800px
}
.service-content{
    padding:50px 0;
    width:calc(50% - 50px);
}
.service-wrapper:nth-of-type(2n) .service-content{
    margin-left:auto
}
.service-wrapper:nth-of-type(2n-1) .service-content{
    margin-right:auto
}
.service-title{
    text-transform:uppercase;
    font-size:42px;
    line-height:52px;
}
.service-img.video-btn::before{
    content:'\f04b';
    font-family:'font awesome 6 pro';
    position:absolute;
    top:50%;
    left:50%;
    transform:translatey(-50%) translatex(-50%);
    background:#808080d9;
    width:60px;
    height:60px;
    z-index:1;
    color:#fff;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:36px;
    border-radius:50%;
    padding:5px;
    pointer-events:none;
    transition:all 500ms ease;
}
.awards-fold-item a {
    color: black;
    display: flex;
    flex: 1;
	transition:all 300ms ease;
	cursor:pointer;
}

.awards-fold-item a:hover {
    opacity: .6;
}
.service-img.video-btn img{
    transition:all 500ms ease;
}
.service-img.video-btn:hover img{
    transform:scale(1.1);
    filter:brightness(.7);
}
.service-img.video-btn{
    z-index:5;
    cursor:pointer;
}
.service-img.video-btn:hover::before{
    background:#fff;
    color:#000;
}

@media(min-width:1024px) {
    
	.flipped .service-img{
        right:unset;
        left:0;
    }
    .flipped .service-content{
        margin-right:unset!important;
        margin-left:auto;
    }
}

.discount-banner{
    display:flex;
    justify-content:space-between;
    align-items:stretch;
    background:#805475;
    position:relative;
    margin:20px 0;
}
.discount-banner::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  border: 3px solid #fff;
  pointer-events: none;
}

.discount-banner::after {
  content: '';
  position: absolute;
  width: 150px;
  height: 80px;
  background: url(/wp-content/uploads/2022/11/leaf1.png) no-repeat center/contain;
  bottom: -35px;
  left: 60%;
  z-index: 2;
  transform: translateX(-50%);
  pointer-events: none;
}

.discount-amount {
  font-size: 72px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.discount-content {
  text-align: center;
  margin: 30px 0;
  align-self: center;
}

.discount-members {
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}

.discount-sign-up {
  padding: 10px 20px;
  width: 180px;
  border: 2px solid;
  color: #fff;
  display: block;
  margin: 15px auto;
  position: relative;
  transition: all 300ms ease;
  z-index: 1;
}

.discount-sign-up::before {
  background: #fff;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: center;
  transition: all 300ms ease;
  z-index: -1;
}

.discount-sign-up:hover {
  color: #000;
  border-color: #fff;
}

.discount-sign-up:hover::before {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.awards-fold {
  background-image: url(/wp-content/uploads/2023/12/awards-background.jpg);
  background-size: cover;
}

.awards-fold-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  padding: 0px 0 75px;
}

.awards-fold-item {
  flex: 0 0 calc(100% / 3 - 34px);
  background: #fff;
  display: flex;
  justify-content: center;
  box-shadow: 0 0 12px -1px #00000061;
  transition: all 500ms ease;
}

.awards-fold-item-padding {
  display: flex;
  padding: 20px;
  flex-direction: column;
  text-align: center;
  flex: 1;
  width: 100%;
}

.awards-fold-item-content p {
  margin: 0;
}

body .sgpb-theme-1-content {
    background-size: contain !important;
    background-position: center;
}

.awards-fold-item-content p {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}

.awards-fold-item-img {
  display: flex;
  justify-content: center;
  flex: 0 0 200px;
  align-items: center;
}

.awards-fold-item-content {
  border-top: solid 2px silver;
  margin-top: 20px;
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  flex: 1;
  align-items: center;
}

.awards-fold-header {
  padding: 50px 0;
  text-align: center;
}
