.section-area {
    padding: 82px 0px 62px;
    text-align: center;
    max-width: 100%;
    width: 750px;
    margin: auto;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.section-titles {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.section-first-title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 16px;
    color: #22282B;
    text-align: center;
}

.section-title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    color: #22282B;

}



.custom-card:hover {
    background-color:  #ffffff;
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-card {
    background-color:#F5F5F5;
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-title {
    font-family: Manrope;
    font-weight: 500;
    font-size: 16px;
    color: #22282B;
    margin-bottom: 12px;
}

.card-link {
    font-family: Manrope;
    font-weight: 400;
    color:#102A83;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
   gap: 8px;
}

.card-link:hover {
    text-decoration: none;
}

.politika{
    margin-bottom: 100px;
}
 .section-ust-baslik{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
 }

 @media (max-width: 448px) {
 .section-title {
    font-size: 32px;
}
.main-title{
  font-size: 30px;
}
}