.sp-ti-4 {
	padding-top: 70px;
    padding-bottom: 70px;
}
.sp-ti-4-box {
    background: #63224d;
    border: 1px solid #63224d;
    border-radius: 16px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    position: relative;
    z-index: 40;
}
.sp-ti-4-right {
    width: 500px;
    margin-left: 107px;
    min-width: 500px;
}
.sp-ti-4-right img {
    max-width: 100%;
    border-radius: 8px;
    height: auto;
    display: block;
}
.sp-ti-4-left {
    width: 1px;
    flex-grow: 2;
}
.sp-ti-4-title {
    font-style: normal;
    color: #FFFFFF;
    margin-bottom: 24px;
    margin-top: 0px;
}
.sp-ti-4-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}
.sp-ti-4-text li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.sp-ti-4-text li:last-child {
    margin-bottom: 0px;
}
.sp-ti-4-text li:before {
    content:'';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 9px;
    left: 4px;
    border-radius: 100%;
    background: #ffffff;
}
.sp-ti-4-text p {
    margin-top: 0px;
    margin-bottom: 20px;
}
.sp-ti-4-text p:last-child {
    margin-bottom: 0px;
}
.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-ti-4-box {
        margin-top: 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 34px 16px;
    }
    .sp-ti-4-left {
        width: 620px;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .sp-ti-4-title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 24px;
    }
    .sp-ti-4-right {
        width: 600px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        min-width: 0px;
    }
    .sp-ti-4-right img {
        height: 400px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    .sp_st_wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }
    .sp-ti-4  {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}