/*******************************************************
 *
 * Local Exposure
 *
 *******************************************************/

[class*="ai-icon-"] {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-container .slideshow-smi {
    display: block;
    top: 170px;
}

.ip-banner canvas {
    background-image: url(../../images/local-exposure/local-exposure-banner.jpg) !important;
    height: 519px;
}

.ip-banner::before {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0+40,0+60,0.6+100 */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0.2+40,0.2+60,0.6+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(0,0,0,0.6)),color-stop(40%, rgba(0,0,0,0.2)),color-stop(60%, rgba(0,0,0,0.2)),to(rgba(0,0,0,0.6)));
background: -o-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.2) 40%,rgba(0,0,0,0.2) 60%,rgba(0,0,0,0.6) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.2) 40%,rgba(0,0,0,0.2) 60%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */


}

p#breadcrumbs {
    display: none;
}

.custom-breadcrumbs p#breadcrumbs {
    display: block;
}

.custom-breadcrumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(26,46,78,0.50);
    font-size: 14px;
    color: #b2b2b2;
    padding: 13px 0;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-family: var(--proxima-nova);
    display: none;
}


.custom-breadcrumbs > .container {
    -webkit-transform: none!important;
        -ms-transform: none!important;
            transform: none!important;
    position: relative;
    left: 0;
}

.custom-breadcrumbs span.breadcrumb_last {
    color: #fff;
}

.custom-container {
    display: block;
    position: relative;
    padding: 0 154px;
}


#inner-page-wrapper{
    margin-bottom: 0;
}

#inner-page-wrapper > .container{
    width: 100%;
    padding: 0;
}

#ip-local-exposure {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
}

.ip-le-container {
    display: block;
    position: relative;
}

.ip-le-wrapper {
    display: block;
    position: relative;
}


.ip-le-main {
    display: block;
    position: relative;
}

.ip-le-section {
    display: block;
    position: relative;
}

.ip-le-exp-container {
    display: block;
    position: relative;
}

.ip-le-exp-bg-left {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 60px);
    height: 100%;
    pointer-events: none;
    background: #fff;
    z-index: 2;
}

.ip-le-exp-bg-left canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .20;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}

.ip-le-exp-bg-left:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    pointer-events: none;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    z-index: 2;
}

.ip-le-exp-bg-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ip-le-exp-bg-right canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}

.ip-le-exp-wrapper {
    display: block;
    position: relative;
    z-index: 5;
}

.ip-le-exp-img {
    position: relative;
    margin-bottom: 60px;
    display: block;
    margin-top: -100px;
}

.ip-le-exp-img img {
    max-width: 100%;
    width: 100%;
}

.ip-le-exp-text {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 70px;
}

.ip-le-exp-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.ip-le-exp-text p {
    font-size: 24px;
    line-height: 40px;
    color: #000;
    font-family: 'Playfair Display', sans-serif;
}

.ip-le-exp-item {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 35px);
    position: relative;
    margin-bottom: 45px;
}

.ip-le-exp-title {
    position: relative;
    margin-bottom: 10px;
    min-height: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.ip-le-exp-title span {
    font-size: 24px;
    line-height: 1;
    color: #000;
    font-family: 'Playfair Display', sans-serif;
}

.ip-le-exp-content {
    display: block;
    position: relative;
}

.ip-le-exp-content p {
    font-size: 14px;
    line-height: 24px;
    color: #3f3f3f;
    font-family: var(--proxima-nova);
}


.ip-le-exp-main {
    display: block;
    position: relative;
    background: #fff;
    padding: 119px 75px 40px;
}

.ip-le-exp-title span em {
    margin-right: 15px;
}

em.ai-icon-icon-a {
    background-image: url(../../images/local-exposure/icon-a.png);
    width: 27px;
    height: 32px;
}

em.ai-icon-icon-b {
    background-image: url(../../images/local-exposure/icon-b.png);
    width: 31px;
    height: 21px;
} 

em.ai-icon-icon-c {
    background-image: url(../../images/local-exposure/icon-c.png);
    width: 31px;
    height: 29px;
} 
em.ai-icon-icon-d {
    background-image: url(../../images/local-exposure/icon-d.png);
    width: 33px;
    height: 33px;
} 

em.ai-icon-icon-e {
    background-image: url(../../images/local-exposure/icon-e.png);
    width: 36px;
    height: 36px;
} 

em.ai-icon-icon-f {
    background-image: url(../../images/local-exposure/icon-f.png);
    width: 40px;
    height: 41px;
} 

em.ai-icon-icon-g {
    background-image: url(../../images/local-exposure/icon-g.png);
    width: 35px;
    height: 38px;
} 

em.ai-icon-icon-h {
    background-image: url(../../images/local-exposure/icon-h.png);
    width: 38px;
    height: 30px;
} 

em.ai-icon-icon-i {
    background-image: url(../../images/local-exposure/icon-i.png);
    width: 28px;
    height: 28px;
} 

em.ai-icon-icon-j {
    background-image: url(../../images/local-exposure/icon-j.png);
    width: 27px;
    height: 39px;
}  


/* Section 2 */

.ip-le-oh-bg.attachment-fixed {}


.ip-le-oh-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #000;
}

