
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@200;300;400;700&display=swap')

body {
    background: #edf2f8;
    font-family: 'Barlow Semi Condensed';
    line-height: 1.7;
    font-size: 13px;
}


h1 {
    font-size: 1.5em;
}

.card__header h3 {
    font-size: 15px;

}

.blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.card {
    background: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 40px 100px 0px;
    margin-bottom: 10px;
}

.card__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;

}

.card__header p {
    color: black;
    opacity: 90% ;
    font-size: .75em;
}

.card__header_main {
   display: flex;
   flex-direction: column; 
   align-items: center;
   margin-bottom: 10px;
}

.card__header_main h1 {
    color: black;

}

.card__header_main img {
    /*min-width: 500px;*/
    max-width: 100%;
}

.card__lead {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px;
    color: black;
}

.card__quote {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.4;
    font-style: italic;
    color: black;

}

.card-white {
    background-color: hsl(0, 0%, 99%);
    color: #fff;
}

.card--bg-gray-white {
    background-color: hsl(0, 0%, 90%);
    color: #fff;

}

.card_contact {
    white-space: pre-line;
    font-size: 1.25em;

}

.card_contact h3 {
    font-size: 1.5em;
    color: black;
}

.card_contact td {
    font-size: .75em;
    color: black;
    margin-bottom: 10px;
}


.card--bg-green {
    background-color: hsl(157, 62%, 26%);
    color: #fff;
}

.card__header2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;

}

.card__header2v {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;

}

.card__header2 h3 {
    font-size: 15px;

}

.card__header2 p {
    opacity: 50% ;
}

.card__header2 img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    align-items: center;
    border-radius: 5%;
    border: 2px solid #936d2c;

}

.card__header2v img {
    width: 90%;
  
    object-fit: contain;

    border-radius: 5%;
    /* border: 2px solid #936d2c; */

}
.card__header3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1px;
    padding: 1px;
}

.card__img2 {
    width: 360px;

    border-radius: 5%;
    border: 2px solid #fff;
    /* margin-right: 10px; */
}

.card__header3 h3 {
    color: black;
}
footer {
    text-align: center;
}


@media screen and (max-width: 600px){
    .blocks {
        display: flex;
        flex-direction: column;
    }
    
}
