* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

body {
    background-color: #f2f2f2;
}

.heading {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 20px auto;
}

.heading h1 {
    font-size: 50px;
    color: #000;
    margin-bottom: 25px;
    position: relative;
}

.heading h1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    display: block;
    margin: 0 auto;
    background-color: #4caf50;
}

.heading p {
    font-size: 18px;
    color: #666;
    margin-bottom: 35px;
}

.container {
    width: 90%;
    margin: 0 auto;
    padding: 10px 20px;
}

.about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.about-image {
    flex: 1;
    margin-right: 40px;
    overflow: hidden;
}

.about-image img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: 0.5s ease;
}

.about-image:hover img {
    transform: scale(1.2);
}

.about-content {
    flex: 1;
}

.about-content h2 {
    font-size: 23px;
    margin-bottom: 15px;
    color: #333;
}

.about-content p {
    font-size: 18px;
    line-height: 1.5;
    color: #666;
}

.about-content .read-more {
    display: inline-block;
    padding: 10px 20px;
    /* background-color: #4caf50; */
    background-color: #000;
    color: #fff;
    font-size: 19px;
    text-decoration: none;
    border-radius: 25px;
    margin-top: 15px;
    transition: 0.3s ease;
}

.about-content .read-more:hover {
    background-color: #3e8e41;
}

@media screen and (max-width: 768px) {
    .heading {
        padding: 0px 20px;
    }

    .heading h1 {
        font-size: 36px;
    }

    .heading p {
        font-size: 17px;
        margin-bottom: 0px;
    }

    .container {
        padding: 0px;
    }

    .about {
        padding: 20px;
        flex-direction: column;
    }

    .about-image {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .about-content p {
        padding: 0px;
        font-size: 16px;
    }

    .about-content .read-more {
        font-size: 16px;
    }
    .section_1 {
        margin: 10px;
    }
}

.see_all_text {
    float: right;
    font-family: source_sans_prosemibold, sans-serif;
    color: #5d5b5b;
    font-size: 14px;
    text-decoration: underline;
}
  
  /* Float four columns side by side */
  .column_ {
    float: left;
    width: 25%;
    padding: 10px;
    margin: 0px;
  }
  
  /* Remove extra left and right margins, due to padding */
  .row_ {
    margin: 0 -5px 10px 0;
    

}
  
  /* Clear floats after the columns */
  .row_:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive columns */
  @media screen and (max-width: 600px) {
    .column_ {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }

    .generalModelDiv {
        padding: 10px !important;
    }
    .ul_class {
        display: block !important;
        place-content: center;
    }
  }
  
  /* Style the counter cards */
  .card_ {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
    height: 280px;
  }

  .data_url_div {
    display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        height: 200px; /* Örnek için sınırlı bir yükseklik belirledim */
        border: 1px solid #ccc;
        height: -webkit-fill-available;
  }

  .modelNameCollectionList {
    margin-top: 10px;
    text-align: left;
    padding-bottom: 10px;
    font-size: 2.0rem;
    padding-top: 0px !important;
    border: 0px;
    text-align: center !important;
    color: #818990;
}

.ul_class {
    display: flex;
    place-content: center;
    width: fit-content;
}
.li_class {
    margin: 10px 30px 10px 0px;
    justify-content: center;
}

.chosen_li_element {
    padding: 10px;
    border-radius: 10px;
    border-bottom: 5px solid #000;
}
