
.sp-ti-5 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.sp-ti-5-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sp-ti-5-title {
    margin-top: 0px;
    margin-bottom: 32px;
    font-style: normal;
    color: #1C1B1F;
}
a.sp-ti-5-btn,a.sp-ti-5-btn:hover {
    width: 324px;
    height: 56px;
    background: #81AE54;
    border-radius: 8px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}
.sp-ti-5-btn:hover {
    transform: translateY(-5px);
}
.sp-ti-5-right {
    width: 618px;
    min-width: 618px;
    margin-left: 50px;
}
.sp-ti-5-right ul {
    list-style-type: none;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.sp-ti-5-right li {
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: -0.01em;
    color: #122334;
    border-bottom: 1px solid rgba(28, 27, 31, 0.16);
    padding-left: 20px;
}
.sp-ti-5-right li:first-child {
    border-top: 1px solid rgba(28, 27, 31, 0.16);
}
.sp-ti-5-right li:before {
    content:'';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #122334;
    position: absolute;
    left: 2px;
    top: 24px;
}
.sp_st_wrapper {
    width: 1303px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1200px){
    .sp_st_wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }
    .sp-ti-5 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sp-ti-5-title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 32px;
        font-weight: 500;
    }
    .sp-ti-5-flex {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .sp-ti-5-left {
        width: 618px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .sp-ti-5-right {
        margin-top: 48px;
        margin-left: 0%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        min-width: 1px;
    }
}