.solid-header {
    font-size: 1.8em;
    padding-left: 0.7em;
    padding-bottom: 0.2em;
    border-left: solid 0.3em #ff457f;
    border-bottom: solid 1px #ff457f;
}

.solid-header-light {
    padding-left: 0.4em;
    padding-bottom: 0.2em;
    border-left: solid 0.15em #ff457f;
}

.solid-header-centering {
    text-align: center;
    padding-bottom: 0.4em;
    border-bottom: solid 1px #ff457f;
}

#informationArea {
    background-color: #fef9e7;
    overflow: auto;
    height: 600px;
}

#instagramQuoteArea{
    overflow: auto;
    height: 550px;
}

.sns-icon-button {
    margin-left: 0.7rem;
    width: 1.7rem;
    height: 1.7rem;
}

.features-card {
    background-color: #ffffff;
    height: 100%;
    border: solid 1px #abb2b9  ;
}

.page-title-wrapper {
    padding-top: 1em;
    padding-bottom: 1em;
}

.page-title {
    margin: 0.4em auto;
    text-align: center;
    border-bottom: solid 1px #ff457f;
}

.how-to-image-wrapper {
    text-align: center;
}

.how-to-step-header {
    padding: 2px 10px;
    color: #fff;
    background-color: #ff457f;
}

.company-top-line {
    background-color: transparent;
    border-top: solid 1px #ff457f;
    border-bottom: solid 1px #ff457f;
    height: 3px;
}

.company-bottom-line {
    background-color: #ff457f;
}