body {
    font-family:"Noto Sans", sans-serif;
    font-size:1.1em;
}
h2 {
    font-weight:800;
    font-size:1.8em;
}
.hero {
    background-image: url('../img/bg.png'); /* Replace with your image */
    background-repeat: no-repeat;
    background-position: calc(100% + 50px) calc(100% + 50px);
    background-size: auto; /* Adjust as needed (e.g., contain, cover, specific px) */
}
.car-accept {
    padding:48px;
    max-width:550px;
    margin:0 auto;
    margin-top:60px;
    border-radius:5px;
}
.car-accept .lyd {
    margin-bottom:24px;
    height:80px;
}
.profile-img {
    width: 120px;
    height: 120px;
    border-radius:50%;
    margin:0 auto;
    object-fit: cover; /* Ensures the image fills the container without distortion */
    display: block;
}
h2,h4 {
    font-family:"Inter Tight";  
    font-weight:800;
    color:#222f45 !important;
}
.car-accept h4 {
    font-size:1.3em;
    font-family:"Inter Tight";
    background-image: -webkit-linear-gradient(-9deg, #00ada7 0%, #2285c5 97%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.car-accept p {
    margin:0 !important;
    padding:0 !important;   
}
.text-primary, h5, a, strong, h2 {
    font-family:"Inter Tight";
    background-image: -webkit-linear-gradient(-9deg, #00ada7 0%, #2285c5 97%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.text-secondary {
    font-family:"Inter Tight";  
}   
.list {
    padding:0px 64px 0px 64px;
}
.footer {
    font-size:0.8em;
}