

body {
    text-align: center;
    font-size: 18px;

}

.desc {
    font-size: 24px;
    line-height: 1.5;
}

.testimony {
    font-style: italic;
    font-size: 20px;
    margin-bottom: 20px;
}

.testimony-name {
    font-size: 26px;
    font-weight: bold;
    margin: auto 20px;
}

.testimony-container {
    max-width: 400px;
    margin: 0px auto;
}

.testimony-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.testimony-row {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    
}

.scripture {
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
}

.train-item-l {
    max-width: 800px;
}

.train-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    border-radius: 12px;
}

.train-item i {
    font-size: 2.5rem; /* Big icon */
    color: var(--primary-color); /* Blue color, change as needed */
    margin-bottom: 1rem;
}

.train-item p {
    font-size: 1.5rem;
    font-weight: 700;

    margin: 0;
}

.for-me-box {
    align-content: center;
}

.for-me-box p {
    text-align: left;
    line-height: 1.9;
}

.for-me-header {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
    margin: 12px 0;
}

.get-out i {
    font-size: 48px;
    color: var(--primary-color);
}

.supporting {
    max-width: 400px;
    width: 80vw;
    border-radius: 45px;
}

.filledsidev {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}