body{
	margin: 0;
	padding: 0;
	width: 100%;
	background:#F7F6F6;
    overflow-x: hidden;
}

#promoWeb {
    display: block;
}
#promoMobile {
    display: none;
}

html, body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.bannerOpacity{
    position:absolute; background-color:#000;opacity:.45;width:100%;height:550px;
}

.bannerImage {
    width: 100%;
     height: auto;
    max-height: 550px;
}
.wrap
	{
		width:100%;
		height:100%;
        box-sizing: border-box;
	}
.home {
		background-color: #BCFE7A; /* Light blue for Home */
        padding: 3px;
}
.gaming {
    background-color: #BCFE7A; /* Light blue for Home */
    padding: 3px;
}
.licensing {
    background-color: #BCFE7A; /* Light blue for Home */
    padding: 3px;
}
.partners {
    background-color: #BCFE7A; /* Light blue for Home */
    padding: 3px;
}
.active {
	border: 2px solid #BCFE7A; /* Example: underline active link */
}

#navbar
    {
        height:80px;
        background-color: black;
        display: table;
        width: 100%;
        border-spacing: 10px;
    }
#navbar .logo {
    width: 50%;
    display: table-cell;
    padding: 10px;
}
.ncgac_logo {
    height: 80px;
    padding-left: 20px;
}
#navbar .menu {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    font-family: "Nokora", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
    
}
#menu_table {
    width:100%;
    display: table;
}
#menu_table .cell{
    width:25%;
    display: table-cell;
    text-align: right;
}

#menu_table .cell2{
    width:25%;
    display: table-cell;
    text-align: right;
    padding-right: 20px;
}

#menu_table .cell2 a {
    text-decoration: none;
    color: white;
    /* transition: background-color 0.3s; */
}

#menu_table .cell a {
    text-decoration: none;
    color: white;
    /* transition: background-color 0.3s; */
}

#menu_table .cell a:hover {
    background-color: #BCFE7A;
    padding: 3px;
}

.homeBanner {
    /* background-image: url("../images/home_banner.png");
    /* Full height */
  /* Center and scale the image nicely */
  /* background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */ 
  position: relative;
  /* min-height: 500px; */
  height: 100%;
  text-align: center;
  margin: 0 auto;
}

.bannerContainer {
  position: absolute;
  text-align: center;
  color: white;
  padding-top: 20px;
  position: top;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  
.welcomeText {
    font-family: "Nokora", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
    font-size: 30px;
    z-index: 10;
    position: relative;
}
.welcomeTextLead {
    font-family: "Nokora", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
    font-size: 50px;
    z-index: 10;
    position: relative;
}

.bigLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    width: 55%;
}
.aboutContainer{
    padding: 20px;
    border-bottom: 1px solid #D8D7D4;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.aboutTitle {
    color:#588030;
    font-family: "Nokora", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 35px;
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
}
.lineAbout {
    height: 2px;
    width: 200px;
    margin-top: 10px;
}

.aboutText {
    color:#636161;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-align: left;
    margin: 0 auto;
    padding-top: 20px;   
}

.promotionContainer {
    padding-top: 0;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

#promotion_table {
    display: table;
    width: 100%;
    margin: 0 auto;
    
}

#promotion_table .row{
    display: table-row;
    width: 100%;
    border:1px solid pink;
}

#promotion_table .cell1{
    display: table-cell;
    width: 33%;
    height: 300px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding-bottom: 20px;

    
}

.cellBox {
    height: 300px; 
    position: absolute; 
    background: white; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border: 0.50px #D8D7D4 solid;
    text-align: center;
    margin: 0 auto;
    margin: 10px;
}

.cellBox2 {
    width: 95%;
    height: 300px; 
    background: white; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border: 0.50px #D8D7D4 solid;
    text-align: center;
    margin: 0 auto;
    /* margin: 10px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* padding-top: 20px; */
}

#promotion_table .cell2{
    display: table-cell;
    width: 50%;
    height: 300px;
    /* margin: 0 auto; */
    text-align: center;
    padding: 10px;
    position: relative;
    margin: 10px;
}

#promotion_table .cell3{
    display: table-cell;
    width: 33%;
    height: 200px;
    margin: 0 auto;
    background-color: pink;
}

.Promotion {
    position: relative; text-align: center; color: black; font-size: 35px; word-wrap: break-word;
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;

}
.PromotionDetails {
    width: 80%;padding:20px; position: relative;margin:0 auto; text-align: center; color: #636161; font-size: 18px; font-family: "Nunito Sans", sans-serif; font-weight: 400; word-wrap: break-word;
}

.promoImage {
    width: 60px; height: 60px; position: relative; padding: 20px; padding-top: 40px;
}

