.oooclir-profile__title h1 {
  margin-bottom: 0;
}

.oooclir-profile__title div {
  display: flex;
}

.oooclir-profile__title p {
  color: #046bd2;
  font-weight: bold;
  margin: -8px 0 4px 0;
}

.oooclir-profile__title p:nth-child(1) {
  width: 20%;
  padding-right: 20px;
}

.oooclir-profile__editText {
  width: 80%;
  padding-left: 20px;
}

.oooclir-profile__editText::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  margin-top: -4px;
  background-color: #046bd2;
}

.oooclir-profile {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.oooclir-profile__picture {
  width: 20%;
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}

.oooclir-profile .oooclir-profile__picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.oooclir-profile .oooclir-profile__companyLogo {
  width: 100%;
  display: grid;
}

.oooclir-profile .oooclir-profile__companyLogo img {
  width: 80%;
  margin: 0 auto;
  margin-top: 12px;
  border-radius: 0;
}

.oooclir-profile__info {
  width: 80%;
  padding-left: 20px;
}

.oooclir-profile_info__group8020 {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.oooclir-profile_info__group8020 div:nth-child(1) {
  width: 80%;
}

.oooclir-profile_info__group8020 div:nth-child(1) p:nth-child(2) {
  color: #046bd2;
  font-size: 28px;
  font-weight: bold;
}

.oooclir-profile_info__group8020 div:nth-child(2) {
  width: 20%;
}

.oooclir-profile_info__group8020 div:nth-child(2) > p {
  display: grid;
}

.oooclir-profile__info p {
  margin-bottom: 0;
}

.oooclir-profile--txtJustify {
  text-align: justify;
}

.oooclir-profile__info > p:nth-child(2n+3) {
  margin-bottom: 20px;
}

.oooclir-profile__info p:nth-child(3) {
  color: #046bd2;
  font-size: 24px;
  font-weight: bold;
}

.oooclir-profile .oooclir-profile__info p > a {
  display: flex;
  justify-content: center;
  justify-self: flex-end;
  align-items: center;
  width: 160px;
  height: 40px;
  background-color: #046bd2;
  color: #ffffff;
  margin-bottom: 0;
  padding: 10px 16px;
  border: none;
  border-radius: 4px;
  text-decoration: none;
}

.oooclir-profile .oooclir-profile__info p > a:hover {
  background-color: #045cb4;
}

@media screen and (max-width: 768px) {
  .oooclir-profile {
    display: block;
  }

  .oooclir-profile .oooclir-profile__picture,
  .oooclir-profile .oooclir-profile__info {
    width: 100%;
  }

  div.oooclir-profile__picture,
  div.oooclir-profile__info {
    padding-right: 0;
    padding-left: 0;
  }

  div.oooclir-profile__picture {
    margin-bottom: 20px;
  }

  div.oooclir-profile__info p:last-child {
    display: grid;
    margin-top: 4px;
  }

  .oooclir-profile_info__group8020 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .oooclir-profile_info__group8020 div:nth-child(1) {
    width: 100%;
    margin-top: 16px;
  }

  .oooclir-profile_info__group8020 div:nth-child(2) {
    width: 100%;
  }

  .oooclir-profile--removeLink {
    color: #334155;
    text-decoration: none;
  }

  .oooclir-profile .oooclir-profile__info p > a {
    justify-self: center;
  }
}