#leaflet-downloads-page #leaflet-column-design .info-sec-header p{
    font-family: "Gotham-Medium";
    font-weight: 500;
    font-size: var(--heading-32px-24px);
    color: #2D2D2D;
}
#leaflet-downloads-page #leaflet-column-design select{
    padding: 16px 18px;
    font-size: 16px;
    background: #fff;
    border: 1px solid #E7D1F3;
    border-radius: 9px;
    font-family: "Gotham-Book";
    font-weight: 400;
    color: #AFAFAF;
    background-image: url(/content/dam/intelligentcontent/brands/sgtnf/uk/en/sgtnf/leaflet-downloads/gray-arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 32px;
    appearance: none;
    padding-right: 70px;
    cursor: pointer;
}

#download-page p a {
    color: #0000ff;
    text-decoration:underline;
}

#leaflet-downloads-page #leaflet-column-design a.secondary-button{
    margin: 40px auto 30px 0;
}
#leaflet-downloads-page #leaflet-column-design hr.hr-line-spce{
    border-top: 1px solid #E7D1F3;
    margin-top: 40px;
    margin-bottom: 40px;
}
body#leaflet-downloads-page{
    background: #FCF6FF;
}
#leaflet-downloads-page #leaflet-column-design{
    margin-top: 60px;
    display: flex;
    gap: 70px;
    padding-bottom: 50px;
    border-bottom: 1px solid #CCD0DF;
}
#gb-sec{
    background: #F8F9FD;
    padding: 20px 0;
}
#gb-sec #gb-code p{
    margin: 0;
    font-family: "Gotham-Medium";
    font-weight: 500;
    color: #2D2D2D;
    font-size: var(--body-text-16px-14px);
}
#leaflet-downloads-page #leaflet-column-design .azcl-column-par1,
#leaflet-downloads-page #leaflet-column-design .azcl-column-par2{
    width: 50%;
}
#leaflet-downloads-page #leaflet-column-design .azcl-column-par2 #para-leaf p{
    font-family: "Gotham-Book";
    font-weight: 400;
    color: #6C6C6C;
}

#leaflet-downloads-page #lightpink-bg #hero-title {
    width: 75%;
    text-align: center;
    /* display: flex; */
    margin: auto;
    /* height: 31.2vw; */
    align-items: center;
    padding-bottom: 46px;
}

#language-pages #lightpink-bg #hero-title {
    width: 80%;
    text-align: center;
    /* display: flex; */
    margin: auto;
    /* height: 31.2vw; */
    align-items: center;
    padding-bottom: 46px;
}
/*.info-sec-header p {*/
/*    font-family: 'Gotham-Bold';*/
/*    font-weight: 500;*/
/*    line-height: 140%;*/
    /*max-width: 94%;*/
    /*font-size: 32px;*/
/*    font-size: var(--heading-32px-24px);*/
/*}*/
.info-sec-header p {
    font-family: 'Gotham-Medium';
    font-weight: 500;
    line-height: 140%;
    /* max-width: 94%; */
    /* font-size: 32px; */
    font-size: var(--heading-32px-24px);
    
}
div#download-page p {
    color: #6C6C6C;
    font-size: var(--body-text-20px-16px);
    line-height: 140%;
    font-family: 'Gotham-Book';
   
}

div#lightpink-bg {
    background: #FCF6FF;
    
}

#download-page  a.secondary-button {
    display: flex;
    color: #fff;
    align-items: center;
    font-size: 18px;
    font-family: "Gotham-Medium";
    background: #6E4AE3;
    padding: 8px 12px;
    width: fit-content;
    border-radius: 10px;
    text-decoration:none;
    margin: unset;

}

p.return-img a.secondary-button img {
    margin-left: 0px;
    margin-right: 10px;
}
p.return-img {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
}


div#video-section-container {
    max-width: 67.6%;
    margin: auto;
    padding-top: 70px;
    padding-bottom: 70px;
}
div#info-block {
    margin-top: 18px;
}
div#border-section-for-video {
    border-bottom: 1px solid #CCD0DF;
}
#language-pages #lightpink-bg #leaflet-column-design {
    justify-content: center;
    align-items: center;
    padding-bottom: 69px;
}
#leaflet-column-design.azcl-columns__base {
    display: grid;
    gap: 84px;
    grid-template-columns: 46% 42%;
}
p.watch-video-text {
    padding-top: 24px;
}
p.watch-video-info-text {
    padding-top: 6px;
}

#leaflet-downloads-page #desktop-img{
    display: block;
}
#leaflet-downloads-page #mobile-img{
    display: none;
}
#leaflet-downloads-page #leaflet-column-design select option{
    color: #8d8d8d;
}
#leaflet-downloads-page #leaflet-column-design select{
    color: #000;
}
#leaflet-downloads-page option:checked{
    color: #000 !important;
}

@media screen and  (max-width: 767px){
    #leaflet-downloads-page #lightpink-bg #hero-title{
        width: 80%;
        padding-bottom: 0;
    }
    #leaflet-downloads-page #desktop-img{
        display: none;
    }
    #leaflet-downloads-page #mobile-img{
        display: block;
        margin-bottom: 30px;
    }
    
    p.watch-video-info-text {
    padding-top: 0px;
}
    p.watch-video-text {
    padding-top: 18px;
}
 
#lightpink-bg #leaflet-column-design {
    padding-bottom: 50px;
    display: flex;
    flex-direction: column-reverse;
}
    #leaflet-column-design.azcl-columns__base {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(var(--col-count), 1fr);
}
    
    div#info-block {
    margin-top: 0px;
}
    div#video-section-container {
    max-width: 100%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
    #leaflet-downloads-page #leaflet-column-design .azcl-column-par1,
#leaflet-downloads-page #leaflet-column-design .azcl-column-par2{
    width: 100%;
}
#leaflet-downloads-page #leaflet-column-design{
    gap: 30px;
    flex-wrap: wrap;
}
#lightpink-bg #hero-title{
    width: 75%;
}
#leaflet-downloads-page #leaflet-column-design{
    padding-bottom: 30px;
    margin-top: 0;
}
}

