.hide-view {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  }

.fixmyoffice {
  height: 300px;
  margin: 0 10% 60px 10%;
  border-radius: 16px;
}

.fixmyoffice-bg {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #0000006b;
  justify-content: center;
}

.fixmyoffice-title {
  color: #fff;
  font-weight: 600;
  margin: 0;
  width: 60%;
  margin-bottom: 2%;
}

.fixmyoffice-button, .printer4rental-button, .ubyone-button {
  color: #fff;
  border-radius: 16px;
  font-size: 36px;
  font-weight: 600;
  width: 400px;
  display: flex;
  justify-content: center;
  padding: 4px 24px;
}

@media (max-width: 600px) {
  .fixmyoffice-button, .printer4rental-button, .ubyone-button {
    width: 300px;
  }
}

@media (max-width: 425px) {
  .fixmyoffice-button, .printer4rental-button, .ubyone-button {
    width: 250px;
  }
}

@media (max-width: 375px) {
  .fixmyoffice-button, .printer4rental-button, .ubyone-button {
    width: 220px;
  }
}

.fixmyoffice-button {
  background: #531554;
}

.printer4rental-button {
  background: #383838;
}

.ubyone-button {
  background: rgb(5, 5, 59);
}

.fixmyoffice-button:hover , .printer4rental-button:hover , .ubyone-button:hover {
  color: #fff;
  box-shadow: 0 0 20px 1px #fff;
}


@media (max-width: 1024px) {
  .fixmyoffice-title {
    width: 80%;
  }
  .fixmyoffice-button, .printer4rental-button, .ubyone-button {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .fixmyoffice-title {
    width: 90%;
  }
}

@media (max-width: 660px) {
  .fixmyoffice-title {
    font-size: 24px;
  }
  .fixmyoffice-button, .printer4rental-button, .ubyone-button {
    font-size: 28px;
  }
}

@media (max-width: 560px) {
  .fixmyoffice-title {
    width: 96%;
    font-size: 20px;
  }
  .fixmyoffice-button, .printer4rental-button, .ubyone-button {
    font-size: 26px;
  }
}

@media (max-width: 440px) {
  .fixmyoffice-title {
    width: 98%;
    font-size: 18px;
  }
  .fixmyoffice-button, .printer4rental-button, .ubyone-button {
    font-size: 24px;
  }
}

@media (max-width: 390px) {
  .fixmyoffice-title {
    font-size: 16px;
  }
  .fixmyoffice-button, .printer4rental-button, .ubyone-button {
    font-size: 20px;
  }
}

@media (max-width: 350px) {
  .fixmyoffice-title {
    width: 96%;
    font-size: 16px;
  }
  .fixmyoffice-button, .printer4rental-button, .ubyone-button {
    font-size: 20px;
  }
}
  