body {
    font-family: Arial, sans-serif;
    font-size: 15px;
    background-color: #dee3e7;
    margin: 0px;
    padding: 20px 10px;
    color: #201547;
}
.page {
    max-width: 400px;
    margin: auto;
    /* background: white; */
    padding: 40px;
    border-radius: 20px;
    background-color: #ecf0f4;
    margin-bottom: 40px;
}
.content {
    margin-bottom: 0px;
    padding: 30px 20px 10px 20px;
}
.logo {
    width: 220px;
    margin-bottom:20px;
}
a {
    color: #009cde;
    font-weight: normal;
    text-decoration: none;
}
p {
    line-height: 1.8em;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
a.button {
    background-color: #009cde;
    color: white;
    /* font-weight: bold; */
    display: inline-block;
    border-radius: 10px;
    padding: 10px 24px;
}
a.button:hover {
    text-decoration:none;
}
p.intro {
    max-width: 600px;
    margin: 20px auto;
    line-height: 1.8em;
}
ul {
    line-height: 2.4em;
}
.contact-link {
    color: #201547;
    display: inline-block;
    align-items: center;
    margin: 10px 0;
    text-decoration: none;
    font-size: 18px;
    padding: 0 10px 0px 10px;
}
.contact-link i {
    color: #009cde;
    margin-right: 5px;
    font-size: 24px; /* Increase icon size */
}
.well {
    border-radius: 10px;
}
.well1 {
    padding: 10px;
    margin: 10px 0;
}
.well2 {
    padding: 0;
    margin: 0;
    /*height: 760px;*/
    height: 650px;
    overflow-y: hidden;
}
.bgc-grey-light {
    background: #eaeff1;
}
.bgc-white {
    background: #fff;
}
iframe {
    margin: -80px 0;
    border:none;
    height: 2000px;
    /*width: 320px;*/
    width:100%;
}
.h1 {
    font-size: 2.0rem;
}
/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 420px) { 
/**/
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
    
    body {
        margin: 0 10px;
    }
    .well1 {
        padding: 20px 40px;
        margin: 20px 0;
    }
    .well2 {
        margin: 20px 0;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
    
    .content {
        /*padding-top: 200px;*/
        padding-top: 150px;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .h1 {
        font-size: 2.5rem;
    }
}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
/**/
}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (max-width: 1400px) {
/**/
}