@font-face {
    font-family: "Did";
    src: url("/fonts/Didot-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Ave";
    src: url("/fonts/AvenirLTStd-Roman.otf") format("opentype");
}

@font-face {
    font-family: "Noir";
    src: url("/fonts/Noir_medium.otf") format("opentype");
}

@font-face {
    font-family: "Noir-reg";
    src: url("/fonts/Noir_regular.otf") format("opentype");
}

@font-face {
    font-family: "Caslon";
    src: url("/fonts/ACaslonPro-Bold.otf") format("opentype");
}

@font-face {
    font-family: "Caslon-sem";
    src: url("/fonts/ACaslonPro-Semibold.otf") format("opentype");
}

@font-face {
    font-family: "Mont-thin";
    src: url("/fonts/Montserrat/Montserrat-Thin.ttf");
}

@font-face {
    font-family: "Mont-light";
    src: url("/fonts/Montserrat/Montserrat-Light.ttf");
}

@font-face {
    font-family: "Mont-sem";
    src: url("/fonts/Montserrat/Montserrat-SemiBold.ttf");
}

/* From here to the next comment is the default stuff */

/* from here */
:root {
    --magenta: #b34898;
    --gray: #141414;
    --medgray: #535151;
    --light-gray: rgb(131, 130, 130);
    --very-light-gray: rgb(240, 240, 240);
    --rotated1: 45deg;
    --rotated2: -45deg;
}

/* From here to the next comment is the default stuff */

html {
    scroll-behavior: smooth;
}

html,
body {
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
}

body {
    background-color: rgb(226, 226, 226);
}

a {
    text-decoration: none;
}

.bg {
    height: 100px;
    width: 100vw;
    background-color: #141414;
    /* background: radial-gradient(circle at -20% 120%, #43434a, #3f3f45, #3a3a41, #36363c, #323237, #2e2e32, #29292e, #252529, #212124, #1d1d1f, #18181b, #141416); */
}

.width-setter {
    width: 70%;
    max-width: 1200px;
    height: 100px;
    margin: auto;
    /* background-color: orange; */
}

.header-logo {
    display: flex;
    height: 100%;
    align-items: center;
    cursor: default;
    margin-left: -100px;
}

.logo-image {
    display: block;
    width: 80px;
    filter: saturate(150%) hue-rotate(9deg);
}

.header-image {
    padding-right: 20px;
}

.header-text * {
    /* Wild card (*): sets to everything inside of header texth */
    padding: 0px;
    color: white;
    margin: 0;
}

.header-text {
    margin: 15px 0 0 0;
}

.navbar-spacer {
    height: 5px;
}

.name {
    font-family: "Caslon-sem";
    /* letter-spacing: 0.01em; */
    font-size: 30px;
    line-height: 90%;
    font-weight: 200;
}

.sub-heading {
    padding-top: 5px;
    font-family: "Ave";
    font-weight: lighter;
    color: lightgray;
    font-size: 10px;
    letter-spacing: 0.2em;
}

.menu-icon {
    position: relative;
    cursor: pointer;
    padding: 5px;
    top: 3px;
    /* background-color: purple; */
    z-index: 2;
    margin: 0;
    transition: transform ease-out 0.2s;
    background: #141414;
}

.dropdown {
    position: absolute;
    right: 70px;
    top: 25px;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 60px;
    right: 10px;
    background-color: #111111;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 10px;
    z-index: 20;
}

.dropdown-content a {
    color: white;
    font-family: "Ave";
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}


/* @media only screen and (max-width: 580px) {
    
} */

.show {
    display: block;
}

.dropdown a:hover {
    background-color: #1b1b1b;
}

.menu-icon:hover {
    transform: scale(1.2);

}

@media only screen and (max-width: 680px) {
    .header-logo {
        margin-left: -70px;
    }

    .logo-image {
        width: 50px;
    }

    .name {
        font-size: 20px;
    }

    .sub-heading {
        font-size: 7px;
    }

    .menu-icon {
        margin-right: -30px;
    }

    .dropdown-content {
        margin-right: -30px;
    }

    .header-text {
        margin-top: 7px;
        margin-left: -8px;
    }

    .bg {
        height: 80px;
    }

    .width-setter {
        height: 80px;
    }

    .dropdown {
        top: 13px;
    }

    .menu-icon {
        transform: scale(80%);
    }

    .menu-icon:hover {
        transform: scale(1);
    }
}

@media only screen and (max-width: 480px) {
    .header-logo {
        margin-left: -60px;
    }

    .logo-image {
        width: 40px;
    }

    .name {
        font-size: 16px;
    }

    .menu-icon {
        transform: scale(70%);
        right: -30px;
    }

    .menu-icon:hover {
        transform: scale(.9);
    }

    .dropdown-content {
        right: -20px;
    }
}

.bar1,
.bar2,
.bar3 {
    width: 40PX;
    height: 3PX;
    /* height: 10px; */
    background-color: white;
    margin: 7px 0;
    transition: 0.4s;
    z-index: 8;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
    background-color: white;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -4px);
    transform: rotate(45deg) translate(-8px, -4px);
    background-color: white;
}