.ip-le-oh-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .10;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}


.ip-le-oh-container {
    display: block;
    position: relative;
    padding: 45px 0 0;
}

.op-le-oh-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}

.ip-le-oh-col {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    width: 50%;
}

.ip-le-oh-video-holder {
    display: block;
    position: relative;
    margin-bottom: -89px;
    z-index: 10;
}

.ip-le-oh-video-img {
    position: absolute;
    top: 2%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 20px);
    height: 90%;
    background: #000;
}

.ip-le-oh-video-img img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: .52;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-le-oh-video {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}

.ip-le-oh-video canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ip-le-oh-content {
    display: block;
    position: relative;
}

.ip-le-oh-content p {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    font-family: var(--proxima-nova);
}

.ip-le-oh-content-container .section-title {
    margin-bottom: 50px;
}

.ip-le-oh-content-container {
    display: block;
    position: relative;
    padding-left: 90px;
    padding-bottom: 80px;
    padding-top: 24px;
}

.ip-le-oh-content-container .section-title .small, 
.ip-le-oh-content-container .section-title h2 {
    color: #fff;
}

.ip-le-oh-col:first-child {
    width: 44.393%;
}

.ip-le-oh-col:last-child {
    width: 55.607%;
}

.ip-le-oh-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    z-index: 10;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.ip-le-oh-play-btn span em {
    position: relative;
    width: 137px;
    height: 137px;
    display: block;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.50);
    margin: 0 auto 30px;
}

.ip-le-oh-play-btn span em:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    border: 1px solid #fff;
    border-radius: 50%;
    width: 125px;
    height: 125px;
}

.ip-le-oh-play-btn span em:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 15px solid #fff;
}



.ip-le-oh-video-holder a {
    display: block;
    position: relative;
}

.ip-le-oh-video-holder a:hover .ip-le-oh-video-img img {
    opacity: .30;
}

/* Section 3 */




.ip-le-res-bg-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    pointer-events: none;
    background: #fff;
    z-index: 1;
}

.ip-le-res-bg-left canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}


.ip-le-res-bg-right {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 70px);
    height: 100%;
    pointer-events: none;
    background: #fff;
    z-index: 1;
}

.ip-le-res-bg-right canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .75;
    filter: grayscale(1);
}

.ip-le-res-container {
    display: block;
    position: relative;
    padding: 0;
}

.ip-le-res-wrapper {
    display: block;
    position: relative;
    z-index: 5;
}

.ip-le-res-main {
    display: block;
    position: relative;
    padding: 140px 56px 88px 47px;
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    background: rgba(255,255,255,.97);
}

.ip-le-res-item {
    display: block;
    position: relative;
    padding-left: 40px;
}

.ip-le-res-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.ip-le-res-col {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 50%;
}

.ip-le-res-photo img {
    max-width: 100%;
    display: block;
    position: relative;
    /* width: 100%; */
}

.ip-le-res-photo {
    display: block;
    position: relative;
}

.ip-le-res-content-container {
    display: block;
    position: relative;
    padding-right: 24px;
    padding-top: 55px;
}

.ip-le-res-content {
    display: block;
    position: relative;
}

.ip-le-res-content p {
    font-size: 14px;
    line-height: 28px;
    color: #3f3f3f;
    font-family: var(--proxima-nova);
}

.ip-le-res-content-container .section-title {
    margin-bottom: 50px;
}

.ip-le-res-wrapper .custom-container {
    padding: 0 70px 0 60px;
}

.ip-le-res-item:nth-child(odd) {}

