.markup-imageGallery h2 {
    text-align: center;
    font-size: 48px;
    padding: 20px;
    color: #BA0C2F;
    font-family: 'WebRefreshCorneliusSans';
}

.markup-imageGallery {
    padding-top: 30px;
    padding-bottom: 100px;
    background-color: #F59C00;

    img {
        display: none;
    }
}

.markup-imageGallery p {
    /*text-align: center;*/
    font-size: 21px;
    /*padding-bottom: 25px;*/
    font-weight: 600;
    font-family: 'KelloggsSansMedium';
    color: white;
    padding-left: 100px;
    padding-right: 150px;
}

body {
    font-family: KelloggsSansRegular, sans-serif;
}

@media only screen and (max-width: 767px) {
    .markup-imageGallery h2 {
        font-size: 28px;
        padding: 16px;
        text-align: start;
        padding-bottom: 0;
    }

    .markup-imageGallery p {
        font-size: 14px;
        font-family: 'KelloggsSansRegular';
        padding-left: 16px;
        padding-right: 16px;
    }

    .markup-imageGallery {
        padding-bottom: 0px;

        img {
            display: block;
        }
    }
}

.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    background: #c50032;
    padding-left: 100px;
    padding-right: 100px;
    font-family: "KelloggsSansMedium";
    overflow: hidden;

    &.second-block {
        padding-top: 30px;
        padding-left: 0px;
        padding-bottom: 30px;

        .image-content {
            flex: 0 0 40%;
        }
    }
}

.curved-banner {
    background: #c50032;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    height: 100px;
    color: #ffffff;
}

.hide-desktop>img {
    display: none;
}

.white-bar {
    display: none;
}

.text-content {
    flex: 0 0 60%;

    .second {
        padding-bottom: 40px;
    }
}

.text-content h2 {
    color: #ffd633;
    font-weight: 700;
    font-size: 48px;
    font-family: "WebRefreshCorneliusSans";
}

.text-content p {
    font-size: 24px;
    color: #ffffff;
    font-family: "KelloggsSansMedium";
    font-weight: 600;
}

.image-content {
    flex: 0 0 48%;
}

@media only screen and (max-width: 767px) {

    .content-wrapper {

        padding-left: 16px;
        padding-right: 16px;
        gap: 24px;

        &.second-block {
            padding-left: 16px;
            padding-bottom: 0px;
            flex-direction: column;
        }
    }

    .curved-banner {
        border-top-left-radius: 50% 21%;
        border-top-right-radius: 50% 21%;
        height: 230px;
    }

    .text-content {
        flex: unset;

        .second {
            padding-bottom: 0;
        }
    }

    .text-content h2 {
        font-weight: 700;
        font-size: 28px;
    }

    .text-content p {
        font-size: 14px;
    }

    .hide-image {
        display: none;
    }

    .hide-desktop>img {
        display: block;
    }

    .mobile-image {
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: -6px;
    }

    .white-bar {
        display: block;
        border: none;
        height: 2px;
        background-color: #fff;
        width: 50%;
        margin: 30px auto;
        opacity: 0.8;
    }
}

/* cartoon monkey inage banner css starting */

/* Default: Desktop */
    .desktop-img {
      display: block;
    }

    .mobile-img {
      display: none;
    }
    .ImageText {
      position: relative;
    }
    .centered br {
      display: none;
    }
    .ImageText img {
      background-size: 100% 100%;
      object-fit: contain;
    }
    .img-CTA {
      position: absolute;
      display: flex;
      flex-direction: column;
      top: 30%;
      align-items: center;
      width: 100%;
      gap: 40px;
    }
    .centered {
      font-weight: 700;
      font-size: 30px;
      font-family: WebRefreshCorneliusSans;
	  /*padding-bottom: 20px;*/
    }
    .Imgbutton {
      font-weight: 700;
      font-size: 38px;
      font-family: WebRefreshCorneliusSans;
      display: flex;
      background: #c9002b;
      color: white;
      text-decoration: none;
      padding: 20px 0px;
      width: 35%;
      justify-content: center;
      border-radius: 50px;
      font-size: 2rem;
      font-weight: bold;
      transition: background 0.3s ease;
    }

    .hero-btn {
      background: transparent;
      border: none;
      color: #fff;
    }
	
	/* Tablet Screen */
	
	@media screen and (max-width: 768px) and (min-width: 767px)  {
    .centered {
			font-size: 22px;
			display: flex;
			justify-content: center;
			width: 90%;
			/* padding-bottom: 80px; */
		}

		.img-CTA {
			gap: 24px;
		}
		.Imgbutton {
			padding: 10px 0px;
			width: 30%;
			font-size: 10px;
		}
	}


	@media screen and (max-width: 820px) and (min-width: 769px)  {

		.centered {
			font-size: 23px;
			display: flex;
			justify-content: center;
			width: 90%;
			/* padding-bottom: 80px; */
		}

		.Imgbutton {
		padding: 13px 0px;
		width: 33%;
		font-size: 13px;
		}
	}

	@media screen and (max-width: 1024px) and (min-width: 821px)  {
		.centered {
        font-size: 29px;
		}
	}


    /* Mobile screen */
    @media screen and (max-width: 767px) {
      .centered br {
        display: block;
      }
      .desktop-img {
        display: none;
      }

      .mobile-img {
        display: block;
      }
      .centered {
		font-size: 22px;
        display: flex;
        justify-content: right;
        width: 90%;
		padding-bottom: 20px;
	  }
      .Imgbutton {
        width: 95%;
		padding: 5px 0px;
      }
	  .ImageText {
		margin-bottom: 90px;
	  }
    }
