body {
  font-family: "Archivo Narrow", sans-serif;
}

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

h2 {
    font-size: 30px;
    margin-top: 10px;
}

h3 {
    text-align: center;
    font-size: 40px;
    margin-top: -107px;
    line-height: 40px;
    color: white;
}

.one p {
    line-height: 25px;
    font-size: 18px;
    margin-right: 6px;
    color: white;
}

.column_container {
    margin: auto;
    width: 960px;
    padding: 1px;
}

header {
    background-image: url('../multi-panel-page/images/background.jpg');
    background-size: cover;
    background-position: center;
}

header .column_container {
    padding: 161px 0;
    text-align: center;
}

.one {
    background-color: darkslateblue;
}

section .column_container {
    padding: 151px 0;
    padding-bottom: 37px;
}

.section1 {
    float: right;
    margin-left: 40px;
    padding-bottom: 19px;
    margin-right: -5px;

}

#two .column_container {
    padding: 151px 0;
    padding-bottom: 63px;
}

#two {
    background-color: white;
}

#two h3 {
    text-align: center;
    font-size: 40px;
    margin-top: -105px;
    line-height: 40px;
    color: black;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 456px);
    gap: 25px;
}

.grid-item {
    position: relative;
}

.grid-item img {
    height: 150px;
    width: 200px;
    background-size: cover;
    display: block;
}

.caption {
    position: absolute;
    top: -37px;
    right: 54px; 
    width: 180px; 
    padding: 10px;
    line-height: 1.4;
  }

h4 {
    font-size: 20px;
    margin-bottom: -11px;
}

.caption p{
    font-size: 18px;
    margin-right: -44px;
    margin-top: 17px;
}

#three .column_container {
    padding: 151px 0;
    padding-bottom: 76px;
}
  
#three p {
    color: white;
    text-align: center;
    font-size: 26px;
    padding-right: 65px;
    padding-left: 39px;
    margin-top: 28px;
    margin-left: 86px;
    margin-right: 61px;
    line-height: 36px;

}

#three h3 {
    text-align: center;
    font-size: 40px;
    margin-top: -105px;
    line-height: 40px;
    color: white;
}

#three {
    background-color: #BC0115;
}

footer .column_container {
    padding-bottom: 32px;

}

footer p {
    font-size: 18px;
    margin-top: 39px;
    color: white;
}

footer {
    background-color: #333333;
}