.ip-le-res-item:nth-child(odd) .ip-le-res-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.ip-le-res-item:not(:last-child) {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #dfdfdf;
}

.ip-le-res-item:nth-child(odd) .ip-le-res-photo img {
    margin-left: auto;
}

.ip-le-res-item:nth-child(even) .ip-le-res-photo img {
    margin-right: auto;
}

.ip-le-res-item:nth-child(even) {
    padding-left: 0;
}

.ip-le-res-item:first-child {
    padding-left: 18px;
}


.ip-global-title-logo:before {
    position: absolute;
    content: '';
    top: -60px;
    left: calc(100% - 54px);
    width: 192px;
    height: 216px;
    background-image: url(../../images/local-exposure/monogram-logo.png);
    background-position: center;
    background-size: contain;
    z-index: 2;
    opacity: .05;
    background-repeat: no-repeat;
}

.ip-global-title-logo {
    display: inline-block;
    position: relative;
}

.ip-le-res-container .ip-global-title-logo:before {
    left: calc(100% - 145px);
    top: -74px;
}


/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (max-width: 1560px) {
    .custom-container {
        padding: 0 110px;
    }

    #ip-local-exposure .section-title h2 {
        font-size: 70px;
    }

    .ip-le-res-item:nth-child(even) .ip-le-res-photo {
        padding-right: 40px;
    }

    .ip-le-res-item:nth-child(odd) .ip-le-res-photo {
        padding-left: 40px;
    }

    .ip-le-oh-content-container {
        padding-left: 59px;
        padding-bottom: 50px;
    }

    .ip-le-oh-content-container .section-title {
        margin-bottom: 40px;
    }

    .ip-le-exp-main {
        padding: 119px 50px 40px;
    } 

}


@media only screen and (max-width: 1440px) {
    .ip-le-res-content-container {
        padding-top: 23px;
    }

    .ip-le-res-content-container .section-title {
        margin-bottom: 30px;
    }

    #ip-local-exposure .section-title h2 {
        font-size: 65px;
    }

}

@media only screen and (max-width: 1366px) {
     .custom-container {
        padding: 0 90px;
    }
    

    .ip-le-exp-img {
        margin-top: -78px;
    }


    .ip-le-exp-bg-left {
        width: calc(100% - 43px);
    }

    .ip-le-res-wrapper .custom-container {
        padding: 0 43px 0;
    }

    .ip-le-res-bg-left, .ip-le-res-bg-right {
        width: 43px;
    }

    .ip-le-res-main {
        padding: 140px 40px 88px;
    }


    .ip-le-oh-video-holder {
        margin-bottom: -60px;
    }

    .ip-le-oh-content p {
        line-height: 25px;
    }

    #ip-local-exposure .section-title h2 {
        font-size: 59px;
    }

    #ip-local-exposure .section-title .small {
        font-size: 15px;
    }

    .ip-le-exp-text p {
        font-size: 21px;
    }

    .ip-le-exp-item {
        width: calc(50% - 20px);
    }

    .ip-le-exp-title span {
        font-size: 22px;
    }

}
 
