* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    background-color: #fff;
    line-height: 1.6;
}
#header-main-banner{
	background-image: url("/content/dam/intelligentcontent/unbranded/gme-az/us/en/high-res-images/GBS_Meeting_Events_1920_img.jpg");
	background-size: 75%;
}
header#header,
#header-banner {
    width: 100%;
    height: 320px;
    background: url("/content/dam/intelligentcontent/unbranded/gme-az/us/en/images/GBS_Meeting_Events_992.jpg") no-repeat center center;
    background-size: 100% 100%;
    display: flex;
	max-width: 1440px;
	margin: 0 auto;
}

#main-content {
    /* margin: 25px auto; */
    /* padding: 20px; */
}
#main-content h2 {
    font-family: serif !important;
    font-weight: 400;
    font-style: normal;
    color: #292929;
    font-size: 40px;
    margin-left: -4px;
}
.description-text {
    font-family: "Roboto", sans-serif;
    color: #292929;
    text-align: justify;
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 17px;
    font-style: normal;
    line-height: 21px;
}
.resource-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 50px 0;
}
.resource-card {
    background: linear-gradient(135deg, #830051 100%);
    color: #fff;
    padding: 20px 30px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #830051;
}

.resource-card1 {
    background: linear-gradient(135deg, #830051 100%);
    color: #fff;
    padding: 30px 30px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #830051;
}

.resource-card:hover {
    transform: none;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.resource-card h3 {
    font-size: 1.1rem;
    margin-bottom: 20px;
    font-weight: 400;
}

.resource-card1 h3 {
    font-size: 1.1rem;
    margin-bottom: 20px;
    font-weight: 400;
}

.resource-card p {
    font-size: 21px;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
    margin: 0;
    margin-top: 9px;
    position: relative;
    top: -10px;

}

.resource-card1 p {
    font-size: 22px;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
    margin: 0;
    margin-top: 9px;
    position: relative;
    top: -10px;

}

.access-text {
    font-style: italic;
    margin: 4px 0;
    font-size: 18px !important;
    position: relative;
    top: -3px !important;
}

.resource-card a {
    color: #f0ab00;
    font-style: italic;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.3s ease;
    font-size: 18px;
    display: inline-block;
    margin-top: -5px;
    font-family: "Roboto", sans-serif;

}

.resource-card a:hover {
    color: #fff;
}

.resource-card1 a {
    color: #f0ab00;
    font-style: italic;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.3s ease;
    font-size: 18px;
    display: inline-block;
    margin-top: -5px;
    font-family: "Roboto", sans-serif;
    position: relative;
    top: -5px;


}

.resource-card1 a:hover {
    color: #fff;
}

.contact-services {
    max-width: 1100px;
    margin: 40px auto;
    padding: 40px;
    display: grid;
    grid-template-columns: 250px 1fr 1fr;
    gap: 40px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    background: #830051;

}
.contact-us-mobile {
    display: none !important;
}

.contact-us-desktop {
    display: block !important;
}

.contact-icon {
    display: flex;
    align-items: flex-start;
    /*gap: 20px;*/
}

.contact-icon img {
  object-fit: contain;
    margin-top: -8px;
    width: 234px;
    height: 233px;
}

.contact-section,
.services-section {
    padding: 0;
}

.contact-section h3,
.services-section h3 {
    font-size: 30px;
    font-family: serif !important;
    font-weight: 600;
    font-style: normal;
    margin-left: 20px;
    color: #292929;
}

.service-item {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    align-items: center;
}
.contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: center;
}

.contact-item img,
.service-item img {
    width: 50px;
    height: auto;
    object-fit: contain;
}

.contact-item-text,
.service-item-text {
    flex: 1;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #292929;
    font-weight: 400;
   

}

.contact-item a,
.service-item a {
    color: #337ab7;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

.contact-item a:hover,
.service-item a:hover {
    color: #23527c;
    text-decoration: underline;
}

#main-content>div:nth-child(4) {
    position: relative;
    top: 0;
    padding: 0;
}

#main-content>div:nth-child(4)::after {
    content: '';
    min-height: 690px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    /* left: -2px; */
    padding: 10px;
    box-shadow: 0 0 6px #a3a3ad;
    border-radius: 2px;
    pointer-events: none;
    z-index: -1;
}

.services-section {
    max-width: 345px;
    margin: 0 0 0 150px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.contact-section {
    margin: 0px 10px 0px 0px;
}

#footer {
    background: #830051;
    color: #fff;
    padding: 0 15px;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
}

.experiencefragment #footer{
    display:flex;
    justify-content:space-between;
    gap:0px;
    padding:15px 100px 15px 60px;
    flex-wrap:nowrap
}