#footer {
    width: 100%;
    height: 250px;
    text-align: center;
    margin: 0 auto;
    background-color: #000000;
}

.footerTitle {
    color:#FFFFFF;
    font-family: "Nokora", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
}

.footerTextBold{
    color:#FFFFFF;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    margin: 0 auto;
    padding-top: 20px;   
}

.footerTextRegular{
    color:#FFFFFF;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    margin: 0 auto;
    padding-bottom: 20px;   
}
.footercopyright{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color:#FFFFFF;
    font-size: 12px;
    padding-top: 40px;
}

/* Centered text */
.centeredLeft {
    position: absolute;
    top: 50%;
    /* left: 50%;
    transform: translate(-50%, -50%); */
    width: 100%;
    text-align: left;
    padding:20px;
  }


.gamingTitle {
    font-family: "Nokora", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
    font-size: 50px;
    z-index: 10;
    position: relative;
}

.gamingText {
    font-family: "Nokora", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
    font-size: 18px;
    z-index: 10;
    position: relative; 
}

.gamingContainer{
    padding: 0;
    width: 95%;
    margin: 0 auto;
}

.gaminGreenTitle {
    color:#588030;
    font-family: "Nokora", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 35px;
    text-align: left;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.gamingTextBlack {
    font-family: "Nokora", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: black;
    font-size: 18px;
    z-index: 10;
    position: relative; 
}

.Gaming {
    position: relative; text-align: center; color: black; font-size: 35px; font-family: "Nunito Sans", sans-serif; font-weight: 700; word-wrap: break-word;padding-top: 20px;
}

.spacer{
    width: 100%;
    height: 20px;;
}

.GamingDetails {
    width: 80%;padding:20px; position: relative;margin:0 auto; text-align: left; color: #636161; font-size: 18px; font-family: "Nunito Sans", sans-serif; font-weight: 400; word-wrap: break-word;
}

.licensingBanner {
    background-color: #99CC67;
    color:#FFFFFF;
    font-family: "Nokora", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    text-align: center;
    margin: 0 auto;
    padding: 30px;
}
.licensingtext {
    color:#636161;
    font-family: "Nokora", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-align: left;
    margin: 0 auto;
    padding: 20px;
}

#licensing_table {
    display: table;
    width: 100%;
    margin: 0 auto;
    border-spacing: 10px;
}

#licensing_table .cell {
    display: table-cell;
    width: 33%;
    text-align: center;
    color:#636161;
    font-family: "Nokora", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

.iconLogo {
    width:60px;
    height:60px;
}

.licensingContainer{
    padding: 20px;
    width: 95%;
    margin: 0 auto;
    box-sizing: border-box;
}

.LicensingpromotionContainer {
    background-color: #E5E3E3;
    width: 100%;
    height: auto;
    color:#636161;
    font-family: "Nokora", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    padding: 20px;
    box-sizing: border-box;
}

.circle-container {
    position: relative;
    width: 40px;
    height: 40px;
}

.Ellipse1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #99CC67;
}

.number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff; /* Adjust the text color as needed */
    font-family: "Nokora", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

#licenseTable {
    width: 50%;
    margin: 0 auto;
    display: table;
}
#licenseTable .cell1 {
    display: table-cell;
    width: 45px;
}
#licenseTable .cell2 {
    display: table-cell;
    color: #000; /* Adjust the text color as needed */
    font-family: "Nokora", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    vertical-align: middle;
    text-align: left;
    padding-left: 15px;
}

.listLicense{
    width: 40%;
    margin: 0 auto;
    color:#636161;
    font-family: "Nokora", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    padding: 20px;
}

.mailAdd {
    width: 30%;
    margin: 0 auto;
    color:#636161;
    font-family: "Nokora", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    padding: 20px;
}

.partnersContainer {
    width: 100%;
    min-height: 400px;
    height: auto;
    background-color: #636161;
    padding: 5px;
    box-sizing: border-box;
}

.partnersTitle {
    color:#fff;
    font-family: "Nokora", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 35px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 20px;
}

.partnersTitleHead {
    color:#fff;
    font-family: "Nokora", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
}
.partnersTitleSub {
    color:#fff;
    font-family: "Nokora", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    text-align: center;
    margin: 0 auto;
}

.cezaFlex {
    display: flex;
    flex-direction: row;
}
.cezaCell {
    padding-bottom: 20px;
    padding-top: 30px;
    padding-right: 20px;
    box-sizing: border-box; /* Optional: Include padding in the total width/height */
    
  }

  .cezaCell2 {
    width:70%;
  }
  .cezaPic {
    width: 200px;
  }
  .cezaTitle {
    color:#588030;
    font-family: "Nokora", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 35px;
    text-align: left;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 20px;
}

