.process-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;

}

.process-section {
    margin-top: 120px;
}

.process-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    color: #344054;
    text-align: center;
    margin-bottom: 50px;
}

.section-area {
    padding: 82px 0px 82px;
}

.section-title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    color: #22282B;

}

.section-first-title {
    font-family: Lato;
    font-weight: 600;
    font-size: 16px;
    color: #22282B;
    text-align: center;
}

.section-description {
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    color: #22282B;


}
 .section-ust-baslik{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
 }
.process-card img {
    margin: auto;
    display: block;
}

.section-description-title{
    font-family: Manrope;
font-weight: 800;
font-size: 24px;
color: #102A83;
margin-bottom: 16px;
}
.goal-container{
    margin-top: 120px;
}
@media (max-width: 991px) {
    .section-title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #22282B;
}
.section-description-title {
    margin-top: 24px;
}
}
@media (max-width: 425px) {
    .section-title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #22282B;
}
}