/*.footer-content {*/
/*    max-width: 1200px;*/
/*    margin: auto;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    flex-wrap: wrap;*/
/*    gap: 30px;*/
/*}*/



 #footer ul.cmp-sitemap__group {
   display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    line-height:20px;
}


#footer ul.cmp-sitemap__group li a {
    font-size:14px;
    color: #fff;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    margin-right: 7px;
}

#footer ul.cmp-sitemap__group li a:hover {
    text-decoration: underline;
}


/*.footer-links {*/
/*    display: flex;*/
/*    gap: 10px;*/
/*    flex-wrap: wrap;*/
/*    align-items: center;*/
/*    margin-left: 35px;*/


/*}*/

/*.footer-links a {*/
/*    font-size: 0.85rem;*/
/*    color: #fff;*/
/*    text-decoration: none;*/
/*    transition: 0.3s ease;*/
/*    font-family: "Roboto", sans-serif;*/
/*}*/

/*.footer-links a:hover {*/
/*    text-decoration: underline;*/
/*}*/

/*.footer-logo img {*/
/*    max-width: 58%;*/
/*    margin-left: 145px;*/
/*    vertical-align: middle;*/
/*}*/


li.cmp-sitemap__item.cmp-sitemap__item--level-0:last-child:before {
    content: '©2026';
}
#footer img.cmp-image__image.cmp-image--desktop {
    max-width: 160px;
    height: auto;
    display: block;
}

.cmp-text {
    color: inherit;
    font-family: "Montserrat", sans-serif;
    padding: 0.5em 0;
    position: relative;
    margin-bottom: 15px !important;
}


@media (max-width: 1024px) {
    .contact-services {
        grid-template-columns: 200px 1fr 1fr;
        padding: 30px;
        gap: 30px;
    }

    #main-content {
        max-width: 1160px;
        margin: 32px auto;
        padding: 20px;
    }

}

@media (max-width: 768px) {
    #main-content {
        padding: 24px;
        margin-top:25px;
    }

    #main-content h2 {
        margin-left: 0;
        /* margin-bottom: 0; */
    }
}

