@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap');
body{
    font-family: 'Montserrat', sans-serif; 
  }
.p55{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.company {
  padding: 40px 0 0;
}
.about {
  font-size: 32px;
  font-weight: bold;
  color: black;
  text-align: center;
}
.title {
  font-size: 24px;
  font-weight: bold;
  color: rgb(128, 128, 128);
  text-align: center;
}
.flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
}
}
.flex-item {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.flex-item img {
  margin-bottom: 10px;
}
.colored_button_div {
  padding: 5px 0;
  width: 40%;
  border-radius: 15px;
  border: 1px solid rgb(89, 163, 252);
  color: rgb(89, 163, 252);
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.colored_button_div:hover {
  background-color: rgb(89, 163, 252);
  cursor: pointer;
}
.colored_button_div:hover a {
  color: white;
  text-decoration: none;
}
.company {
  padding: 20px 0 0;
}
.flex-3 {
  flex: 3;
}
.points_div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.single_point_div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.single_point_div .point_circle {
  margin-right: 10px;
}
.single_point_text {
  line-height: 2;
}
.map{

    border-radius: 20px;
    box-shadow: 0 20px 70px rgba(0,0,0,.3);
}
