.image-background-section {
    position: relative;
}

.image-background-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.image-background-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;'
}

.image-background-content {
    width: 100%;
    height: 100%;
    color: #ffffff;
    z-index: 9;
    position: relative;
    padding: 50px 0 20px;
    background: rgb(24,20,62);
    background: linear-gradient(0deg, rgba(24,20,62,0.52) 0%, rgba(24,20,62,0.92) 100%);

}

.image-background-content h2 {
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.image-background-content p {
    color: #ffffff;
}
.image-background-content a{
    color: #FDBD4D;
}

.image-background-content a:hover{
    border-color: #FDBD4D;
}

.image-background-content .btn {
    margin-top: 20px;
}

.image-background-content-wrapper {
    max-width: 762px;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .image-background-content {
        padding: 110px 0 80px 0;
    }
}


@media (min-width: 1025px) and (max-width: 1280px) {
    .image-background-content {
        padding: 50px 0;
    }

    .image-background-content p {
        font-size: 16px;
    }
}