@media (min-width: 992px) {
    #home-page > div > div:nth-child(2){
        padding: 0 15px;
    }
    #main-content > div.container.responsivegrid:last-child{
        margin-top: 36px;
    }
    #main-content h2{
        height:51px;
        margin-bottom: 14px;
        margin-top: -20px;
    }
    #main-content {
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        /* gap: 3px; */
        justify-content: center;
        /* margin-top: 5px; */
        margin: 50px auto 0 auto;
        max-width: 1130px;
    }

    .contact-section h3
    {
        margin: 15px 0 10px 0;
        color: #292929;
    }
     .services-section h3{
         margin: 25px 0 5px 0;
          color: #292929;
     }

    #main-content>div:nth-child(1) {
        grid-column: 1 / 5;
        max-width: 1130px;
    }

    #main-content>div:nth-child(2) {
        grid-column: 1 / 3;
    }

    #main-content>div:nth-child(2) .resource-card {
        margin-right: 23px;
        padding: 15px 30px;
    }

    #main-content>div:nth-child(2) .resource-card1 {
        margin-right: 20px;
        padding: 20px 30px;
    }

    #main-content>div:nth-child(3) {
        grid-column: 3 / 5;
    }

    #main-content>div:nth-child(3) .resource-card {
        margin-left: 20px;
        padding: 36px 30px;
    }

    #main-content>div:nth-child(3) .resource-card1 {
        margin-left: 23px;
        padding: 30px 30px;
    }

    #main-content>div:nth-child(4) {
        grid-column: 1 / 3;
        margin: 30px 0 20px 0;
        position: relative;
        top: 0;
        padding: 0;
    }

    #main-content>div:nth-child(5) {
        grid-column: 3 / 5;
        padding: 20px;
        padding-right: 1px;
        padding-left: 10px;
        padding-bottom: 1px;
    }

    #main-content>div:nth-child(4)::after {
        content: '';
        min-width: calc(200% + 0px);
        min-height: 400px;
        width: 100%;
        height: 100%;
        position: absolute;
        /* left: -2px; */
        padding: 20px;
        box-shadow: 0 0 6px #a3a3ad;
    }

    #main-content>div:nth-child(4)>div:first-child {
        display: flex;
        align-items: flex-start;
        gap: 50px;
    }

    .modal.exit-ramp-modal.modal--visible .modal-box .exit-ramp-content .exit-ramp-actions {
        flex-direction: row;
        justify-content: space-between;
    }
    .modal.exit-ramp-modal.modal--visible {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    z-index: 9992;
    width: 90vw;
    max-width: 600px;
    line-height: 1.6;
    border-radius: 8px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15);
}

.modal.exit-ramp-modal.modal--visible .modal-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.exit-ramp-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: transparent;
    border: 0;
    font-size: 24px;
    line-height: 1;
    color: #000;
    cursor: pointer;
}

.exit-ramp-title {
    font-size: clamp(20px, 2.8vw, 28px);
    font-weight: 600;
    text-align: center;
    margin: 8px 0;
    color: #000;
}

.exit-ramp-body {
    font-size: 1rem;
    line-height: 1.7;
    color: #222;
    text-align: left;
    padding: 0 4px;
}

.exit-ramp-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 16px 0;
    align-items: stretch;
}

.exit-ramp-continue.skip-exit-ramp {
    background: #830051;
    padding: 12px 20px;
    border: 2px solid #830051;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    border-radius: 6px;
}

.exit-ramp-cancel.close-exit-ramp {
    padding: 12px 20px;
    border: 2px solid #e9e7e3;
    background: #fff;
    color: #830051;
    text-align: center;
    font-weight: 600;
    border-radius: 6px;
}

.exit-ramp-continue.skip-exit-ramp:focus,
.exit-ramp-cancel.close-exit-ramp:focus,
.exit-ramp-close:focus {
    outline: 3px solid #4c9aff;
    outline-offset: 2px;
}




}

@media screen and (max-width: 991px) {
header#header, #header-banner {
    height: 150px;
}
        #main-content h2{
        font-size:26px !important;
        margin-bottom: 9px;
        line-height: 37px;
    }

    .contact-icon img {
        width: 61px !important;
        height: 61px !important;
        margin-top: 0;
    }

.description-text {
        font-size: 16px;
    }

    .contact-us-mobile {
        display: block !important;
        float: left;
        width: 70%;
        background-color: #FFFFFF;
        padding: 0px 0px 0px 12px;
        font-size: 20px;
        font-family: serif;
        font-weight: 600;
        font-style: normal;
        color: #292929;
    }

    .contact-us-desktop {
        display: none !important;
    }

    .services-section {
        max-width: 100% !important;
        margin: 0 !important;
        background-color: #F0F0F0 !important;
        padding: 0px 0px 2px 10px;
    }

    .contact-icon {
        display: flex;
        align-items: center;
        height: 61px;
    }

    .cmp-text {
        color: inherit;
        font-family: "Montserrat", sans-serif;
        padding: 0 0 !important;
        margin-bottom: 0px !important;
    }

    .contact-section {
        background-color: #F0F0F0 !important;
        width: 100%;
        padding: 30px 0px 10px 20px !important;
        margin: 0px !important;
    }

    .contact-item-text {
        padding-left: 0px !important;
        padding-bottom: 0px !important;
    }

    a.contact-item-text2 {
        position: relative;
        bottom: 10px;
    }

    .contact-section h3,
    .services-section h3 {
        font-size: 20px !important;
    }

    .service-item-text {
        font-size: 13px !important;
    }

    .contact-item img,
    .service-item img {

        height: 50px !important;

    }

    .resource-card {
        margin-top: 40px !important;
        margin-bottom: 20px;
        /*padding: 20px 20px;*/
    }

    .resource-card1 {
        margin-top: 20px !important;
        margin-bottom: 29px;
    }

    #main-content>div:nth-child(4)::after {
        content: '';
        min-height: 588px;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0%;
        padding: 10px;
        box-shadow: 0 1px 6px #a3a3ad;
        border-radius: 7px;
        pointer-events: none;
        z-index: -1;
    }

    .contact-section h3,
    .services-section h3 {

        margin-left: 0px !important;
        margin-bottom: 10px;
    }

    a.contact-item-text1 {
        position: relative;
        top: 7px;
    }

