@import "style.css";

p.intro {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.5em;
    margin: 1em;
    text-align: justify;
}

.slide {
    max-width: 960px;
}

.slide img {
    border-radius: 6px;
    width: 96vw;
    max-width: 940px;
    min-width: 360px;
    /*border: 1px solid #EEE;
    box-shadow: 1px 2px 4px #EEE;*/
}

section.index_block {
    max-width: 960px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

section.index_block article {
    flex: 1 1 0;
    width: 33.3vw;
    min-width: 280px;
    padding: 0.8em;
}

img.sect {
    margin: 0.5em 0;
    border-radius: 0.4em;
    width: auto;
}

section.index_block article div {
    display: flex;
    align-items: flex-end;
}

section.index_block article h5 {
    text-decoration: underline;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.5em;
    margin: 0;
}

section.index_block article div img {
    margin-left: 0.5em;
}

section.index_block article p {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5em;
    /*margin-right: 1.5em;*/
    text-align: justify;
}