@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

body {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

/* .profile-page-section {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
} */

img {
  max-width: 100%;
}

.company-logo {
  text-align: right;
  padding-right: 30px;
  transform: translateY(-25px);
  margin-bottom: -25px;
}

.company-logo img {
  width: 60px;
}

.profile-details-section {
    padding-left: 15px;
    padding-right: 15px;
}

.profile-detail {
  border-left: 2px dotted #000;
  padding-left: 20px;
  margin-top: 30px;
}

.profile-name {
  font-family: "Lato";
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #000;
}

.profile-role {
  font-family: "Lato";
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
  padding: 5px 0px;
}

.profile-company-name {
  font-family: "Lato";
  font-style: italic;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  color: #000;
}

.profile-content p {
  margin-bottom: 0px;
  font-family: "Lato";
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  margin-top: 30px;
}

.social-media-repeater {
  margin-top: 50px;
}

.social-media-card {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.social-media-icon i {
  background: #ffca3d;
  color: #fff;
  font-size: 16px;
  padding: 14px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.social-media-icon i.fa.fa-phone {
  transform: rotate(90deg);
}

.social-media-text a {
  font-family: "Lato";
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
}

.social-media-text a:hover {
  text-decoration: unset;
}

@media screen and (max-width: 1365px) {
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991.98px) {
}

@media screen and (max-width: 767.98px) {
}

@media screen and (max-width: 575px) {
}

@media screen and (max-width: 480px) {
}
