.students-section {
  padding: 40px;
}
.students-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}
.students-content-top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
}
.students-content-top-left h2, .students-content-top-right h2, .students-content-middle h2 {
    font-size: 24px;
    font-weight: 700;
    color: #08487C;
    letter-spacing: 0%;
    line-height: 100%;
    margin-bottom: 0;
}
.students-content-top-left p, .students-content-top-right p, .students-content-middle p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0%;
    line-height: 100%;
    margin-bottom: 0;
}
.students-content-top-left, .students-content-top-right, .students-content-middle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
.students-content-top-left-file a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.students-content-top-left-file a p {
    font-size: 16px;
    font-weight: 400;
    color: #08487C;
    letter-spacing: 0%;
    line-height: 100%;
    margin-bottom: 0;
    text-decoration: underline;
    text-align: left;
}
.students-content-top-left-file a p:hover {
    cursor: pointer;
    text-decoration: none;
}
.students-content-bottom {
    width: 100%;
}
.students-content-bottom-card {
    position: relative;
}
.students-content-bottom-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.students-content-bottom-card-img {
    width: 325px;
    height: 250px;
    object-fit: cover;
}
.students-content-bottom-card-zoom-img {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #00000066;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.students-content-bottom-card-zoom {
    width: 18px;
    height: 18px;
}
.students-content-bottom-card-zoom:hover {
    transform: scale(1.2);
    cursor: pointer;
}

.zoom-photo-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
}

.modal-content {
  max-width: 90%;
  max-height: 80%;
  border-radius: 8px;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}
.modal-close:hover {
    cursor: pointer;
    transform: scale(1.2);
}

@media (max-width:1280px) {
    .students-section {
        padding: 30px;
    }
    .students-content, .students-content-top, .students-content-top-left, .students-content-top-right, .students-content-middle {
        gap: 30px;
    }
    .students-content-top-left h2, .students-content-top-right h2, .students-content-middle h2 {
      font-size: 22px;
    }
    .students-content-top-left p, .students-content-top-right p, .students-content-middle p, .students-content-top-left-file a p {
        font-size: 14px;
    }
    .students-content-top-left-file a, .students-content-bottom-cards {
        gap: 15px;
    }
    .students-content-top-left-file a img {
        width: 44px;
        height: 44px;
    }
    .students-content-bottom-cards {
        grid-template-columns: repeat(3, 1fr);
    }
    .students-content-bottom-card-zoom-img {
        width: 34px;
        height: 34px;
    }
    .students-content-bottom-card-zoom {
        width: 14px;
        height: 14px;
    }
    .modal-close {
        font-size: 38px;
    }
}
@media (max-width:768px) {
    .students-section {
        padding: 20px;
    }
    .students-content, .students-content-top, .students-content-top-left, .students-content-top-right, .students-content-middle {
        gap: 25px;
    }
    .students-content-top-left h2, .students-content-top-right h2, .students-content-middle h2 {
        font-size: 20px;
    }
    .students-content-top-left p, .students-content-top-right p, .students-content-middle p, .students-content-top-left-file a p {
        font-size: 12px;
    }
    .students-content-top-left-file a img {
        width: 40px;
        height: 40px;
    }
    .students-content-top {
        flex-direction: column;
    }
    .students-content-bottom-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .students-content-bottom-card-zoom-img {
        width: 30px;
        height: 30px;
    }
    .students-content-bottom-card-zoom {
        width: 10px;
        height: 10px;
    }
    .students-content-top-left-file a, .students-content-bottom-cards {
        gap: 10px;
    }
    .modal-close {
        font-size: 36px;
    }
}
@media (max-width: 480px) {
    .students-section {
        padding: 10px;
    }
    .students-content, .students-content-top, .students-content-top-left, .students-content-top-right, .students-content-middle {
        gap: 20px;
    }
    .students-content-top-left h2, .students-content-top-right h2, .students-content-middle h2 {
        font-size: 18px;
    }
    .students-content-top-left p, .students-content-top-right p, .students-content-middle p, .students-content-top-left-file a p {
        font-size: 10px;
    }
    .students-content-top-left-file a img {
        width: 38px;
        height: 38px;
    }
    .students-content-bottom-cards {
        display: flex;
        flex-direction: column;
    }
    .students-content-bottom-card-zoom-img {
        width: 28px;
        height: 28px;
    }
    .students-content-bottom-card-zoom {
        width: 8px;
        height: 8px;
    }
    .modal-close {
        font-size: 34px;
    }

}