* {
    margin: 0;
    padding: 0;
}
.main-wrapper {
    position: relative;
    background-image: url(/assets/coming-this-summer-with-icon-bg1920×1079px.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F8F6F3;
    padding: 20px;
    display: flex;
    justify-content: center;
}
.main-container{
    max-width: 1170px;
    display: flex;
}
.main-left-col {
    margin-top: 80px;
}
.main-left-col img {
    width: 70%;
}
.main-column.main-right-col,
.main-column.main-right-col h1,
.main-column.main-right-col h2 {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Metropolis', sans-serif;
    font-weight: bold;
    line-height: 1.4;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
}
.main-column.main-right-col h1,
.main-column.main-right-col h2 {
    font-size: 45px;
}
.main-column.main-right-col h1{ color: #545454; }
.main-column.main-right-col h2 {
    color: #11c8c3;
}
.link-button {
    font-family: 'MetropolisNF', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
    fill: #f8f6f3;
    color: #f8f6f3;
    background-color: #11c8c3;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 50px 15px 50px;
    text-transform: uppercase;
    text-decoration: none;
}
a.link-button:hover {
    background-color: #545454;
}
@media only screen and (max-width: 1024px) {
    .main-column.main-right-col h1, .main-column.main-right-col h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .main-column.main-right-col h1, .main-column.main-right-col h2 {
        font-size: 34px;
    }
    .main-left-col img {
         display: flex;
         margin: 0 auto;
    }
    .main-container {
        margin-bottom: 80px;
        flex-direction: column;
    }
    .main-wrapper {
        background-position: left;
    }
}