.sgtnf-banner-section .mobile-banner{
    display: none;
}   
.sgtnf-banner-section{
    position: relative;
    margin-bottom: 60px
}
.faq-section p {
    margin-bottom: 41px;
}
.sgtnf-banner-section .secondary-button{
    margin-top: 20px;
}
.sgtnf-banner-section .mobile-banner{
    display: none;
}
.sgtnf-banner-section .banner-img img{
    width: 100%;
}
.sgtnf-banner-content{
    position: absolute;
    z-index: 111;
    top: 0;
    display: flex;
    flex-direction: column;
    max-width: 520px;
    justify-content: center;
    align-items:flex-start;
    height: 100%;
    color: #2D2D2D;
}

.sgtnf-banner-section h1.banner-primary-text {
    margin: 0;
    font-size:var(--heading-48px-38px);
    font-family: 'Gotham-bold';
    font-weight: normal;
    line-height: 118%;
    letter-spacing: -2px;
}
.sgtnf-banner-section p{
    font-family: "Gotham-Book";
    font-weight: normal;
    line-height: 118%;
    letter-spacing: -2px;
    font-size: var(--heading-48px-38px);
}
h1.banner-primary-text {
    margin: 0;
    font-size: 48px;
    font-family: 'Gotham-bold';
}

div#gb-block {
    border-top: solid;
    border-width: 1px;
    border-color: #5134AD;
    color: #fff;
    font-size: 16px;
    font-family: 'Gotham-Medium';
}

div#gb-block p {
    color: #fff;
    font-size: var(--body-text-16px-14px);
    font-family: 'Gotham-Medium';
    padding-top: 29px;
    padding-bottom: 32px;
    font-weight: 500;
    line-height: 120%;
}
.faq-section h3 {
    font-size: var(--heading-48px-28px);
    color: #fff;
    line-height: 120%;
    margin: 0px;
    font-weight: 700;
}
.multi-btn-section a {
    font-size: var(--body-text-16px-14px);
   
}
.faq-section {
    margin-top: 91px;
}
.faq-section p {
    color: #fff;
    font-size: var(--bodytext-text-22px-18px);
    font-family: 'Gotham-Medium';
    padding-top: 24px;
    font-weight: 500;
}
.transperent-inner-button a {
    display: flex;
    align-items: center;
    gap: 17px;
    border-top: solid;
    /* border-bottom: solid; */
    border-width: 0.5px;
    padding: 10px 0px;
    justify-content: space-between;
    border-color: #E7D1F3;
    color: #000;
    font-family: 'Gotham-Medium';
    font-weight: 500;
}
.transperent-inner-button-3 a {
    border-top: solid;
    border-bottom: solid;
    display: flex;
    align-items: center;
    gap: 17px;
    border-width: 0.5px;
    padding: 10px 0px;
    justify-content: space-between;
    border-color: #E7D1F3;
    color: #000;
    font-family: 'Gotham-Medium';
    font-weight: 500;
}
div#gb-block p {
    margin-bottom: 0px;
}
.multi-btn-section a.secondary-button {
    border-style: solid;
}
.multi-btn-section {
    display: flex;
    gap: 20px;
}

span.banner-secondary-text {
    font-size: 48px;
    font-family: ''Gotham-Book'';
}
div#purple-cantainer {
    background: #6E4AE3;
    
}
div#download-leaflet-section {
    padding: 84px 0px;
}
h3.inner-column-title {
    margin: 0px;
    font-size: var(--heading-28px-24px);
    font-family: 'Gotham-Medium';
    line-height: 120%;
    padding-bottom: 28px;
    font-weight: 500;
}
img.cmp-image__image {
    padding-left: 0px!important;
    padding-bottom: 0px!important;
    width: 100%!important;
}
.secondary-inner-button {
    display: flex;
    align-items: center;
    gap: 13px;
    border-style: solid;
    padding: 14px;
    justify-content: flex-end;
    border-color: #E7D1F3;
    border-radius: 9.47px;
    font-size: 18px;
    font-family: 'Gotham-Medium';
}
div#inner-section-bg {
    background: #FCF6FF;
    border-radius: 8px;
    padding: 15px;
    align-items: center;
    height: 100%;
}
div#sec-tile-container {
    margin-top: 22.7px;
}

@media only screen and (max-width: 1080px) {
    .sgtnf-banner-content {
        max-width:470px;
        margin-top:40px;
    }
    .sgtnf-banner-section .secondary-button{
        margin-top: 0;
    }
}
@media only screen and (max-width: 991px) {
	.sgtnf-banner-section p{
	    margin:0px;
	}
	
	.sgtnf-banner-section {
	    margin-bottom: 30px;
	}

    .sgtnf-banner-content {
        position: relative;
        z-index: 111;
        top: 0;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
        margin-top:125px;
        text-align: center;
    }
    .sgtnf-banner-section .mobile-banner{
        display: block;
    }
    .sgtnf-banner-section .desktop-banner{
        display: none;
    }
    /*.sgtnf-banner-section h1.banner-primary-text {
        margin-top:0px;
    }*/
    .sgtnf-banner-section p{
        margin-bottom:20px;
    }
    .sgtnf-banner-section {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .sgtnf-banner-content {
        margin-top: 45px;
    }
    .faq-section {
        margin-top: 0px;
    }
    .faq-section p {
        margin-bottom: 32px;
    }
}
@media only screen and (min-width: 1441px) {
	.sgtnf-banner-section{
		background-color:#FCF6FF; 
	}
	.sgtnf-banner-section .banner-img{
		max-width: 1440px;
		margin: 0 auto;
	}
}