@import url('../../css/share-btn.css');
.spw-share-xs {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.spw-share-xs a {

}
.spw-share-xs a img {
    width: 30px;
}
.spw-section-welcome {
    position: relative;
}
.spw-section-welcome .spw-shortdesc h2 {
    font-size: 16px;
}

.spw-section-welcome .spw-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 8%;
    font-size: 3.2em;
    text-align: center;
}
.spw-section-welcome .spw-code-shortdesc {
    background-color: rgba(208, 183, 135, 0.8);
    border-radius: 0 8px 8px 0;
    position: absolute;
    left: 0;
    bottom: 16%;
    padding: 16px;
}
.spw-section-welcome .spw-style {
    width: 100%; height: 40px;
}
@media screen and (max-width: 766px) {
    .spw-section-welcome .spw-title {
        position: fixed;
        top: 44px;
        background: white;
        z-index: 9;
        font-size: 1.6em;
        height: 40px;
        padding: 8px;
    }
    .spw-section-welcome .spw-code-shortdesc {
        border-radius: 0;
        position: relative;
    }
    .spw-section-welcome .spw-style {
        margin-top: 40px;
        display: inline-flex;
    }
}

.spw-section-welcome .spw-code {
    color: white;
}
.spw-section-welcome .spw-shortdesc {
    color: white;
}
.spw-section-welcome .spw-shortdesc h2 {
    color: white;
}
.spw-img-plan {
    left: 0;
    right: 0;
    margin: auto;
    /* border: 1px solid #e4eaec; */
}

.spw-home-spec-row {
    border: 2px solid #e4eaec;
    border-radius: 6px;
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 10px 15px;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.spw-home-spec-img {
    float: left;
    width: 12%;
    height: 50px;
    margin-right: 20px;
}
.spw-home-spec-row img {
    height: 100%;
}
@media screen and (max-width: 766px) {
    .spw-home-spec-row img {
        height: 80%;
    }
}
.spw-home-spec-col {
    width: 50%;
    float: left;
    height: 50px;
}
.spw-home-spec-value {
    width: 100%;
    height: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    margin-left: 10px;
}
.spw-home-spec-value h4 {
    font-size: 26px;
    margin: 0;
}
.spw-home-spec-value h5 {
    margin: 0;
    font-size: 22px;
}
.spw-home-spec-value p {
    margin: 0;
    font-size: 16px;
}

.spw-img-more {
    position: relative;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 20px; */
    cursor: pointer;
}
.spw-img-more img {
    border-radius: 8px;
    filter: brightness(100%);
}
.spw-img-more img:hover {
    filter: brightness(50%);

}
.spw-img-more h3 {
    position: absolute;
    z-index: 2;
    color: white;
    text-shadow: 1px 1px black;
}

.spw-col-3 {
    flex: 0 0 calc(33.33% - 20px);
    margin: 4px;
}