.icon-geolocation-style {
  padding-bottom: 32px;
}
.icon-geolocation-style i {
  font-size: 88px;
}
.title-result {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin: 16px 0 24px;
  padding: 0 120px;
  line-height: normal;
  display: block;
  line-height: normal;
}
.link-configuration a {
  padding: 0 8px;
}
.title-configuration {
  margin-bottom: 8px;
  font-size: 16px;
}
.section-configuration {
  margin-bottom: 32px;
}
.sect-buttons-geolocation {
  display: flex;
}
.sect-buttons-geolocation a {
  display: flex;
  text-decoration: none;
  border: 1px solid #565656;
  padding: 4px 8px;
  margin: 8px 4px 0;
  min-width: 132px;
  align-items: center;
  justify-content: center;
  height: 36px;
  border-radius: 36px;
  color: #565656;
}
.sect-buttons-geolocation a i {
  font-size: 14px;
  padding-right: 8px;
}

@media (max-width: 1200px) {

.title-result {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 24px;
  padding: 0 80px;
  line-height: normal;
  display: block;
  line-height: normal;
}
.icon-geolocation-style i {
  font-size: 88px;
}

}

@media (max-width: 992px) {



}

@media (max-width: 768px) {



}

@media (max-width: 576px) {

.title-result {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 24px;
  padding: 0;
  line-height: normal;
  display: block;
  line-height: normal;
}
.icon-geolocation-style i {
  font-size: 72px;
}
.link-configuration a {
  padding: 4px;
  width: 100%;
}
.link-configuration {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

}