.experiencefragment #footer{
  padding:0
}

.cmp-image:has(.cmp-image--mobile).cmp-image--mobile {
    display : none}
    
    
#footer ul.cmp-sitemap__group {
    display: flex;
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
}

#footer ul.cmp-sitemap__group li {
    margin: 0;
    padding: 0;
}

/* =========================
   FOOTER LINKS
========================= */
#footer ul.cmp-sitemap__group li a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
}

#footer ul.cmp-sitemap__group li a:hover {
    text-decoration: underline;
}

/* =========================
   FOOTER LOGO
========================= */
#footer #footer-logo {

        float: left;
        width: 100%;
        text-align: right;
        margin-bottom: 0px;
    
}

/*#footer img.cmp-image__image.cmp-image--desktop {*/
/*    max-width: 160px;*/
/*    height: auto;*/
/*    display: block;*/
/*}*/

/*#footer img.cmp-image__image.cmp-image--mobile {*/
/*    display: none;*/
/*}*/

.experiencefragment #footer .image{
  flex-grow:1;
  display:grid;
  width:100%;
  place-content:end
}
    
    #footer ul.cmp-sitemap__group {
        flex-direction: column;
        align-items: flex-start;
        gap: 7px;
    }

@media (max-width: 768px) {
    #footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }



    #footer #footer-logo {
        margin-left: 0;
    }

    #footer img.cmp-image__image.cmp-image--desktop {
        max-width: 120px;
        display:none;
    }
    .modal.exit-ramp-modal.modal--visible {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    z-index: 9992;
    width: 90vw;
    max-width: 600px;
    line-height: 1.6;
    border-radius: 8px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15);
}

.modal.exit-ramp-modal.modal--visible .modal-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.exit-ramp-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: transparent;
    border: 0;
    font-size: 24px;
    line-height: 1;
    color: #000;
    cursor: pointer;
}

.exit-ramp-title {
    font-size: clamp(20px, 2.8vw, 28px);
    font-weight: 600;
    text-align: center;
    margin: 8px 0;
    color: #000;
}

.exit-ramp-body {
    font-size: 1rem;
    line-height: 1.7;
    color: #222;
    text-align: left;
    padding: 0 4px;
}

.exit-ramp-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 16px 0;
    align-items: stretch;
}

.exit-ramp-continue.skip-exit-ramp {
    background: #830051;
    padding: 12px 20px;
    border: 2px solid #830051;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    border-radius: 6px;
}

.exit-ramp-cancel.close-exit-ramp {
    padding: 12px 20px;
    border: 2px solid #e9e7e3;
    background: #fff;
    color: #830051;
    text-align: center;
    font-weight: 600;
    border-radius: 6px;
}

.exit-ramp-continue.skip-exit-ramp:focus,
.exit-ramp-cancel.close-exit-ramp:focus,
.exit-ramp-close:focus {
    outline: 3px solid #4c9aff;
    outline-offset: 2px;
}

