.homepage-main-image {
    max-width: 630px;
    width: 100%;
}

.homepage-title {
    font-family: "Passion One";
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    color: #5a5c5e;
    line-height: 43px;
    text-transform: uppercase;
}

.description-container {
    max-width: 750px;
    width: 100%;
}

.homepage-description {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #666666;
    margin: 18px 0 0 0;
}

.homepage-secondary-text {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #666666;
    margin-top: 10px;
}

.homepage-description span {
    text-align: center;
    display: block;
}

.homepage-buttons {
    text-decoration: none;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.005em;
    text-transform: capitalize;
}

.homepage-action :nth-child(1) {
    padding: 15px 54px;
    margin-right: 15px;
}

.homepage-action :nth-child(2) {
    padding: 15px 46px;
}

@media screen and (max-width: 627px) {
    .homepage-action :nth-child(1) {
       display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .homepage-action :nth-child(2) {
        display: block;
        width: 100%;
    }

    .homepage-image-container {
        height: 300px;
        margin-bottom: 0;
    }
}
