/**
Calculate rem
*/
.c-contactpersons h2 {
  margin-bottom: 10px;
}
.c-contactpersons-person {
  text-align: center;
  margin-top: 35px;
}
@media (min-width: 576px) {
  .c-contactpersons-person {
    text-align: initial;
  }
}
.c-contactpersons-person-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 576px) {
  .c-contactpersons-person-holder {
    display: unset;
  }
}
.c-contactpersons-person-holder__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 5px;
  height: 165px;
  width: 100%;
  border-radius: 8px;
}
.c-contactpersons-person__detail {
  font-size: 1rem;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #082452;
  margin-bottom: 5px;
}
.c-contactpersons-person__detail--name {
  font-weight: bold;
}
.c-contactpersons-person__detail--kia {
  font-size: 1rem;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #082452;
  font-family: "Barlow Regular", sans-serif;
  color: #1C284A;
}
.c-contactpersons-person__mail {
  margin-bottom: 5px;
  position: relative;
  bottom: 0;
  font-size: 1rem;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #082452;
  color: #00ADED;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-contactpersons-person__mail:hover {
  bottom: 3px;
  text-decoration: none;
}
.c-contactpersons-person__socialbtn {
  color: #ffffff;
  background-color: #00ADED;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: 10px 10px 0 0;
  text-align: center;
  text-decoration: none;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-contactpersons-person__socialbtn:hover, .c-contactpersons-person__socialbtn:focus {
  bottom: 5px;
}
.c-contactpersons-person__socialbtn--about {
  min-width: 90px;
  border-radius: 35px;
  border: 2px solid #00ADED;
  background-color: white;
  color: black;
  font-size: 0.75rem;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #082452;
  font-weight: bold;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .c-contactpersons-person__socialbtn--about {
    padding: 10px 16px;
    min-width: 114px;
  }
}
.c-contactpersons-person__socialbtn--about:after {
  content: "";
  margin-left: 7px;
  width: 15px;
  height: 15px;
  background-image: url("/assets/images/icons/arrow-right-small.svg");
  background-position: center;
  background-size: contain;
}
.c-contactpersons-person__socialbtn--kia {
  color: #000000 !important;
  background-color: #009FE3;
}
.c-contactpersons-person__description {
  display: none;
}