@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap");

.covid-container-border {
    border-style: solid;
    border-color: #0967d219;
    border-width: 5px;
}

.bg-container {
    background-color: white;
    background-size: cover;
    font-family: Roboto;
    color: #323f4b;
    font-weight: 500;
}

.covid-top-section-know-card {
    padding: 15px;
}

.covid-top-section-know-card-heading {
    font-size: 16px;
}

.covid-top-section-know-card-image {
    height: 95px;
    width: 120px;
    padding: 10px;
    margin: 5px;
}

.covid-top-section-test-card {
    padding: 10px;
    margin: 10px;
    border-radius: 12px;
}

.covid-top-section-test-card-bg-container {
    background-color: #0967d219;
}

.covid-top-section-test-card-text-container {
    padding: 5px;
}

.covid-top-section-test-card-heading {
    font-size: 14px;
    font-weight: 500;
}

.covid-top-section-test-card-description {
    color: #707070;
    font-size: 11px;
}

.covid-top-section-test-card-image {
    height: 48px;
    width: 48px;
    margin: 10px;
}

.covid-bottom-section-symptoms-main-heading {
    font-size: 14px;
    padding: 15px;
}

.covid-bottom-section-symptoms-card {
    margin: 10px;
    padding: 15px;
    border-radius: 10px;
}

.covid-bottom-section-symptoms-card-text-container {
    color: white;
    padding: 5px;
}

.covid-bottom-section-symptoms-card-image {
    height: 40px;
    width: 40px;
}

.covid-bottom-section-symptoms-card-dry-cough {
    background-color: #3ebd93;
    font-size: 10px;
}

.covid-bottom-section-symptoms-card-high-fever {
    background-color: #e668a7;
    font-size: 10px;
}

.covid-bottom-section-symptoms-card-headache {
    background-color: #a368fc;
    font-size: 10px;
}

.covid-bottom-section-videos-main-heading {
    font-size: 14px;
    padding: 15px;
}

.covid-bottom-section-videos-card {
    padding: 10px;
    margin: 10px;
    border-radius: 12px
}

.covid-bottom-section-videos-card-bg-container {
    background-color: #e12d3919;
}

.covid-bottom-section-videos-card-text-container {
    padding: 5px;
}

.covid-bottom-section-videos-card-image {
    height: 48px;
    width: 48px;
    margin: 10px;
}

.covid-bottom-section-videos-card-heading {
    font-size: 14px;
    font-weight: 500;
}

.covid-bottom-section-videos-card-description {
    font-size: 11px;
    color: #707070;
}

.button {
    text-align: center;
    background-color: #0967d2;
    color: #ffffff;
    border-width: 0px;
    font-size: 10px;
    border-radius: 7px;
    height: 27px;
    width: 75px;
}
