.name{
    font-family: "Jost", serif;
}
.aboutBg {
    background:linear-gradient(rgba(0, 223, 252, 0.068), rgba(0, 223, 252, 0.068)), url(https://piktochart.com/wp-content/uploads/2023/10/deco-bg-edited.svg);
    width: 100%;
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: end;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}
.btn-warning{
    background-color: #f8d7da !important;
}
.btn-danger{
    background-color: #fff3cd !important;
}
.serv-icon{
    width: 40px;
    margin: 10px 0px 10px 0px;
}