.licensorFlex {
    display: flex;
  flex-direction: row; /* Stack items horizontally */
  margin: 5px;
}

.licenseCellFlex {
        box-sizing: border-box; /* Optional: Include padding in the total width/height */
        flex: 3;
        height: auto;
        min-height: 250px;
         margin: 10px;
         padding-bottom: 20px;
      
}
.licenseBox {
        height: 300px; 
        /* position: absolute;  */
        background: white; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border: 0.50px #D8D7D4 solid;
        text-align: center;
        margin: 0 auto;
}

.licenseFlexTitle {
    color:#588030;
    font-family: "Nokora", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 35px;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
}

/* MOBILE COMPATIBLE Lyndon */

@media screen and (max-width: 820px) {
    #navbar
    {
        height:80px;
        background-color: black;
        display: table;
        width: 100%;
        border-spacing: 10px;
    }
    #navbar .logo {
        width: 100%;
        display: table-row;
        padding: 10px;
        margin: 0 auto;
        text-align: center;
    }
    .ncgac_logo {
        height: 80px;
        padding-left: 20px;
    }
    #navbar .menu {
        width: 100%;
        display: table-row;
        vertical-align: middle;
        padding: 10px;
        font-family: "Nokora", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: white;
}
#menu_table .cell{
    width:25%;
    display: table-cell;
    text-align: left;
    
}

