* {
  box-sizing: border-box
}

h1 {
    font-family: sans-serif;
    text-align: center;
}
.container {
    width: 75%;
    max-width: 1300px;
    display: flex;
    flex-direction: row;       
    justify-content: space-around;
    align-items: center;
    margin: 25px auto;
    padding: 50px;
}

.container2 {
    width: 75%;
    max-width: 1300px;
    display: flex;
    flex-direction: row;       
    justify-content: space-around;
    align-items: center;
    margin: 25px auto;
    padding: 50px;
}