body {
    margin: 0;
    font-family: arial, sans-serif;

    background-color: #f2f2f2;
}

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

a {
    text-decoration: none;
    width: max-content;
    color: inherit;
}

li {
    list-style: none;
}

* {
    box-sizing: border-box;
}


.page-width {
    max-width: 750px;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.header-img {
    width: 100%;
    object-fit: contain;
    object-position: bottom;
}

.social-row {
    padding: 20px;
    overflow: auto;
    white-space: nowrap;
}

.whatsapp {
    height: max-content;
    border-radius: 100px;
    margin-right: 10px;
    padding: 10px 25px;
    display: inline-block;
}

.google {
    padding: 0 20px
}

.gg {
    height: max-content;
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    padding: 10px 25px;
    display: inline-block;
}

.in {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.wa {
    background-color: #25D366;
}

.whatsapp-logo {
    width: max-content;
    display: inline-block;
}

.whatsapp-icon {
    height: 40px;
    object-fit: contain;
}

.gg-icon {
    height: 40px;
    margin-top: 2px;
    object-fit: contain;
}

.whatsapp-text {
    width: max-content;
    display: inline-block;
    padding: 0 0 0 20px;
}

.whatsapp-question {
    font-weight: bold;
    font-size: 18px;
}

.wa-text {
    color: #fff;
}

.gg-text {
    color: #000000;
}

.whatsapp:after {
    content: "";
    display: table;
    clear: both;
}

.intro-row {
    padding: 30px 20px 20px 20px;
    margin-left: -5px;
    overflow: auto;
    white-space: nowrap;
}

.intro-link {
    background-color: #dbdbdb;
    color: #000000;
    padding: 8px 10px;
    margin: 0 5px;
    display: inline;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
}

.links-column {
    width: 100%;
    padding: 20px;
}

.link-row {
    height: 100px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.link-image {
    height: 100px;
    width: 40%;
    float: left
}

.link-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.link-text {
    width: 60%;
    float: left;
}

.link-title {
    padding: 20px;
    font-size: 25px;
    font-weight: bolder;
    line-height: 1.2;
}




/* */
.row {
    height: max-content;
    padding: 0px 20px 20px 20px;
    overflow: auto;
    white-space: nowrap;
}


/* Remove extra left and right margins, due to padding */


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}

/* Style the counter cards */



.card {
    transition: transform .2s;
    border-radius: 8px;
    position: relative;
    display: inline-block;
    height: 350px;
    width: 225px;
    overflow: hidden;
    margin-right: 10px;
    cursor: pointer;
}

.card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    object-position: top;
    display: inline-block;
}

.card-text {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
}


.card-back {
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));

    width: 100%;
    height: 100%;
    bottom: 0;
    border-radius: 8px;
}

.card-title {
    width: 225px;
    padding: 15px 20px;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    white-space: initial
}

.close {
    cursor: pointer;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2f2f2;
    z-index: 2;
    overflow-y: auto;
}

.overlay-width {
    padding: 20px;
    text-align: left;
    max-width: 750px;
    margin: 0 auto;
}

.overlay-title {
    font-size: 50px;
    font-weight: bold;
    white-space: initial
}

.subject {
    width: 100%;
    display: inline-block;
    padding: 30px 10px 10px 0px;
}

.overlay-subject {
    background-color: #dbdbdb;
    padding: 8px 12px;
    font-size: 14px;
    display: inline-block;
    border-radius: 6px;
    font-weight: bold;
}

.overlay-date {
    display: inline-block;
    padding-left: 10px;
}

.subject:after {
    content: "";
    display: table;
    clear: both;
}

.overlay-text-link {
    width: max-content;
    padding-bottom: 10px;
    text-decoration: underline;
    cursor: pointer;
}

.overlay-text {
    white-space: initial;
    line-height: 1.5;
    padding-top: 10px;
}

.overlay-feature {
    border-left: 3px solid #000000;
    white-space: initial;
    height: max-content;
    width: 80%;
    padding: 10px 0 0 10px;
    font-size: 26px;
    font-weight: bold;
    margin: 10px 0;
}

.overlay-button {
    background-color: #dbdbdb;
    padding: 10px 14px;
    border-radius: 6px;
    font-weight: bold;
    margin: 0 auto;
}

.overlay-button-text {
    text-align: center;
}