.stretch_full_width {
    /*min-width: 100%;
    width: 100%;*/
    margin:0;
    padding-top:1px;
    height: calc(90vh - 20px);
    background-size: cover;
    /*background-image: linear-gradient(rgb(213, 209, 255), rgba(68, 69, 117, 0.5));
    background-color: rgb(255, 255, 255);
    position: fixed 
    overflow-y: auto;*/
    overflow-x: none;
    overflow-wrap: break-word;
}

.sticky_header {
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 320px;
    height: 66px;
    z-index: 999;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    background-color: rgb(207, 182, 255);
    padding-bottom: 8px;
    padding-top: 8px;
}

.kOqhQd {
    margin-right: 8px;
    height: 40px;
    width: 40px;
}

.grid_item {
    text-align: center;
    border: 0px solid red;
    padding-top: 4px;
    padding-bottom: 4px;
}

.sticky_header_item {

}

.after_header {
    position: relative;
    top: 66px;
    margin: 15px;
}

.about_us {
    margin-top:3px;
    padding-top:1px;
    height: 85vh;
    margin: 0;
    background-size: cover;
    text-align: left;
    margin-top: 20px;
    color: rgb(0, 0, 0);
    background-color: rgb(252, 252, 252);
    font-size: 100%;
    opacity: 1;
    overflow-x: auto;
    overflow-wrap: break-word;
    padding-left: 12px;
}


.p1 {
    font-family: "Times New Roman", Times, serif;
}
  
.p2 {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}

.p3 {
    font-family: "Lucida Console", "Courier New", monospace;
}



/*# sourceMappingURL=home_components.1d1e30a8.css.map*/