#menu_table .cell2{
    width:25%;
    display: table-cell;
    text-align: right;
    padding-right: 0;
    
}
    .bannerOpacity{
        position:absolute; background-color:#000;opacity:.45;width:100%;height:250px;
    }
    
    .bannerImage {
        width: 100%;
        height: auto;
        height: 250px;
    }

    .welcomeText {
        font-family: "Nokora", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: white;
        font-size: 15px;
        z-index: 10;
        position: relative;
    }
    .welcomeTextLead {
        font-family: "Nokora", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: white;
        font-size: 25px;
        z-index: 10;
        position: relative;
    }
    .aboutTitle {
        color:#588030;
        font-family: "Nokora", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .Promotion {
        position: relative; text-align: center; color: black; font-size: 25px; word-wrap: break-word;
        font-family: "Nunito Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
    
    }
    .PromotionDetails {
        width: 80%;padding:20px; position: relative;margin:0 auto; text-align: center; color: #636161; font-size: 15px; font-family: "Nunito Sans", sans-serif; font-weight: 400; word-wrap: break-word;
    }

    #promotion_table {
        display: table;
        width: 100%;
        margin: 0 auto;
        border-spacing: 10px;
    }

    #promotion_table .row{
        display: table-row;
        width: 100%;
    }
    
    #promotion_table .cell1{
        display: table-row;
        width: 33%;
        height: 300px;
        margin: 0 auto;
        position: relative;
        text-align: center;
        padding-bottom: 20px;
    
        
    }
    
    .cellBox {
        height: 300px; 
        position: absolute; 
        background: white; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border: 0.50px #D8D7D4 solid;
        text-align: center;
        margin: 0 auto;
        margin: 10px;
    }
    
    .cellBox2 {
        width: 90%;
        min-height: 100px; 
        height: auto;
        background: white; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border: 0.50px #D8D7D4 solid;
        text-align: center;
        /* margin: 0 auto; */
        /* margin: 10px; */
        position: absolute;
        /* top: 50%;
        left: 50%; */
        transform: translate(-50%, -50%);
        /* padding-top: 20px; */
    }
    #promoWeb {
        display: none;
    }
    #promoMobile {
        display: block;
    }
    #promotion_table .cell2{
        display: block;
        width: 80%;
        height: 100%;
        display: table-cell;
        width: 50%;
        margin: 0 auto;
        height: 250px;
        /* min-height: 250px; */
        text-align: center;
        position: relative;
     
    }
    
    #promotion_table .cell3{
        display: table-cell;
        width: 33%;
        height: 200px;
        margin: 0 auto;
        background-color: pink;
    }

    .gamingTitle {
        font-family: "Nokora", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: white;
        font-size: 25px;
        z-index: 10;
        position: relative;
    }
    .centeredLeft {
        position: absolute;
        top: 40%;
        /* left: 50%;
        transform: translate(-50%, -50%); */
        width: 90%;
        text-align: left;
        /* padding:20px; */
      }
    .gamingText {
        font-family: "Nokora", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: white;
        font-size: 13px;
        z-index: 10;
        position: relative; 
    }

    .gaminGreenTitle {
        color:#588030;
        font-family: "Nokora", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 25px;
        text-align: left;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .gamingTextBlack {
        font-family: "Nokora", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: black;
        font-size: 15px;
        z-index: 10;
        position: relative; 
    }
    .Gaming {
        position: relative; text-align: center; color: black; font-size: 25px; font-family: "Nunito Sans", sans-serif; font-weight: 700; word-wrap: break-word;padding-top: 20px;
    }
    
    .spacer{
        width: 100%;
        height: 20px;;
    }
    
    .GamingDetails {
        width: 80%;padding:20px; position: relative;margin:0 auto; text-align: left; color: #636161; font-size: 15px; font-family: "Nunito Sans", sans-serif; font-weight: 400; word-wrap: break-word;
    }

    .licensingBanner {
        background-color: #99CC67;
        color:#FFFFFF;
        font-family: "Nokora", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 30px;
        text-align: center;
        margin: 0 auto;
        padding: 30px;
    }
    .licensingtext {
        color:#636161;
        font-family: "Nokora", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        text-align: left;
        margin: 0 auto;
        padding: 20px;
    }
    .LicensingpromotionContainer {
        background-color: #E5E3E3;
        width: 100%;
        height: auto;
        color:#636161;
        font-family: "Nokora", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        padding: 20px;
        box-sizing: border-box;
        padding-top: 30px;
    }
    #licenseTable {
        width: 90%;
        margin: 0 auto;
        display: table;
    }
    #licenseTable .cell1 {
        display: table-cell;
        width: 45px;
    }
    #licenseTable .cell2 {
        display: table-cell;
        color: #000; /* Adjust the text color as needed */
        font-family: "Nokora", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 15px;
        vertical-align: middle;
        text-align: left;
        padding-left: 15px;
    }
    
    .listLicense{
        width: 70%;
        margin: 0 auto;
        color:#636161;
        font-family: "Nokora", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        padding: 20px;
        padding-left: 60px;
    }
    
    .mailAdd {
        width: 60%;
        margin: 0 auto;
        color:#636161;
        font-family: "Nokora", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 15px;
        padding: 20px;
    }

    .partnersTitle {
        color:#fff;
        font-family: "Nokora", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    
    .partnersTitleHead {
        color:#fff;
        font-family: "Nokora", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 18px;
        text-align: center;
        margin: 0 auto;
        padding: 10px;
    }
    .partnersTitleSub {
        color:#fff;
        font-family: "Nokora", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        text-align: center;
        margin: 0 auto;
    }
    .partnersContainer {
        width: 100%;
        min-height: 350px;
        height: auto;
        background-color: #636161;
        padding: 5px;
        box-sizing: border-box;
    }


.footerTitle {
    color:#FFFFFF;
    font-family: "Nokora", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
}

.footerTextBold{
    color:#FFFFFF;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    margin: 0 auto;
    padding-top: 20px;   
}

.footerTextRegular{
    color:#FFFFFF;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    margin: 0 auto;
    padding-bottom: 20px;   
}
.footercopyright{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color:#FFFFFF;
    font-size: 10px;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    word-wrap: break-word;
}

.mobcontainer {
    display: flex;
    flex-direction: column;
    /* height: 100vh;  Adjust the height as needed */
  }
  
  .mobrow {
    width: 85%;
    margin: 0 auto;
    padding: 10px;
    flex: 1;
    background: white; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border: 0.50px #D8D7D4 solid;
    margin-bottom: 20px;
  }

  #licensing_table {
    display: table;
    width: 100%;
    margin: 0 auto;
    border-spacing: 20px;
}

#licensing_table .cell {
    display: table-row;
    width: 50%;
    text-align: center;
    color:#636161;
    font-family: "Nokora", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

.cezaFlex {
    display: flex;
    flex-direction: column; /* Stack items vertically */
  }
  
 .cezaCell{
    box-sizing: border-box; /* Optional: Include padding in the total width/height */
    text-align: center;
    padding-top: 30px;
  }
  .cezaCell2 {
    box-sizing: border-box; /* Optional: Include padding in the total width/height */
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  
  .cezaPic {
    width: 90%;
    margin: 0 auto;

  }
  .cezaTitle {
    color:#588030;
    font-family: "Nokora", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    text-align: left;
    margin: 0 auto;
}

.licensorFlex {
    display: flex;
  flex-direction: column; /* Stack items horizontally */
  margin: 5px;
}

.licenseCellFlex {
        box-sizing: border-box; /* Optional: Include padding in the total width/height */
        flex: 1;
        height: auto;
        min-height: 150px;
         
         padding-bottom: 10px;
      width: 90%;
      margin: 0 auto;
}
.licenseBox {
        height: 150px; 
        height: auto;
        /* position: absolute;  */
        background: white; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border: 0.50px #D8D7D4 solid;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 10px;
}

.licenseFlexTitle {
    color:#588030;
    font-family: "Nokora", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
}
}