.sitecore-banner {
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
    margin: 0;
    background: #444545;
}

.sitecore-banner .banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 30px;
}

.sitecore-banner .banner-inner h1 {
    color: #fff;
    font-size: 9rem;
    margin: 0;
    font-weight: 500;
    line-height: 1;
}

.sitecore-banner .banner-inner img {
    width:auto;
    max-width: 300px;
    height: auto;
}

.sitecore-text {
    padding: 20px 0;
    text-align: center;
    background: #F2F2F2;
    overflow: hidden;
    width: 100%;
}

.sitecore-text p {
    font-size: 20px;
}

.site-content .container {
    max-width: 1180px;
    width: 100%;
    padding: 0 20px;
}

.sitecore-grid {
    padding: 50px 0px 30px 0px;
    overflow: hidden;
    width: 100%;
}

.grid-text {
    display: flex;
    justify-content: space-between;
    margin: 0 -30px;
}

.grid-text .col-4 {
    width: 33.33%;
    padding: 0 30px;
}
.grid-text h3 {
    margin: 0px;
    padding: 0px 0px 15px;
}
.grid-text h3::after {
    content: "";
    display: block;
    width: 90px;
    height: 3px;
    background: rgb(255, 200, 55);
    margin: 3px 0px 8px 0px;
}
.sitecore-bottom {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.sitecore-bottom .full-image {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom:0px;
}

.sitecore-bottom {
    width: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    overflow: hidden;
}

.sitecore-bottom .botm-txt {
    width: 100%;
}

.sitecore-bottom .container {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    width: 100%;
    max-width: 1180px;
}
.sitecore-bottom .container.bspace{
    padding-top:30px;
}
.sitecore-bottom .container .blue-btn {
    min-width: 161px;
    width: 161px;
}

@media screen and (max-width: 1040px) {
    .sitecore-banner .banner-inner h1 {
        font-size: 8.9rem;
    }
    .sitecore-text p {
        font-size: 18px;
    }
    .grid-text {
        margin: 0 -20px;
    }
    .grid-text .col-4 {
        padding: 0 20px;
    }
    .grid-text h3 {
        font-size: 26px;
    }
}
@media screen and (max-width: 991px) {
    .sitecore-banner {
        padding: 60px 0;
    }
    .sitecore-banner .banner-inner h1 {
        font-size: 6rem;
    }
    .sitecore-banner .banner-inner img {
        width: 280px;
        min-width: 280px;
    }

    .sitecore-grid {
        padding: 30px 0;
    }
    .grid-text {
        flex-wrap: wrap;
        margin: 0;
    }

    .grid-text .col-4 {
        width: 100%;
        padding: 10px 0;
    }

    .grid-text h3 {
        font-size: 24px;
        padding: 0 0 10px 0;
    }
}


@media screen and (max-width: 760px) {
    .sitecore-banner .banner-inner h1 {
        font-size: 5.2rem;
    }
    .sitecore-banner .banner-inner img {
        width: 40%;
        min-width: 40%;
    }
    .sitecore-text p {
        font-size: 16px;
    }
    .sitecore-bottom .container {
        flex-wrap: wrap;
    }
    .sitecore-bottom .container.bspace {
       padding-top: 30px !important;
     }
    .cky-revisit-bottom-left {
        left: auto;
        right: 20px;
    }
    .sitecore-bottom .container.bspace {
    padding-top: 30px !important;
    gap: 18px;
  }
  .sitecore-bottom{
    padding-bottom:25px;
  }
}
@media screen and (max-width: 680px) {
    .sitecore-banner .banner-inner {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    .sitecore-banner .banner-inner h1 {
        width: 100%;
    }
    .sitecore-banner .banner-inner img {
        width: 60%;
        min-width: 40%;
    }
}

@media screen and (max-width: 480px) {
    .sitecore-banner .banner-inner h1 {
        font-size: 4.2rem;
    }
    .sitecore-banner .banner-inner img {
        width: 86%;
    }
}




