.rom-desktop-section {
    display: none;
}
.rom-cta-link-heading{
    padding-top: 15px;
}

.rom-mobile-section {
    display: block;
}

.rom-small-heading {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 162% */
    text-transform: uppercase;
    color: #5000A0;
}

.rom-heading {
    padding-top: 33px;
}

.rom-heading h1 {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 40px;
    /* or 100% */
    text-transform: uppercase;
    color: #5000A0;
}

.rom-heading .rom-heading-orange {
    color: var(--orange);
}

.rom-body {
    padding-top: 48px;
    padding-left: 98px;
}

.rom-body-heading p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #2B2B2B;
}

.rom-body-text p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #2B2B2B;
}

.rom-map {
    padding-top: 67px;
}

.rom-footer-heading h1 {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 40px;
    /* or 100% */
    text-transform: uppercase;
    color: #5000A0;
}

.rom-footer-subheading {
    padding-top: 15px;
}

.rom-footer-subheading p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #2B2B2B;
}

.rom-footer {
    padding-top: 65px;
}

.rom-mobile-section hr {
    opacity: 1;
}

.rom-accordion-item-header {
    align-items: center;
}

.rom-accordion-item-header-heading p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */
    color: #5000A0;
}

.rom-accordion-item-header-info p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: right;
    color: #2B2B2B;
}

.rom-accordion-item-header-arrow {
    padding-bottom: 18px;
}

.rom-accordion-item-header-arrow img {
    width: 15px;
    transform: rotate(180deg);
    transition: all 0.9s;
}

.rom-arrow-active img {
    transform: rotate(0deg);
}

.rom-accordion-item-body-heading p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #5000A0;
}

.rom-accordion-item-body-info p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #2B2B2B;
}

.rom-accordion-item-body-percentage p {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height, or 150% */
    text-transform: uppercase;
    color: #5000A0;
}

.rom-accordion-item-body-btn {
    border: 1px solid #FF6600;
    box-sizing: border-box;
    border-radius: 100px;
}

.rom-btn-a {
    text-decoration: none;
}

.rom-btn {
    height: 50px;
    align-items: center;
    padding-left: 35px;
}

.rom-btn p {
    margin-bottom: 0;
}

.rom-btn-heading p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    color: #FF6600;
    text-decoration: none;
}

.rom-click {
    text-decoration: none;
}

.rom-accordion-item-body {
    max-height: 0px;
    overflow: hidden;
    transition: all 2s;
}

.rom-accordion-body-active {
    max-height: 400px;
}

.rom-cta-heading p {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 162% */
    text-transform: uppercase;
    color: #5000A0;
}

.rom-cta-body p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #2B2B2B;
}

.rom-cta-link-heading a,
.rom-cta-link-heading a:link,
.rom-cta-link-heading a:visited {
    text-decoration: none;
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    letter-spacing: 0.05em;
    color: #FF6600;
}

.rom-cta {
    padding-top: 45px;
    padding-left: 8%;
    padding-right: 8%;
}

/* .rom-cta-body {
    padding-top: 20px;
} */


/* .rom-cta-link {
    padding-top: 43px;
} */

.rom-accordion-item-body {
    margin-bottom: 25px;
}

.rom-map{
    text-align: center;
}

.rom-map img {
    max-width: 70%;
}

@media only screen and (min-width: 992px) {
    .rom-cta-link-heading{
        padding-top: 15px;
    }
    .rom-mobile-section {
        display: none;
    }
    .rom-desktop-section {
        display: block;
    }
    .rom-small-heading h5 {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 30px;
        /* identical to box height, or 150% */
        text-transform: uppercase;
        color: #5000A0;
    }
    .rom-heading h1 {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: normal;
        /*font-size: 100px;*/
        /*line-height: 110px;*/
        font-size: 80px;
        line-height: 90px;
        /* or 110% */
        text-transform: uppercase;
        color: #5000A0;
    }
    .rom-body-heading p {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 33px;
        color: #2B2B2B;
    }
    .rom-body-text {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        /* identical to box height */
        color: #2B2B2B;
    }
    .rom-body {
        padding-left: 50%;
    }
    .rom-map {
        text-align: center;
    }
    .rom-map img {
        width: 100%;
        max-width: 705px;
        max-height: 820px;
    }
    .rom-footer-percentage p {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: normal;
        font-size: 40px;
        line-height: 40px;
        /* or 100% */
        text-transform: uppercase;
        color: #5000A0;
    }
    .rom-footer-info p {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 33px;
        color: #2B2B2B;
    }
    .rom-desktop-section hr {
        opacity: 1;
        margin-top: 90px;
    }
    .rom-cta-heading p {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 74px;
        /* identical to box height, or 370% */
        text-transform: uppercase;
        color: #5000A0;
        padding-left: 0%;
        padding-right: 0%;
    }
    .rom-cta-info p {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        color: #2B2B2B;
    }
    .rom-cta-row,
    .rom-cta-link-row {
        align-items: center;
    }
    .rom-cta-link-heading a,
    .rom-cta-link-heading a:link,
    .rom-cta-link-heading a:visited {
        text-decoration: none;
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        /* identical to box height */
        text-align: right;
        letter-spacing: 0.05em;
        color: #FF6600;
    }
    .rom-cta {
        padding-top: 50px;
        padding-left: 0%;
        padding-right: 0%;
    }
}