.spw-title {
    font-size: 2.5em;
    margin-bottom: 16px;
}
.spw-desc {
    font-size: 26px;
}

.spw-design-contain {
    margin-bottom: 160px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media screen and (max-width: 766px) {
    .spw-design-contain {
        margin-bottom: 80px;
    }
}
.spw-short-desc {
    margin-left: 8px;
}
.spw-short-desc h2 {
    margin-bottom: 12px;
}
.spw-detail-contain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
}
.spw-detail-key {
    font-size: 16px;
}
.spw-detail-value {
    margin-top: -5px;
    margin-bottom: 0;
    font-size: 24px;
    color: #0a2240;
}
@media screen and (max-width: 766px) {
    .spw-detail-contain {
        padding-left: 12px;
    }
    .spw-detail-key {
        font-size: 14px;
    }
}
.spw-image img {
    width: 100%;
    border-radius: 8px;
}
.spw-image-txt {
    border-radius: 8px;
    font-size: 40px;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.spw-icon-img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #0a2240;
    padding: 5px;
}
