    .about-custom-section {
    background-color: #222831;
    color: #ffffff;
    flex: 1; 
    display: flex;
    align-items: center;
    padding: 60px 0; 
}

.about-dynamic-img {
    background-image: var(--bg-img);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
}

.about-custom-text {
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 16px;
}

.about-custom-btn {
    background-color: #ffbe33;
    color: #000000;
    border: none;
    padding: 12px 45px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.3s ease;
}

.about-custom-btn:hover{
    background-color: #e6a82c;
    color: #000000;
    text-decoration: none;
}