/* cartoon monkey inage banner css ending */


/* kelloggs crispier image banner css starting */

/* Default: Desktop */
    .desktop-crispier-img {
      display: block;
    }

    .mobile-crispier-img {
      display: none;
    }
    .crispierImageText {
      position: relative;
    }
    .crisp-heading1 br {
      display: none;
    }
    .crispierImageText img {
      background-size: 100% 100%;
      object-fit: contain;
    }
    .img-TEXT {
      position: absolute;
      display: flex;
      flex-direction: column;
      top: 30%;
      align-items: center;
      width: 100%;
      gap: 40px;
    }
    .crisp-heading1 {
		font-weight: 400 !important;
		font-size: 60px;
		font-family: WebRefreshCorneliusSans;
		color: white;
    }
    .crisp-heading2 {
    font-weight: 400 !important;
    font-family: WebRefreshCorneliusSans;
    display: flex;
    color: #ffd633;
    text-decoration: none;
    justify-content: center;
    font-weight: bold;
    font-size: 75px;
}
	
	/* Tablet Screen */
	
	@media screen and (max-width: 768px) and (min-width: 767px) {
    .img-TEXT {
        gap: 13px;
        top: 94px;
    }
    .crisp-heading1 {
        font-size: 32px;
        display: flex;
        justify-content: center;
        width: 90%;
		color: white;
		font-weight: 400 !important;
    }
    .crisp-heading2 {
        font-size: 50px;
        color: #ffd633;
		font-weight: 400 !important;
    }
}


	@media screen and (max-width: 820px) and (min-width: 769px) {
    .img-TEXT {
    top: 29%;
    gap: 3px;
  }
    .crisp-heading1 {
     font-size: 35px;
	 color: white;
	 font-weight: 400 !important;
    }
    .crisp-heading2 {
        font-size: 53px;
		color: #ffd633;
		font-weight: 400 !important;
    }
}

	@media screen and (max-width: 1024px) and (min-width: 821px) {
    .img-TEXT {
    top: 30%;
    gap: 17px;
    }
    .crisp-heading1 {
        font-size: 44px;
		color: white;
		font-weight: 400 !important;
    }
    .crisp-heading2 {
    font-size: 66px;
	color: #ffd633;
	font-weight: 400 !important;
    }
}


    /* Mobile screen */
    @media screen and (max-width: 767px) {
      .crisp-heading1 br {
        display: block;
      }
      .desktop-crispier-img {
        display: none;
      }

      .mobile-crispier-img {
        display: block;
      }
      .crisp-heading2 {
        width: 95%;
		padding: 5px 0px;
      }
	  .crispierImageText {
		margin-bottom: 90px;
	  }
	  .img-TEXT {
		top: 6%;
		gap: 0px;
}
    .crisp-heading1 {
        font-size: 27px;
        display: flex;
        justify-content: center;
        width: 90%;
        padding-bottom: 3px;
		color: white;
		font-weight: 400 !important;
    }

    .crisp-heading2 {
    font-size: 48px;
    font-family: WebRefreshCorneliusSans;
    display: flex;
    color: #ffd633;
    justify-content: center;
	font-weight: 400 !important;
}

    }

/* kelloggs crispier image banner css ending */