.training-banner-container {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    background: white;
    /* background: red; */
    /* margin: 0; */
    /* height: 25vw; */
    margin-bottom: 60px;
    padding: 55px 0 40px 0;
    /* padding: 6vw 0; */
    border-bottom: 1px rgb(204, 204, 204) solid;
}

/* @media only screen and (max-width: 800px) {
    .training-banner-container {
        height: 220px;
    }
}

@media only screen and (min-width: 1100px) {
    .training-banner-container {
        height: 320px;
    }
}  */

.training-background {
    /* text-align: center; */
    /* height: 20vw; */
    /* background-color: rgb(240, 240, 240); */
    background: white;
    /* background-color: lightgray; */
    /* border-bottom: 6px solid #141414; */
    width: 70%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 0vh;

    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    /* background-color: green; */
    /* text-align: center; */
    position: relative;
}

/* @media only screen and (max-width: 800px) {
    .banner-info {
        font-size: 
    }
} */

/*
@media only screen and (min-width: 1100px) {
    .training-background {
        height: auto;
    }
}  */

.training-text {
    position: relative;
    margin: 0;
    /* position: relative; */
    /* background-color:purple; */
    line-height: 100%;
    /* transform: translate(-50%, 0%); */
    font-family: "Caslon";
    font-size: 6vw;
    letter-spacing: -0.03em;
    /* color: #90236f; */
    color: #202020;
    font-weight: lighter;
    z-index: 5;
    /* border-bottom: 5px solid #90236f; */
    /* width: 100%; */
    /* margin-left: 0.2ch; */
    margin-left: -1px;
    text-align: center;
}

.banner-info {
    font-family: "Ave";
    text-align: left;
    /* position: relative; */
    /* clip-path: polygon(50% 100%, 0 0, 100% 0); */
    /* shape-margin: 1em; */
    /* margin-top: 40px; */
    line-height: 200%;
    font-weight: 100;
    font-size: 0.9em;
    color: #535151;
    /* width: 75%; */
    /* max-width: 660px; */
}

.short {
    display: none;
    /* display: block; */
    position: relative;
}

.short::after {
    content: "";
    position: absolute;
    display: inline;
    width: 20em;
    height: 1.5em;
    right: 70%;
    background-image: linear-gradient(to right, transparent, white);
}

.long {
    display: block;

}


.banner-btn {
    font-family: "Ave";
    font-weight: 600;
    font-size: 1.2rem;
    border-radius: 500px;
    background: transparent;
    color: var(--magenta);
    cursor: pointer;

    display: none;
}

@media only screen and (max-width: 800px) {
    .long {
        font-size: 1.5vw
    }
}

@media only screen and (max-width: 720px) {
    .long {
        font-size: 11px;
    }
}

