section.global-fd-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/* BACKGROUND */
    section.global-fd-section:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        max-width: 1920px;
        height: 100%;
        background-color: #e5dfd5;
        background-image: url("../FoodDay/iStock-1048194956.jpg");
        background-size: cover; /* optional but recommended */
        background-position: center;
        z-index: 1;
    }

.global-fd-container {
  position: relative;
  z-index: 2;
  padding: 2rem 24px 6rem;
}

.global-fd-container:after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 4rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  max-width: 1920px;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 1360px) {
  .global-fd-container:after {
    width: 100%;
  }
}

/* Skin */

body.skin-layout section.global-fd-section:after {
  width: 100%;
}

body.skin-layout .global-fd-container:after {
  width: 100%;
}

/* TITLE */
.global-fd-title h2,
.global-fd-title p {
  color: #21409b;
  text-align: center;
}

.global-fd-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "FA-TOC", Georgia, Times, serif;
  margin-bottom: 0;
}

.global-fd-title p {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 960px) {
  .global-fd-title h2 {
    font-size: 2rem;
  }

  .global-fd-title p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 460px) {
  .global-fd-title h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .global-fd-title p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}

/* ITEMS */
.global-fd-container .grid {
  border-bottom: none;
  margin-bottom: 1rem;
}

.global-fd-container .item {
    border-radius: 2rem;
    background-color: white;
    position:relative;
}



.global-fd-container .item:after {
  border: none !important;
}

.global-fd-container .item-image {   
    overflow: hidden;
    aspect-ratio: 4/3;
}


.global-fd-container .item-image a {
  height: 100%;
  border-radius: 2rem;
}


.global-fd-container .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.global-fd-container .item-content {
    padding: 1rem 1.5rem 1.5rem !important;
    text-align: center;       
}


.global-fd-container .item-content a h4 {
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
  color: #21409b;
  font-size:1.25rem;
}

.global-fd-container .item-content a {
  color: #21409b;
  transition: color 0.3s ease;
 
}

.global-fd-container .item-content a p {
  margin-bottom: 0;
  font-size:1rem;
}

.global-fd-container .item-content a:hover,
.global-fd-container .item-content a:hover h4 {
  color: #0073e1;
}

/* Logo */
.global-fd-container .ab-logo-container {
    width: fit-content;
    margin: 1.5rem auto 0;
    border-top:  0 !important;
    position:absolute;
    left:1rem;
    bottom:-5rem;
}


.global-fd-container .ab-logo-container a {
        width: auto !important;
    }

.global-fd-container .ab-logo-container img {
    width: 16rem;
}


@media screen and (max-width: 960px) {
  .global-fd-container .ab-logo-container img {
    width: 12rem;
  }
}

@media screen and (max-width: 460px) {
    .global-fd-container .ab-logo-container img {
        width: 13rem;
    }

    .global-fd-container .ab-logo-container {
        margin: 1rem auto 1rem;
    }
}


@media screen and (max-width: 670px) {



    .global-fd-container .ab-logo-container {
        margin: 0 auto 0.5rem !important;
        
        position: relative;
        left: auto;
        bottom: auto;
    }

    .global-fd-container {

        padding: 2rem 12px 10px;
    }
}
