.top-box-section {
    position: relative;
    text-align: center;
    padding: 30px 20px;
    color: var(--white-color);
    overflow: hidden;
    background: linear-gradient(145deg, #ff400097, #90ee909b);
}
.top-box-section-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    z-index: -1;
}
.top-box-section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.top-box-section-content {
    position: relative;
    margin: 0 auto;
    z-index: 1;
}
.top-box-section-header{
    font-size: 30px;
    margin: 20px 0;
}
.top-box-section-text {
    font-size: 18px;
    line-height: 1.6;
    margin: 10px 0;
    color: var(--gainsboro-color);
}