.course-tab-content p {
    margin-bottom: 10px;
}
.course-tab-content h3 {
    margin-bottom: 5px;
    font-size: 24px;
}
.course-tab-content p a {
    font-weight: 700;
}
.it-feature-3-item {
    padding: 50px 30px;
    padding-top: 60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.it-feature-3-item .shape {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    transform: translateY(-50%);
}
.it-feature-3-item p{
    font-size: 14px;
}
.it-feature-3-icon {
    margin-bottom: 10px;
}
.it-feature-3-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    font-family: var(--it-ff-cinzel-decorative);
}

@media (max-width: 769px) {
    .it-feature-3-item {
    padding: 30px 20px;
    border-radius: 20px;
    border: 5px solid #525FE1;
    background-color: #fff;
    margin-bottom: 20px;
}
.it-feature-3-item .shape {
    display: none;
}
}