body {
	margin: 0;
    font-family: 'Archivo Narrow', sans-serif;
}

header {
    /* background-color: rgba(255, 0, 0, 0.25); */
    text-align: center;
    padding-top: 166px;
    padding-bottom: 188px;
    background-image: url('../multi-panel-page/images/d5m49xe-88f608e6-a2e5-42b6-980e-149070b2b6fd.png');
    background-size: cover;
    color: white;
}

h1, h2, h3, h4, p {
    margin: 0;
}

h1 {
    font-size: 80px;
    line-height: 1;
    margin-bottom: 16px;
}

h2 {
    text-align: center;
    font-size: 40px;
}

header h2 {
    font-size: 30px;
    line-height: 1;
}

.text {
    margin-top: 32px;
}

p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 16px;
}

.trees {
    float: right;
    width: 400px;
    height: 300px;
    border: 1px solid white;
    margin-top: 32px;
    margin-left: 44px;
    margin-bottom: 18px;
}

.main-column {
    width: 960px;
    margin: auto;
}

#first {
    color: white;
}

section {
    padding-top: 40px;
    padding-bottom: 40px;
}

section:first-of-type {
    background-color: rgb(141, 141, 203);
}

.second {
    background-color: rgb(175, 227, 230);
    padding-bottom: 54px;
}

.grid {
    padding: 0;
    padding-top: 16px;
}

.grid li {
    display: block;
    text-align: left;
    margin-bottom: 8px;
}

ul {
    margin: 0;
}

.using-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.using-grid li {
    width: 450px;
    padding-top: 16px;
}

.using-grid img {
    width: 200px;
    height: 150px;
    float: left;
    object-fit: cover;
    padding-right: 12px;
}

.using-grid h4 {
    margin: 0;
    text-align: left;
    font-size: 20px;
    margin-bottom: 7px;
}

.using-grid p {
    font-size: 18px;
}

.third {
    background-color: rgb(65, 122, 74);
    text-align: center;
    padding-bottom: 85px;
    color: white;
}

.third h2 {
    padding: 1px;
}

.third p {
    font-size: 26px;
    padding: 0px 120px 0px 120px;
    margin-top: 30px;
}

footer {
    background-color: rgb(52, 52, 52);
    color: white;
    padding-bottom: 24px;
}

footer p {
    padding-top: 40px;
}