.fpAbout {
    padding: 100px 0;
}
  
.aboutText {
    font-size: 18px;
    line-height: 1.7;
}
  
.aboutBtn {
    border-radius: 3px;
    padding: 10px 25px;
    text-decoration: none;
    transition: all .1s ease-in;
}
  
.aboutBtnPrimary {
    background-color: #09426a;
    border: 1px solid #09426a;
    color: #fafafa;
}
  
.aboutBtnPrimary:hover {
    background-color: #0D609B;
    border-color: #0D609B;
    color: #fafafa;
}
  
.aboutBtnSecondary {
    border: 1px solid #09426a;
    color: #09426a;
}
  
.aboutBtnSecondary:hover {
    background-color: #09426a;
    color: #fafafa;
}
  
.aboutImg {
    border-radius: 3px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    max-height: 500px;
}