@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
.homeFont {
    font-family: 'Open Sans', sans-serif;
}

.mainImage a, .mainImage img {
    display:block;
}

.announcementBanner {
    text-align: center;
    background-color: #3d5b74;
    padding: 15px 0;
    margin-bottom: 15px;
    width: 100%;
}

.announcementBanner a {
    color: white;
}

.flexHeader {
    display: flex;
    justify-content: space-between;
}

.findOut {
    background-color: #76bd23;
    color: white;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    padding: 12px 0;
    width: 210px;
    margin: 0 auto;headerBreak
    position: absolute;
    left: 46%;
    bottom: -33%;
}

.mainImage img {
    position: relative;
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.infoSection1 h3 {
    color: #3d5b74;
    font-weight: 800;
    font-size: 65px;
    padding: 10px 0;
}

.infoSection1 h4 {
    text-transform: none;
    color: #76bd23;
    font-size: 44px;
    font-weight: 600;
}

.infoSection1 {
    text-align: center;
    padding: 50px 0;
}



/* .mainheaderMargin {
    margin: 40px auto 50px auto !important;
} */

.columns.wrap {
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}

.columns .third.column {
	width:calc((100% / 3));
}

.columns .quarter.column {
	width:calc((100% / 4));
}

.columns .supportThird.column {
	width:calc((100% / 3));
}

.columns .twoThirds.column {
	width:calc(200% / 3);
}

.columns .fifth.column {
	width: 20%;
}

.columns .fourFifths.column {
	width: 80%;
}

.columns .half.column {
	width:50%;
}

.columns .twoFifths.column {
	width: 40%;
}

.columns .resourceThird {
    width: 32%;
}

.columns .supportThird {
    width: calc((90% / 3) - 1px);
}

.innerBox {
    -webkit-box-shadow: inset 1px 2px 63px -17px rgba(0,0,0,0.45);
    -moz-box-shadow: inset 1px 2px 63px -17px rgba(0,0,0,0.45);
    box-shadow: inset 1px 2px 63px -17px rgba(0,0,0,0.45);
}

.columns {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

/* .infoSection2 img, .infoSection3 img {
    padding: 0px 15px;
    box-sizing: border-box;
} */

.tabContent {
    margin: 45px 0;
}

.infoSection2 {
    position: relative;
}

.tabContent {
    display: none;
}

.assistanceMenu {
    display: flex;
    justify-content: space-evenly;
    padding: 0;
    border-bottom: 2px solid #acacac;
    margin-top: 0;
}

.assistanceMenu li {
    position: relative;
    bottom: -3px;
    list-style-type: none;
    padding: 10px 0;
    text-align: center;
    color: #acacac;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    box-sizing: border-box;
    transition: color 300ms ease;
}

.assistanceMenu li:hover {
    color: #76bd23;
    transition: color 300ms ease;
}

.assistanceMenu li.eeaEmployers:hover {
    color: #76bd22;
}


.activeTab {
    display: block;
}

.tabContent.activeTab {
    display: block;
}

a .membershipSection p {
    color: #354759;
}

a .supportPadding {
    color: white;
}

.assistanceMenu li.activeTab {
    color: #76bd23;
    border-bottom: 4px solid #76bd23;
}

.assistanceMenu li.groomsTab:hover {
    color: #e95757 !important;
}


.assistanceMenu li.groomsTab.activeTab {
    color: #e95757;
    border-bottom: 4px solid #e95757;
}

h3.homeHeader {
    text-align: center;
    font-size: 38px;
    margin: 0 auto 40px auto;
    text-transform: capitalize;
    font-weight: 600;
    color: #3d5b74;
}

.homeResources {
    padding-bottom: 30px;
}

.membershipSection {
    height:100%;
    margin: 0 10px;
    position: relative;
}

/* .membershipSection:first-of-type {
    margin-left: 0;
}

.membershipSection:last-of-type {
    margin-right: 0;
} */

.ourPartners {
    text-align: left;
    font-size: 30px;
    margin: 55px 0;
    font-weight: 600;
}

.membershipShadow {
    transition: 300ms ease;
    box-shadow: -3px 18px 17px -1px rgba(0, 0, 0, 0.10);
}

.membershipShadow:hover {
    box-shadow: -3px 18px 17px -1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 300ms ease;
}

.homeResources h4 {
    font-size: 24px;
    color: #76bd23;
    text-transform: none;
}

.findOutText {
    align-self:flex-end;
    color: #76bd23;
    font-weight: 700;
    margin-top: 16px;
    font-size: 18px;
    cursor: pointer;
    transition: 300ms ease;
    position: absolute;
    bottom: 15px;
}

.supportSection {
    color: white;
}

.supportSection .column {
    box-shadow:0 0 90px 0 rgba(0, 0, 0, 0.4);
}

.supportSection .column:nth-child(3n-1) {
    position:relative;
    z-index:2;
}

.support1 {
    background-color: #76bd23;
}

.support2 {
    background-color: #647582;
}

.support3 {
    background-color: #385d77;
}

.supportPadding {
    box-sizing: border-box;
    padding: 20px;
    height: 210px;
    position: relative;
}

.assistancePadding {
    box-sizing: border-box;
    font-size: 16px;
}

.pinkText {
    color: #e95757 !important;
}

.fromPriceBox {
    background-color: #76bd23;
    color: white;
    width: 350px;
    padding: 16px 60px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
}

.homeButton {
    background-color: #76bd23;
    color: white;
    margin: 0 auto;
    width: 300px;
    text-align: center;
    padding: 16px 60px;
    cursor: pointer;
    transition: 300ms ease;
    font-size: 24px;
    font-weight: 600;
    box-sizing: border-box;
}

.homeButton.joinButton {
    background-color: #3d5b74;
}

.homeButton:hover {
    background-color: #577731;
    transition: 300ms ease;
}

.memberPadding {
    padding: 20px 0;
    padding-bottom: 50px;
}

.infoSection5 h4 {
    text-align: center;
    font-weight: 900;
    font-size: 33px;
    color: #ffffff;
}

.infoSection5 .box5Header {
    font-size: 16px;
    padding: 0 15px;
}

.infoSection5 {
    text-align: center;
}

.fromContainer {
    padding: 96px 0;
}

.memberHeaders {
    margin: 40px 0;
}

h4.blueHeader {
    color: #385d77;
    font-weight: 500;
    font-size: 55px;
}

.assistanceSection {
    background-color: #385d77;
    color: white;
    width: 430px;
    margin: 0 auto;
}

.homeButton a {
    color: white;
    font-weight: 900;
}

.assistanceSection img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.supportPadding h4 {
    text-transform: none;
}

.fromPriceBox h4 {
    font-size: 53px;
    margin: 0;
}

.fromPriceBox span {
    font-size: 24px;
}

.supportSection span {
    font-size: 16px;
}

.findOutText a {
    color: #76bd23;
    transition: 300ms ease;
}

.findOutText:hover {
    color: #85a58b;
    transition: 300ms ease;
}

.supportSection h4 {
    font-size: 24px;
    text-transform: none;
}

.homeSubtext {
    font-size: 16px;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
}

.memberBorder {
    border-left: 1px solid;
    box-sizing: border-box;
    padding: 0 14px;
}

.memberBorder:first-of-type {
    border-left: 0;
}

.mainheaderMargin {
    margin-top: 5px !important;
}

.findOutWhite {
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    bottom: 15px;
    color: white;
}

.assistanceSection h4 {
    font-size: 24px;
}

.mobileShow {
    display: none;
}

.menuOpen, .accountMenuOpen {
    box-sizing: border-box;
    padding: 0 10px;
}

.homeResources:first-of-type {
    margin-left: 0;
}

.homeResources:last-of-type {
    margin-right: 0;
}

.subtextBox {
    width: 430px;
    margin: 0 auto;
}

.resourceBox {
    padding: 20px;
    box-sizing: border-box;
    font-size: 16px;
    padding-bottom: 80px;
    max-height: 250px;
}

.resourceBox p {
    color: white;
}

h4.whiteHeader {
    color: white;
}

.resourcePadding:first-of-type {
    margin-left: 0;
}

.resourcePadding:last-of-type {
    margin-right: 0;
}

.resourcePadding img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.boxFlex {
    display: flex;
    justify-content: space-between;
}

.greyBackground {
    background: #3d5b74;
}

.memberSubtext {
    padding: 0px 10px;
    width: 690px;
    max-width:100%;
    padding-bottom: 20px;
}

.becomeMemberSection {
    position: relative;
}

.whiteText {
    color: #ffffff;
}

.memberHeaders:first-of-type {
    margin-top: 0;
}

h3.memberHeader {
    text-align: center;
    font-size: 46px;
    margin: 50px auto 30px auto;
    font-weight: 700;
    width: 750px;
    line-height: 60px;
    text-transform: none;
}

h4.mainHeaderBlue {
    color: #3d5b74;
    font-weight: 800;
    font-size: 45px;
    text-align: center;
}

h4.smallPinkHeader {
    text-transform: none;
    color: #76bd23;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.assistancePadding h4 {
    text-transform: none;
}

.infoSection5 {
    box-sizing: border-box;
}

.supportSection img {
    height: 280px;
    object-fit: cover;
    width: 100%;
}

.infoSection6 {
    margin: 96px 0;
}

.sliderContainer {
    position:relative;
    overflow:hidden;
}

.homeCarousel .slick-list {
    overflow:visible;
}

.homeCarousel .slick-track {
    display:flex;
    align-items:stretch;
    overflow:visible;
}

.homeCarousel .slick-track .slick-slide {
    height:auto;
}

/* Business Hub Landing Page theme */

.businessHub h4.smallPinkHeader,
.businessHub .assistanceMenu li:hover,
.businessHub .assistanceMenu li.activeTab,
.businessHub .findOutText,
.businessHub .homeResources h4,
.businessHub .infoSection1 h4 {
    color: #ec6607;
}
.businessHub .assistanceMenu li.activeTab {
    border-color: #ec6607;
}
.businessHub .findOutText:hover {
    color: #a5958a;
}
.businessHub .homeButton,
.businessHub .fromPriceBox {
    background-color: #ec6607;
}

.businessHub .homeButton:hover,
.businessHub .fromPriceBox:hover {
    background-color: #854e28;
}



/* MEDIA QUERIES */

@media(max-width:1200px) {
    .flexHeader {
        box-sizing: border-box;
        padding: 0 21px;
    }

    h4.smallPinkHeader {
        font-size: 35px;
        margin-top: 0;
    }

    h4.mainHeaderBlue {
        font-size: 55px;
    }

    h4.blueHeader {
        font-size: 31px;
    }

    .assistanceSection {
        width: 97%;
        margin: 0 auto;
    }

    .columns .supportThird.column {
        width: calc((90% / 3));
    }

    .supportSection span {
        font-size: 17px;
    }

    .supportSection h4 {
        font-size: 26px;
    }
}

@media(max-width:950px) {
    .supportPadding {
        padding: 10px 20px;
        font-size: 13px;
    }

    .columns .third.column {
        width:100%;
    }

    .homeResources {
        text-align: center;
    }

    .fromPriceBox {
        padding: 17px;
        font-size: 26px;
    }

    .resourceBox {
        display:flex;
        flex-direction:column;
        justify-content:flex-start;
        text-align: left;
        font-size: 16px;
        padding: 15px;
    }

    .homeCarousel .slick-track {
        display:flex !important;
    }

    .homeCarousel .slick-track .slick-slide {
        height:inherit !important;
    }

    .homeResources h4 {
        font-size: 30px;
    }

    .assistanceMenu li {
        font-size: 26px;
    }

    .columns .resourceThird {
        width: calc((100% / 3) - 14px);
    }

    .supportSection span {
        font-size: 14px;
    }

    .supportPadding {
        height: 290px;
    }

    .memberBorder {
        border: 0;
        margin: 10px 0;
    }

    .quarter.column.memberBorder {
        width: 100%;
    }

    .assistanceMenu li {
        font-size: 21px;
    }

}

@media(max-width:768px) {
    .assistanceSection img {
        height: 270px;
    }

    .assistancePadding {
        font-size: 14px;
    }

    h4.mainHeaderBlue {
        font-size: 50px;
    }

    .assistanceSection h4 {
        font-size: 22px;
    }

    .homeSubtext {
        margin: 15px auto;
        line-height: 30px;
    }

    .homeResources h4 {
        font-size: 20px;
    }

    .resourceBox {
        font-size: 14px;
    }

    .findOutText {
        font-size: 16px;
    }

    .mainImage img {
        height: 280px;
    }

    .announcementBanner a {
        font-size: 16px;
    }

    .infoSection1 {
        padding: 10px 0;
    }

    .fromContainer {
        padding: 35px 0;
    }

    .homeButton {
        width: 255px;
    }

    .supportSection span {
        font-size: 13px;
    }

    .supportThird {
        margin: 96px 0;
    }

    .supportPadding {
        height: 240px;
    }

    .supportSection h4 {
        font-size: 22px;
    }

    .findOutWhite a {
        font-size: 16px;
    }

    .headerBreak {
        padding-left: 50px;
        padding-right: 50px;
    }

    h3.homeHeader {
        margin: 0 auto 40px auto;
    }

    h4.smallPinkHeader {
        font-size: 27px;
    }

    .fromContainer {
        margin-top: 25px;
    }

    .findOutWhite {
        bottom: 15px;
    }

    .resourceBox {
        position: relative
    }

    .infoSection6.homeInfoBox {
        margin:0;
    }

    .findOutText {
        position: unset;
        margin-right: auto;
    }
}

@media(max-width:620px) {
    h4.smallPinkHeader {
        width: 600px;
        font-size: 28px;
        max-width:100%;
    }

    .infoSection5 {
        padding: 0 40px;
    }

    h4.mainHeaderBlue {
        font-size: 40px;
        margin: 100px auto 20px auto;
    }

}

@media(max-width:550px) {

    .sponserLogos {
        margin: 30px 0;
    }

    .resourceBox {
        height: 190px;
    }

    .supportSection .column {
        box-shadow: none;
    }

    .homeResources {
        padding-bottom: 0;
    }

    .assistanceSection {
        height: 473px;
    }

    .mobileHomeTab:last-of-type {
        border-bottom: 1px solid #9e9e9e;
    }

    .assistanceSection {
        width: 100%;
    }

    .infoSection3 {
        margin-bottom: 50px;
    }

    .membershipSection img {
        height: 280px;
        width: 100%;
        object-fit: cover;
    }

    .tabContent {
        margin: 5px 0;
    }

    .membershipSection {
        margin: 10px 0px;
    }

    .mobileDontShow {
        display: none;
    }

    .mobileShow {
        display: block;
    }

    .supportPadding h4 {
        margin-top: 0;
    }

    h4.mainHeaderBlue {
        margin: 0;
        font-size: 35px;
    }

    .sliderNav {
        position:absolute;
        bottom:40.5%;
        display:flex;
        width:100%;
        justify-content:space-between;
        box-sizing:border-box;
    }

    .infoSection1 .sliderNav, .infoSection2 .sliderNav, .infoSection3 .sliderNav, .infoSection4 .sliderNav, .infoSection5 .sliderNav, .infoSection6 .sliderNav {
        bottom: 41.5%;
    }

    .becomeMemberSection .sliderNav {
        bottom: 45.7% !important;
    }

    .bluePrev, .blueNext, .sliderCount {
        display:inline-block;
        background-color: #385d77;
        padding: 10px 17px;
        color: white;
        margin: 0;
    }


    .sliderCount {
        margin-left: auto;
    }

    .tabHeader {
        padding: 7px 0px 8px 20px;
        font-size: 17px;
    }

    .homeResources h4 {
        font-size: 25px;
    }

    .mobileHomeTab {
        display: flex !important;
        justify-content: space-between;
        border-top: 1px solid #9e9e9e;
        font-size: 20px;
        font-weight: 600;
    }


    img.membershipImages {
        /*width: 430px;*/
        margin: 30px auto 0 auto;
    }

    .headerBreak {
        padding-left:20px;
        padding-right:20px;
    }

    .flexHeader {
        padding-left: 21px;
        padding-right: 0;
    }

    .resourcePadding img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .memberSubtext {
        width: 430px;
    }

    .joinButton {
        width: 93%;
        margin: 8px auto;
    }

    h3.homeHeader {
        font-size: 24px!important;
        text-align: center;
        margin: 0 0 35px 0px;
        color: #354759;
    }

    .supportThird {
        margin: 0 0 36px 0;
    }

    h4.smallPinkHeader {
        width: 100%;
        margin: 30px 0 10px 0;
    }

    h3.memberHeader {
        line-height: 60px;
        font-size: 65px;
    }

    h4.mainHeaderBlue {
        width: 100%;
    }

    .infoSection1 h4 {
        font-size: 45px;
    }

    .subtextBox {
        width: 100%;
    }

    .mobileImageHome img {
        max-width: 100%;
    }

    .mobileImageHome {
        max-width: 100%;
    }

    .infoSection5 {
        padding: 0px 30px;
    }

    .homeSubtext {
        margin: 0 auto 36px auto;
        line-height: 30px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .sectionButton, .tabButton {
        background-color: #d8d8d8;
        color: #585858;
        text-align: center;
        padding: 7px 14px;
        font-size: 14px;
    }

    .mobileHomeTab .tabButton {
        background-color: #d8d8d8;
        color: #585858;
        text-align: center;
        padding: 7px 14px;
        font-size: 14px;
    }

    .mobileHomeTab:last-of-type {
        border-bottom: 1px solid black;
    }

    .topBorderHeader {
        border-top: 1px solid black;
    }

    .assistanceMenu li {
        width: 100%;
        text-align: left;
        display: flex;
        justify-content: space-between;
        padding: 8px;
        border: 1px solid #acacac;
    }

    .assistanceMenu li.activeTab {
        color: #76bd23;
        border: 1px solid #acacac;
    }

    .supportPadding {
        height: 190px;
    }

    .infoSection2 {
        display: none;
    }

    #homeTab1 {
        display: none;
    }

    .findOutWhite {
        font-size: 15px;
    }

    .findOutText {
        position: absolute;
        bottom: 0;
        left: 14px;
    }

    .groomMobile {
        border-bottom: #acacac 1px solid;
    }

    .groomMobile.activeTab {
        border-bottom:0;
    }

     .resourceBox {
        text-align: left;
        position: relative;
    }

}

@media(max-width:480px) {

    .memberHeaders {
        line-height: 20px;
    }

    .infoSection5 .box5Header {
        font-size: 14px;
        padding: 0px;
    }

    .homeSubtext {
        padding: 0;
    }

    .supportPadding h4 {
        font-size: 20px !important;
        margin-top: 0;
    }

    .headerBreak {
        padding-left: 20px;
        padding-right: 20px;
    }

    .homeButton {
        font-size: 20px;
    }

    .memberBorder {
        padding: 0px 10px;
    }

    .infoSection5 {
        padding: 10px;
    }

    .infoSection5 span {
        font-size: 13px;
    }

    .memberHeaders {
        margin: 10px 0;
    }

    .homeSubtext {
        margin: 0 auto 0px auto;
    }

    .memberPadding {
        padding: 0;
    }

    .mainheaderMargin {
        margin: 0 !important;
    }

    .fromPriceBox h4 {
        font-size: 42px !important;
        line-height: 32px !important;
    }

    .announcementBanner {
        margin-bottom: 0;
    }

    .homeInfoBox {
        margin-top: 0 !important;
    }

    h3.memberHeader {
        font-size: 35px !important;
        line-height: 35px !important;
        width: 345px;
    }

    .mobileImageHome {
        margin: 0 auto;
    }

    .mobileImageHome img {
        object-fit: cover;
    }

    h3.bgaHeader {
        font-size: 50px !important;
        font-family: 'Open Sans', sans-serif;
        font-weight: 800;
    }

    h4.bgaSubheader {
        font-size: 30px!important;
    }

    .infoSection1 {
        padding: 5px 0;
    }

    .homeSubtext {
        font-size: 16px;
    }

    h4.whiteHeader {
        margin: 0;
    }

    .infoSection5.homeInfoBox {
        max-height: 1660px !important;
    }

    .infoSection3 {
        margin: 0;
    }

    .infoSection6.homeInfoBox {
        max-height: 600px;
    }

    .infoSection6 {
        margin: 0;
    }


    .homeInfoBox .columns .third.column {
        width: 85%;
    }

    .flexHeader {
        padding: 0;
    }

    .mobilePadding {
        padding: 0 20px;
    }


    .fromPriceBox {
        width: 280px;
    }

    h4.smallPinkHeader {
        width: 100%;
    }

    h4.mainHeaderBlue {
        width: 450px;
        font-size: 39px !important;
        line-height: 39px !important;
        margin-top: 0;
    }

    .infoSection1 h4 {
        font-size: 41px;
    }

    .homeSubtext {
        width: 100%;
    }

    .subtextBox {
        width: 100%;
        margin-bottom: 15px;
    }

    .topBorderHeader {
        border-top: 1px solid #9e9e9e;
    }

    h3.memberHeader {
        margin: 20px auto 20px auto;
    }

    .slick-slide img {
        display: initial !important;
    }

    .infoSection3 {
        margin: 40px 0px 10px 0px;
    }
}

@media(max-width:450px) {

    h4.mainHeaderBlue {
        width: 410px;
        font-size: 39px;
        font-size: 29px !important;
        line-height: 31px !important;
    }

    .announcementBanner a {
        font-size: 14px;
        padding: 0 10px;
    }

    .assistanceSection img {
        height: 280px;
        width: 100%;
        object-fit: cover;
    }

    h4.mainHeaderBlue {
        width: 100%;
    }

    .infoSection5 h4 {
        font-size: 25px !important;
    }

    .resourceBox h4 {
        margin-top: 0;
    }

    .topBorderHeader .sectionButton {
        padding-bottom: 8px !important;
    }

}


@media(max-width: 414px) {
    h4.smallPinkHeader {
        width: 100%;
        font-size: 17px !important;
    }

    .infoSection5 .box5Header {
        font-size: 13px;
        line-height: 20px;
    }

    h4.mainHeaderBlue {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .homeSubtext {
        width: 340px;
    }

    .homeSubtext {
        font-size: 13px;
        line-height: 20px;
    }
}


@media(max-width:400px) {
    .mobileImageHome {
        width: 100%;
        margin: 0 auto;
    }

    .mobileImageHome img {
        object-fit: cover;
    }

    .infoSection3 {
        margin: 40px 0px 10px 0px
    }
}

@media(max-width:380px) {

    .mobileImageHome img {
        max-width: 100%;
    }

    .mobileImageHome {
        max-width: 100%;
    }

    .mobileHomeTab {
        font-size: 17px;
    }

    .announcementBanner {
        padding: 10px 35px;
        box-sizing: border-box;
    }
}

@media(max-width:360px) {
    .homeInfoBox {
        max-height: 1670px;
    }

    .mobileImageHome img {
        max-width: 100%;
    }

    .mobileImageHome {
        max-width: 100%;
    }

    .homeSubtext {
        width: 280px;
    }

    .fromPriceBox {
        width: 240px !important;
    }

}

@media(max-width:330px) {

}

@media(max-width:321px) {
    .mobileImageHome img {
        max-width: 100%;
    }

    .announcementBanner {
        padding: 10px 15px;
        box-sizing: border-box;
    }


    .mobileImageHome {
        max-width: 100%;
    }

    .subtextBox {
        width: 310px;
    }

    h4.bgaSubheader {
        font-size: 25px!important;
    }

    .fromPriceBox {
        font-size: 21px;
    }

    .fromPriceBox h4 {
        font-size: 30px;
    }

    .fromPriceBox span {
        font-size: 20px;
    }

    h4.mainHeaderBlue {
        font-size: 23px !important;
    }
}