.limit .w-100 {
    margin-bottom: 10px;
  }
  .limit .background-img {
    width: 100%;
    padding: 50px 100px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .limit .background-img .top-nav {
    margin-bottom: 100px;
  }
  .limit .background-img .subjects-container {
    margin: 20px auto;
    display: grid;
    grid-template-rows: repeat(3, 500px);
    row-gap: 50px;
width:80%;
  }
  .limit .background-img .subjects-container .subjects-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: none;
    display: grid;
    grid-template-columns: 350px 1fr;
  }
  .limit .background-img .subjects-container .subjects-box > div:nth-of-type(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .limit .background-img .subjects-container .subjects-box > div:nth-of-type(1) > img {
    position: absolute;
    filter: brightness(0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .limit .background-img .subjects-container .subjects-box > div:nth-of-type(1) > div {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 20px;
  }
  .limit .background-img .subjects-container .subjects-box > div:nth-of-type(1) > div > div {
    display: flex;
    justify-content: center;
  }
  .limit .background-img .subjects-container .subjects-box > div:nth-of-type(1) > div > div > div {
    color: white;
    writing-mode: vertical-lr;
    font-size: 30px;
    font-weight: 700;
  }
  .limit .background-img .subjects-container .subjects-box > div:nth-of-type(1) > div > img {
    width: 80px;
    height: 80px;
  }
  .limit .background-img .subjects-container .subjects-box > div:nth-of-type(2) {
    background-color: white;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    font-size: 20px;
    <!-- font-weight: bold; -->
  }
  .limit .background-img .subjects-container .subjects-box > div:nth-of-type(2) > div {
   flex: 1 1 calc(50% - 40px); 
   margin: 5px 7.5px;
  }