/* .training-text::before {
    content: "";
    height: 4px;
    width: 45px;
    background-color: #141414;
    position: absolute;
    left: 4em;
    top: 50%;
    border-radius: 2px;
} */

@media only screen and (min-width: 1200px) {
    .training-text {
        font-size: 80px;
    }
}

@media only screen and (max-width: 700px) {
    .training-text {
        font-size: 45px;
    }
}

@media only screen and (max-width: 510px) {
    h5.sub-heading {
        display: none;
    }
}

/* To here */


/* Main */

.main-about-container {
    background-color: rgb(168, 50, 115);
    padding: 30px 0;
    /* border-top: 1px rgb(204, 204, 204) solid; */
    /* border-bottom: 1px rgb(204, 204, 204) solid; */
    margin-bottom: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-header-secondary-container {}

.about-header-secondary {
    margin: 0;
    font-family: "Caslon";
    font-weight: bolder;
    margin-top: 0.2em;
    line-height: 100%;
    font-size: 2.5em;
    color: white;
}

.main-about-secondary-container {
    width: 100%;
    max-width: 1200px;
    padding: 10px 0;
    /* background: black; */
    display: grid;
    grid-template-columns: 1fr;
    gap: 5%;
    justify-content: center;
}

.main-about-left-container {
    /* background: red; */
    text-align: center;
}

.main-about-right-container {
    /* background: green; */
    text-align: center;
    /* height: 100px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttons {
    min-width: 172px;
    font-family: "Ave";
    font-size: 16px;
    margin: 0 1vw;
    /*margin-left:  20px;*/
    /*margin-right: 20px;*/
    padding: 10px 25px;
    color: #b34898;
    background-color: transparent;
    border: 2px solid #b34898;
    border-radius: 5px;
    transition: 250ms;
    cursor: pointer;
}

.buttons:hover {
    transform: scale(1.1);
}

@media only screen and (max-width: 745px) {
    .main-about-right-container {
        flex-direction: column;
    }

    .services-btn {
        margin-bottom: 20px;
    }
}

.main-about-left {
    font-family: "Ave";
    line-height: 170%;
    font-size: 0.93em;
    color: #535151;
}

.main-about-right {
    font-family: "Ave";
    line-height: 170%;
    font-size: 0.93em;
    color: #535151;
}

/* To here */
.big-container {
    display: flex;
    height: 25vw;
    margin-bottom: 10vh;
    padding-top: 3vh;
    background: white;
    border-bottom: 1px rgb(204, 204, 204) solid;
}

.about-background {
    /* text-align: center; */

    /* background-color: rgb(240, 240, 240); */


    /* background-color: lightgray; */
    /* border-bottom: 6px solid #141414; */
    width: 70vw;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;

    padding: 0;

    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .about-background {
        height: 220px;
    }
}

@media only screen and (min-width: 1100px) {
    .about-background {
        height: 320px;
    }
}

.about-text-container {
    height: auto;
    /* display: flex; */
    /* flex-direction: row; */
    /* background: green; */
    width: 100%;
    /* background-color: orange; */
    /* border-right: 4px solid #535151; */
}

.main-about-cont {
    /* background:yellow; */
    width: 75%;
}

.links-contain {
    position: relative;
    /* background:red; */
    width: 25%;
    /* min-width: 220px; */
    font-size: 1.2vw;
}

.links-contain-2 {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 10px;
    /* left: 5px; */
    width: 100%;
    /* right: 0; */
    /* background-color: green; */
}

.overlay-2 {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 19;
    cursor: default;
}

.overlay {
    position: fixed;
    display: none;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;

    /* background: hotpink; */
    /* background-color: rgba(0,0,0,0.5); */
    z-index: 20;
    cursor: default;
}

.backer-dropdown-1 {
    position: relative;
    background: white;
    -webkit-box-shadow: 0px 0px 46px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 46px 2px rgba(0, 0, 0, 0.4);
    width: 50vw;
    max-width: 750px;
    /* height: 40vh; */
    border-radius: 20px;
    padding: 60px;

    display: flex;
    place-content: center;
}

.myXbtn {
    position: absolute;
    left: 27px;
    top: -5px;
    transform: scale(1.3);
    color: rgb(155, 155, 155);
    cursor: pointer;
}

.myXbtn:hover {
    color: rgb(122, 122, 122);
}

.containing-things {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.popup-heading-1 {
    font-family: "Ave";
    font-weight: 900;
    margin-top: -30px;
}

.US-International-container {
    /* background: rgba(0, 0, 255, 0.13); */
    /* height: 200px; */
    width: 100%;

    display: flex;
    justify-content: space-between;

    font-family: "Ave";
}

.left-info,
.right-info {
    width: 50%;
}

.right-info {
    /* background: rgba(68, 128, 0, 0.349); */
    text-align: right;
}

.US,
.Inter {
    font-size: 24px;
}

.list-left {
    font-size: 18px;
}

.list-container {
    margin: 0;
    padding: 0;
    /* background: yellow; */
}

.them-links {
    width: auto;
    font-size: 15px;
    line-height: 170%;
    width: auto;
    /* background: hotpink; */
    cursor: pointer;
    color: rgb(131, 130, 130);
}

.them-links:hover {
    color: #b34898;
    text-decoration: underline;
}

/*.them-links:hover::after {*/
/*    content: " 🡥";*/
/*}*/

.top-link-text {
    margin: 0 30px 15px 0;
    line-height: 100%;
    /* background-color: rgba(rgb(133, 20, 118), green, blue, 0.5); */
    font-family: "Ave";
    color: #535151;
    text-align: right;
    white-space: nowrap;
    z-index: 2;
    cursor: pointer;

    position: relative;
    /* background:orange; */
    width: 100%;
    padding-right: 30px;
    left: -30px;
}

.bottom-link-text {
    margin: 15px 30px 0 0;
    line-height: 100%;
    /* background-color: rgba(rgb(133, 20, 118), green, blue, 0.5); */
    font-family: "Ave";
    color: #535151;
    text-align: right;
    white-space: nowrap;
    z-index: 2;
    cursor: pointer;

    position: relative;
    /* background:orange; */
    width: 100%;
    padding-right: 30px;
    left: -30px;
}

.top-link-text::after,
.bottom-link-text:after {
    content: " 🡢";
    position: absolute;
    right: 0%;
    transition: right ease-out 250ms;
}

.top-link-text:hover::after,
.bottom-link-text:hover::after {
    right: -1em;
}

.top-link-text:hover,
.bottom-link-text:hover {
    color: #b34898;
}

.about-text {
    margin: 0;
    /* position: relative; */
    /* background-color:green; */
    line-height: 100%;
    /* transform: translate(-50%, 0%); */
    font-family: "Noir";
    font-size: 6vw;
    letter-spacing: -0.03em;
    /* color: #90236f; */
    color: #141414;
    font-weight: lighter;
    z-index: 5;
    /* border-bottom: 5px solid #90236f; */
    width: 7ch;

}

@media only screen and (min-width: 1200px) {
    .about-text {
        font-size: 80px;
    }
}

@media only screen and (max-width: 700px) {
    .about-text {
        font-size: 45px;
    }
}

.services-info {
    margin-top: 5px;
    font-family: "Ave";
    color: #535151;
    line-height: 220%;
    font-size: 1.5vw;
    width: 60vw;
    max-width: 700px;
}

@media only screen and (min-width: 1200px) {
    .services-info {
        font-size: 18px;
    }
}

@media only screen and (max-width: 700px) {
    .services-info {
        font-size: 12px;
    }
}

.prop-btn-container {
    border: 3px solid #b34898;
    width: 20vw;
    height: 3.4vw;
    border-radius: 500px;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: scale(1);
    transition: transform ease-out 0.2s;
}

.prop-btn-container:hover {
    transform: scale(1.05);
    /* transition: 0.2s; */
}

.prop-btn {
    text-align: center;
    font-family: "Ave";
    font-weight: bold;
    font-size: 1.7vw;
    height: 100%;
    width: 100%;
    border-radius: 500px;
    /* background-color: lightgray; */
    text-decoration: none;
    color: #b34898;
    display: flex;
    align-items: center;
    justify-content: center;
}

.span1 {
    /* margin-top: 0.6ex; */
    line-height: 100%;
    /* background-color: gray; */
}

@media only screen and (max-width: 800px) {
    .prop-btn-container {
        width: 140px;
        height: 26px;
        border: 2px solid #b34898;
        margin-left: -10px;
    }

    .prop-btn {
        font-size: 13.4px;
    }

}

@media only screen and (max-width: 800px) {
    .about-text-container {
        display: flex;
        flex-direction: column;
    }

    .links-contain {
        height: auto;
        /* background-color: red; */
        width: auto;
    }

    .links-contain-2 {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        /* background-color: green; */
    }

    .top-link-text,
    .bottom-link-text {
        text-align: left;
        left: 0;
    }

    .top-link-text::after,
    .bottom-link-text::after {
        right: 0;
        left: auto;
    }

    .top-link-text {
        margin-top: 15px;
        margin-bottom: 0;
        font-size: 13.4px;
        width: auto;
        padding-right: 25px;
        margin-right: auto;
    }

    .bottom-link-text {
        font-size: 13.4px;
        width: auto;
        padding-right: 25px;
        margin-right: auto;
    }
}

@media only screen and (min-width: 800px) {
    .about-text-container {
        display: flex;
        flex-direction: row;
    }
}

@media only screen and (min-width: 1600px) {

    .top-link-text,
    .bottom-link-text {
        font-size: 25px;
    }
}

.main-info-container {
    width: 70vw;
    max-width: 1200px;
    margin: auto;
    background-color: rgb(226, 226, 226);
    height: auto;
    margin-top: -20px;
}

.column-containers {
    height: 330px;
    /* background-color: orange; */
    margin-bottom: 60px;
    border-radius: 5px;
    border: 1px rgb(204, 204, 204) solid;
    overflow: hidden;

    /*-webkit-box-shadow: 0px 0px 46px 2px rgba(0,0,0,0.22); */
    /*box-shadow: 0px 0px 46px 2px rgba(0,0,0,0.22);*/
}

.regulatory-column-container {
    height: 470px;
}

.info-img-1 {
    background-image: url("/images/puzzle-fit-1.jpg");
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    filter: hue-rotate(70deg);
}

.info-img-2 {
    background-image: url("/images/doctor1.jpg");
    background-position-x: 30%;
    background-position-y: center;
    background-size: cover;
}

.info-img-3 {
    background-image: url("/images/Quality.jpg");
    background-position-x: 90%;
    background-position-y: center;
    background-size: cover;
    filter: hue-rotate(70deg);
}

.info-img-4 {
    background-image: url("/images/Proj-Manage.png");
    background-position-x: 50%;
    background-position-y: center;
    background-size: cover;
    filter: hue-rotate(70deg);
}

.info-img-1,
.info-img-2,
.info-img-3,
.info-img-4 {
    width: 40%;
    float: left;
    background-color: #141414;
    height: 100%;
    box-sizing: border-box;
}

.info-img-1,
.info-img-3 {
    border-right: 1px rgb(204, 204, 204) solid;
}

.info-img-2,
.info-img-4 {
    border-left: 1px rgb(204, 204, 204) solid;
}

.vert-container-1 {
    margin-left: 30px;
    margin-top: 10px;
}

.info-1,
.info-2,
.info-3,
.info-4 {
    /* box-sizing: border-box; */
    display: flex;
    float: left;
    align-items: center;
    width: 60%;
    background-color: white;
    height: 100%;
    /* border: 1px solid gray;
    border-left: none; */
}

.subber {
    font-family: "Caslon";
}

@media only screen and (min-width: 900px) {
    .subber {
        font-family: "Caslon";
        font-size: 30px;
        font-weight: 600;
        color: #141414;
        margin-top: -5px;
    }

    .dash {
        width: 30px;
        height: 3px;
        background-color: #141414;
        margin-top: -20px;
        margin-left: 1px;
    }
}

@media only screen and (max-width: 900px) {
    .subber {
        /*font-family: "Ave";*/
        font-size: 20px;
        font-weight: 600;
        color: #141414;
        margin-top: -3px;
    }

    .dash {
        width: 20px;
        height: 2.5px;
        background-color: black;
        margin-top: -13px;
        margin-left: 1px;
    }
}

.info-1-text {
    font-family: "Ave";
    color: #535151;
    line-height: 170%;
    font-size: 16px;
    margin-right: 20px;
    text-align: left;
    padding-left: 16px;
}

.services-list-item {
    /*list-style: none;*/
}

.services-list-link {
    color: #b34898;
}

.services-list-link:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 960px) {
    .quality {
        font-size: 15px;
    }
}

@media only screen and (max-width: 860px) {
    .info-1-text {
        font-size: 10px;
    }

    .regulatory-column-container {
        height: 230px;
    }
}

@media only screen and (max-width: 500px) {
    .info-1-text {
        font-size: 9px;
    }
}

.scaler-btn-1 {
    display: flex;
    border: 2px solid #b34898;
    /* background-color: #b34898; */
    /* padding: 15px 30px; */
    height: 30px;
    width: 170px;
    /* opacity: 50%; */
    align-items: center;
    /* justify-content: center; */
    border-radius: 2px;
    transition: transform ease-out 0.2s;
}

.btn-reg {
    font-family: "Ave";
    /* font-weight: bold; */
    color: #b34898;
    /* color: white; */
    font-size: 17px;
    /* background-color: red; */
    line-height: 100%;
    height: 1em;
    margin-left: 10%;
}

.btn-reg::after {
    content: " ❯";
    /* content: " ➔"; */
    /* font-weight:100; */
    margin-left: 5px;
    transition: ease-out 0.2s;
}

.scaler-btn-1:hover>.btn-reg::after {
    margin-left: 24px;

}

.scaler-btn-1:hover {
    /* background-color: #c451a7; */
    cursor: pointer;
    transform: scale(1.05);

}

@media only screen and (max-width: 770px) {
    .scaler-btn-1 {
        width: 110px;
        height: 18px;
        border-width: 1.8px;
    }

    .btn-reg {
        font-size: 10px;
    }

    .vert-container-1 {
        margin-left: 20px;
    }

    .column-containers {
        height: 230px;
    }

    .dash {
        height: 0;
        margin: 0;
    }

    .subber {
        margin-bottom: 0px;
        font-size: 18px;
    }

    .info-1-text {
        margin-top: 8px;
    }

    .info-1,
    .info-2,
    .info-3,
    .info-4 {
        width: 50%;
    }

    .info-img-1,
    .info-img-2,
    .info-img-3,
    .info-img-4 {
        width: 50%;
    }

    .regulatory-column-container {
        height: 260px;
    }
}

@media only screen and (max-width: 900px) {
    .main-info-container {
        width: 100%;
        max-width: none;
    }

    .column-containers {
        border-left: none;
        border-right: none;
        border-radius: 0;
    }
}

@media only screen and (max-width: 545px) {
    .regulatory-column-container {
        height: 300px;
    }
}

@media only screen and (max-width: 375px) {
    .regulatory-column-container {
        height: 400px;
    }
}

@media only screen and (max-width: 730px) {
    .US-International-container {
        flex-direction: column;
        align-items: center;
    }

    .US,
    .Inter,
    .popup-list-1,
    .popup-subheading,
    .popup-heading-1 {
        text-align: center;
    }

    .backer-dropdown-1,
    #myOverlay {
        height: 100%;
        width: 100%;
        padding: 0;
        border-radius: 0;
        align-items: center;
        justify-content: center;
    }

    .right-info {
        margin-top: 30px;
    }

    .popup-heading-1 {
        /*margin-top: 50px;*/
    }
}