.top-branches {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 60px;
}

.top-branches-content {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex: 1;
  max-width: 1280px;
}

.top-branches-image-box {
  display: flex;
  gap: 20px;
  flex: 5;
}

.top-branches-image-box-item {
  width: 100%;
}

.top-branches-image-box-item img {
  width: 100%;
}

.top-branches-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  background-color: #39b54a;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  font-weight: 600;
  margin-top: 50px;
}

.top-branches-content-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
  width: 15%;
}

.top-branches-content-box h1 {
  font-size: 30px;
  color: #39b54a;
  text-align: start;
}

.top-branches-content-box p {
  font-size: 16px;
  color: #545964;
  text-align: start;
  line-height: 20px;
}

.top-branches-content-box button {
  background-color: #39b54a;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
}

@media (max-width: 1024px) {
  .top-branches-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 1280px;
  }
  .top-branches-content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .top-branches-content-box p {
    text-align: center;
  }
  .top-branches-button {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 425px) {
  .top-branches-content-box h1 {
    text-align: center;
  }
  .top-branches-image-box {
    display: block;
  }
  .top-branches-image-box-item {
    margin-bottom: 20px;
  }
}
