/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/DeepLearning/DeepLearning.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.DeepLearning_container__yE1mI {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: #1a1a1a;
    color: #f5f5f5;
    padding: 20px;
  }
  
  .DeepLearning_title__uNTp6 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #ffffff;
  }
  
  .DeepLearning_description__g8YVO {
    font-size: 1.2rem;
    margin-bottom: 30px;
    text-align: center;
    max-width: 800px;
    line-height: 1.6;
  }
  
  .DeepLearning_imageContainer__Iy1t3 {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    overflow: hidden;
  }
  
  .DeepLearning_image__QO_2A {
    border-radius: 8px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
