@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 {
            font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
        }
        .hero-section {
            background: #f8f9fa;
            padding: 60px 0;
        }
        .hero-img {
            max-width: 250px;
            border-radius: 50%;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        }
        .card {
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        }
        .footer {
            background: #343a40;
            color: #fff;
            padding: 20px 0;
            text-align: center;
        }
        .block-quote{
            border-left: 3px solid #007bff;
            background-color: #f5f5f5;
            border-radius: 4px;
            
        }
        .curr-role .card{
            min-height: 267px; 
        }
        .mt-5{
            margin-top: 24px;
        }
        
       .mainTitle {
        position: relative;
        padding: 0;
        margin: 0;
        font-family: "Raleway", sans-serif;
        font-weight: 300;
        font-size: 40px;
        color: #080808;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        }

.mainTitle span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
.mainTitle em {
  font-style: normal;
  font-weight: 600;
}
.title{
    margin-bottom: 20px;
}
.title .mainTitle {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative; 
}
.title .mainTitle:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #111;
}
.title .mainTitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #333;
}
.banner-title{
    min-height: 250px;
    background-color: rgb(46 46 46);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}
.banner-title h1.title{
    color: #fff;
    font-size: 36px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
}
.border-block-top-110 {
    display: inline-block;
    position: absolute;
    background: transparent;
    width: 110px;
    height: 110px;
    border-top: 3px solid #ff724c;
    border-left: 3px solid #ff724c;
    left: 20px;
    top: 10px;
    z-index: 0;
}

.blockquote {
  padding-left: 2rem;
  position: relative;
  overflow: hidden;
}
.blockquote::before, .blockquote::after {
  position: absolute;
  color: #777;
}
.blockquote p {
  margin: 0;
}
.blockquote p + p {
  margin-top: 1rem;
}
.blockquote--slashes::before {
  content: "//";
  transform: rotate(90deg);
  left: 0;
}
.blockquote--slashes::after {
  content: "";
  left: 5px;
  top: 25px;
  width: 1px;
  height: 100%;
  background-color: currentColor;
}
.blockquote--classic::before {
  content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='%23777777'><path d='M9.983 3v7.391C9.983 16.095 6.252 19.961 1 21l-.995-2.151C2.437 17.932 4 15.211 4 13H0V3h9.983zM24 3v7.391c0 5.704-3.748 9.571-9 10.609l-.996-2.151C16.437 17.932 18 15.211 18 13h-3.983V3H24z'/></svg>");
  left: 0;
}
.blockquote--classic::after {
  content: "";
  left: 5px;
  top: 25px;
  width: 1px;
  height: 100%;
  background-color: currentColor;
}

 
blockquote + blockquote {
  margin-top: 5rem;
}