@media screen and (max-width: 992px) {

    .modal.exit-ramp-modal.modal--visible {
        width: 600px;
        max-width: 90vw;
        padding: 24px;
    }

    .exit-ramp-body {
        font-size: 1.0625rem;
    }

}




}


@media screen and (max-width: 992px) {

    .modal.exit-ramp-modal.modal--visible {
        width: 600px;
        max-width: 90vw;
        padding: 24px;
    }

    .exit-ramp-body {
        font-size: 1.0625rem;
    }

}

@media screen and (max-width: 840px) {
    #main-content>div:nth-child(4)::after {
        min-height: 585px;
    }

    .footer-links {
        flex-direction: column !important;
        gap: 10px;
        align-items: flex-start;
        margin-left: 0px !important;
    }

}

@media screen and (max-width: 796px) {
    #main-content>div:nth-child(4)::after {
        min-height: 587px;
    }

    .service-item-text {
        font-size: 12px !important;
    }

    .contact-item-text,
    .service-item-text {
        padding-bottom: 0px !important;
    }

    .footer-links {
        flex-direction: column !important;
        gap: 10px;
        align-items: flex-start;
        margin-left: 0px !important;
    }

}


@media screen and (max-width: 600px) {

    .exit-ramp-actions {
        flex-direction: row;
        /* side-by-side */
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .exit-ramp-continue.skip-exit-ramp,
    .exit-ramp-cancel.close-exit-ramp {
        flex: 1;
        /* equal width buttons */
    }

}


@media screen and (max-width: 430px) {
    #main-content>div:nth-child(4)::after {
        min-height: 602px;
    }

    .service-item-text {
        font-size: 12px !important;
    }

    .contact-item-text,
    .service-item-text {
        padding-bottom: 0px !important;
    }

    .footer-links {
        flex-direction: column !important;
        gap: 10px;
        align-items: flex-start;
        margin-left: 0px !important;
    }

}

@media screen and (max-width: 390px) {

    #main-content>div:nth-child(4)::after {
        min-height: 653px;
    }

    .service-item-text {
        font-size: 14px !important;
    }

    .contact-item-text,
    .service-item-text {
        padding-bottom: 0px !important;
    }

    .footer-links {
        flex-direction: column !important;
        gap: 10px;
        align-items: flex-start;
        margin-left: 0px !important;
        margin-top: 20px;
    }

    .footer-logo img {
        max-width: 58%;
        margin-left: 145px;
        vertical-align: middle;
    }

    header#header,
    #header-banner {
        width: 100%;
        max-height: 200px !important;
        height: 150px !important;
        background-image: url(/content/dam/intelligentcontent/unbranded/gme-az/us/en/images/az-banner.jpg);
        /*background-size: cover !important;*/
       background-size: 100% 150px;
        background-position: center !important;
    }

    #main-content h2 {
        font-size: 26px !important;
        font-family: serif !important;
    }

    .description-text {
        font-family: "Roboto", sans-serif;
        color: #292929;
        text-align: justify;
        margin: 8px 0;
        font-weight: 400;
        font-size: 16px;
        font-style: normal;
        line-height: 23px;
    }
}

@media screen and (max-width: 337px) {
    #main-content>div:nth-child(4)::after {
        min-height: 593px;
    }

    .service-item-text {
        font-size: 14px !important;
    }

    .contact-item-text,
    .service-item-text {
        padding-bottom: 0px !important;
    }
}
    #footer{
        padding: 36px 20px 24px 24px;
        min-height:280px !important;
    }
    #footer-wrapper .image{
        top: 180px !important;
    }

}
#footer-wrapper{
    display:flex;
    max-width:1130px;
    margin:0 auto;
    min-height:117px;
    align-items:center;
    position:relative;
}
#footer-wrapper .image{
    position:absolute;
    top:18px;
    right:0;
}
#footer img.cmp-image__image.cmp-image--desktop{
    max-width:201px;
}





#main-content-500{
    /* background:bisque */
    display:flex;
    justify-content:space-around;
    margin:35px 65px;
    min-height:41vh;
}
 
