#container {
  width: 100%;
  height: auto;
  min-width: 100%;
  margin: 0%;
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 65px !important;
  box-sizing: border-box;
}

@media (min-width: 1536px) {
  #container {
    padding-top: 115px;
  }
}

#sectionMainContact {
  width: 100%;
  height: auto;
  display: flex;
  min-width: 100%;
  max-width: 100%;
  min-height: 250px;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center;
}

#subSectionMainContact {
  width: 100%;
  max-width: 1280px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
  border: 0;
}

#btns-con1 {
  display: block;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  height: auto;
  padding: 15px;
  background-color: transparent;
  box-sizing: border-box;
  transition: 0.3s all ease;
}

#svg-btns1 {
  width: 25%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #btns-con1 {
    width: 25%;
  }
  #svg-btns1 {
    width: 35%;
  }
}