@media only screen and (max-width: 1280px) {
    .ip-global-title-logo:before {
        width: 172px;
        height: 178px;
        top: -45px;
        left: calc(100% - 54px);
    }

    .ip-le-res-container .ip-global-title-logo:before {
        left: calc(100% - 130px);
         top: -45px;
    }

}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
    .custom-container {
        padding: 0 70px;
    }

    .ip-le-exp-bg-left {
        width: calc(100% - 32px);
    }

    .ip-le-exp-main {
        padding: 85px 40px 40px;
    }

    .ip-le-exp-content p {
        font-size: 13px;
        line-height: 22px;
    }

    .ip-le-exp-title span {
        font-size: 18px;
    }

    .ip-le-oh-content-container {
        padding-left: 30px;
        padding-bottom: 30px;
    }

    #ip-local-exposure .section-title h2 {
        font-size: 45px;
    }

    .ip-le-oh-content-container .section-title {
        margin-bottom: 20px;
    }

    .ip-le-oh-content p {
        font-size: 13px;
        line-height: 22px;
    }

    .ip-le-res-main {
        padding: 125px 30px 80px;
    }

    .ip-le-res-wrapper .custom-container {
        padding: 0 30px 0;
    }

    .ip-le-res-bg-left, .ip-le-res-bg-right {
        width: 30px;
    }

     .ip-le-res-item:nth-child(even) .ip-le-res-photo {
        padding-right: 20px;
    }

    .ip-le-res-item:nth-child(odd) .ip-le-res-photo {
        padding-left: 20px;
    }

    #ip-local-exposure .section-title .small {
        padding: 3px 0;
        font-size: 13px;
    }

    .ip-le-res-content-container {
        padding-top: 0;
        padding-right: 0;
    }

    .ip-le-res-content-container .section-title {
        margin-bottom: 16px;
    }

    .ip-le-res-content p {
        font-size: 13px;
    }

    .ip-le-oh-play-btn span em {
        width: 100px;
        height: 100px;
    }

    .ip-le-oh-play-btn span em:before {
        width: 90px;
        height: 90px;
    }

    .ip-le-exp-item {
        margin-bottom: 25px;
    }
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    .ip-global-title-logo {
        text-align: center;
        display: block;
    }
    
    .ip-le-res-container .ip-global-title-logo:before,
    .ip-global-title-logo:before {
        left: 0;
        right: 0;
        margin: 0 auto;
    }


    .ip-banner canvas {
        height: auto;
    }

    .ip-container .slideshow-smi {
        display: none;
    }

    .custom-breadcrumbs {
        font-size: 12px;
    }

    .ip-le-exp-main {
        padding: 50px 30px;
        background: transparent;
    }

    .ip-le-exp-wrapper .custom-container {
        padding: 0;
    }

    .ip-le-exp-img {
        margin: 50px auto 30px;
    }

    #ip-local-exposure .section-title {
        margin: 0 auto 25px;
    }

    .ip-le-exp-text p {
        font-size: 18px;
        line-height: 30px;
    }

    .ip-le-exp-bg-left {
        width: 100%;
    }

    .ip-le-exp-bg-right {
        display: none;
    }

    .ip-le-exp-list {
        display: block;
    }

    .ip-le-exp-item {
        display: block;
        width: 100%;
        text-align: center;
    }

    .ip-le-exp-title span em {
        display: block;
        margin: 0 auto 15px;
    }

    .ip-le-exp-title {
        min-height: 0;
        display: block;
        text-align: center;
    }

    .ip-le-exp-title span {
        display: block;
        position: relative;
        font-size: 24px;
    }

    .op-le-oh-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .ip-le-oh-col {
        display: block;
        width: 100%!important;
    }

    .ip-le-oh-video-holder {
        margin: 0 auto 32px;
        width: 100%;
        max-width: 567px;
        margin: 0 auto;
    }

    .custom-container {
        padding: 0 30px;
    }

    .ip-le-oh-container {
        padding: 50px 0;
    }

    .ip-le-oh-content-container {
        padding: 0 0 50px;
        text-align: center;
    }

    .ip-le-res-bg-left {
        display: none;
    }

    .ip-le-res-bg-right {
        width: 100%;
    }

    .ip-le-res-bg-right canvas {
        opacity: .20;
        -webkit-filter: grayscale(1);
                filter: grayscale(1);
    }

    .ip-le-res-main {
        padding: 0;
        background: transparent;
    }

    .ip-le-res-item {
        display: block;
        padding: 0!important;
    }

    .ip-le-res-item:not(:last-child) {
        margin-bottom: 30px!important;
        padding-bottom: 30px!important;
        border-bottom: 1px solid #dfdfdf;
    }

    .ip-le-res-inner {
        display: block;
    }

    .ip-le-res-col {
        display: block;
        width: 100%!important;
    }

    .ip-le-res-photo {
        padding: 0!important;
        margin: 0 auto!important;
    }

    .ip-le-res-photo img {
        margin: 0 auto 30px!important;
        max-width: 480px;
        width: 100%;
    }

    .ip-le-res-content-container {
        text-align: center;
    }

    .ip-le-res-container {
        padding: 70px 0  50px;
    }

} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
    .ip-le-res-wrapper .custom-container {
        padding: 0 15px 0;
    }

    .custom-container {
        padding: 0 15px;
    }

    .ip-le-exp-main {
        padding: 50px 15px;
    }

    .ip-le-exp-text {
        margin-bottom: 50px;
    }

    #ip-local-exposure .section-title h2 {
        font-size: 35px;
    }

    #ip-local-exposure .section-title .small {
        letter-spacing: 0.05em;
    }
}
 