.error-container-404 { 
    flex:1;
    margin: 0 auto 0 80px;
    box-sizing: border-box;
    font-family: serif;
    color: #0b1b2b;
    line-height: 1.6;
    width: 100%; 
}

.error-container-500 { 
    flex:1;
    margin: 0 auto 0 35px ;
    box-sizing: border-box;
    font-family: serif;
    color: #0b1b2b;
    line-height: 1.6;
    width: 100%; 
}


h1.error-title {
   font-size: 45px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #0b1b2b;
    margin: 8px 0 30px;
    color: #0b1b2b;
    letter-spacing: -0.4px;
    line-height:normal
}
 

p.error-message {
    margin-bottom: 10px;
    line-height: 1.44;
    letter-spacing: 0.2px;
    color: #000;
    font-size: 20px;
}
.error-message a {
    text-decoration: none;
    color: #337ab7;
} 



.error-message a:active,
.error-message a:focus {
    text-decoration: underline;}
    .error-message a:visited {
    text-decoration: underline;
}
    
    




@media screen and (max-width: 992px) {
    #main-content-500 {
    justify-content:start;
    margin:35px 80px; 
    min-height:30vh;
    }
 
h1.error-title {
    font-size: 24px !important;
    font-weight: 700;
    margin: 0 0 20px;
    color: #0b1b2b;
    
}
 
    p.error-message {
    font-size: 15px;
    margin-bottom: 10px;
}
}

 
    @media screen and (max-width : 600px){
          #main-content-500 {
    margin:30px 40px 35px
    ; 
    }
        .error-title{
            margin:0px 0px 20px 0px !important
        }
    }
    
    
    
    #main-content-404{
    /* background:bisque */
    display:flex;
    justify-content:space-around;
    margin:35px 65px;
    min-height:41vh;
}
    
    
    @media screen and (max-width: 992px) {
    #main-content-404 {
    justify-content:start;
    margin:35px 80px; 
    min-height:30vh
    }
 
h1.error-title {
    font-size: 24px !important;
    font-weight: 700;
    margin: 0 0 20px;
    color: #0b1b2b;
}
 
    p.error-message {
    font-size: 15px;
    margin-bottom: 10px;
}



 
    @media screen and (max-width : 600px){
          #main-content-404 {
    margin:30px 40px 35px; 
    }
        .error-title{
            margin:0px 0px 15px 0px !important
        }
        .error-container-404 { 
    flex:1;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: serif;
    color: #0b1b2b;
    line-height: 1.6;
    width: 100%; 
    min-height: 34vh;
}

.error-container-500 {
    flex: 1;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: serif;
    color: #0b1b2b;
    line-height: 1.6;
    width: 100%;
        min-height: 34vh;

}

    }}
   /* Base desktop */
.contact-icon {
    display: flex;
    align-items: center;
}

.contact-icon img {
    object-fit: contain;
}

/* 992–1111 */
@media screen and (min-width: 992px) and (max-width: 1111px) {
    .contact-icon img {
        width: 200px;
        height: auto;
        margin-top: -7px !important;
    }
}

/* Desktop */
@media screen and (min-width: 1112px) {
    .contact-icon img {
        width: 234px;
        height: 233px;
        margin-top: -10px;
    }
}

/* Mobile */
@media screen and (max-width: 991px) {
    .contact-icon img {
        width: 61px !important;
        height: 61px !important;
        margin-top: 0 !important;
    }
}

/* Base */
/*.contact-icon img {*/
/*  margin-top: -7px;*/
/*}*/

/* Only 992px–1138px */
/*@media (min-width: 992px) and (max-width: 1138px) {*/
/*  .contact-icon img {*/
/*    margin-top: -28px;*/
/*  }*/
/*}*/

/* 1139px and above */
/*@media (min-width: 1139px) {*/
/*  .contact-icon img {*/
/*    margin-top: -7px;*/
/*  }*/
/*}*/

@media (min-width: 992px)
and (max-width: 1138px)
and (orientation: landscape) {
  #main-content > div:nth-child(2) .resource-card {
      margin-right: 0;
      padding: 15px 17px;
  }
}

