.cta-section .content-title .maxtitle-2 {
    margin: 0 0 30px;
}
.cta-section .content-title p {
    max-width: 531px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    font-size: 16px;
    color: var(--sk-primary);
}
.cta-section ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 35px;
    gap: 10px 30px;
}
.cta-section ul li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: var(--sk-primary);
}
.cta-section ul li:before {
    position: relative;
    display: flex;
    content: '';
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: url(../images/check-yellow.svg) no-repeat center;
    background-size: contain;
    margin-right: 15px;
}
.vector-star {
    position: absolute;
    left: calc(50% - 370px);
    top: 27%;
}
@media (max-width: 767px) {
    .vector-star {
        left: calc(50% - 250px);
        top: 60%;
    }
}
@media (max-width: 480px) {
    .vector-star {
        left: calc(50% - 230px);
    }
}