.more-projects-module {
  padding-left: 5%;
  padding-right: 5%;
}

.button-container {
  width: 100%;
  max-width: 1900px;
  padding-top: 5rem;
  padding-bottom: 7rem;
  margin-left: auto;
  margin-right: auto;
}

.button-center-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-project-btn {
  border: none;
  background-color: #00000000;
  font-size: 3rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 2rem; 
  color: #1A333C;
  cursor: pointer;
   
}

.more-projects-link {
  text-decoration: none;
}

.more-projects-link:hover {
  text-decoration: none;

}

.cirkle-icon {
  transition: transform 0.4s ease;
}

.more-project-btn:hover .cirkle-icon {
  transform: translateX(1rem);
}

@media screen and (max-width: 440px) {
  
  .more-project-btn {
    font-size: 2rem; 
    
}