.top-part {
    position: relative;
}

.top-text {
    padding-top: 60px;
    padding-left: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media screen and (max-width: 600px) {
    .top-text {
        padding-top: 20px;
        padding-left: 10px;
    }
}

.title {
    color: white;
    font-weight: bold;
    line-height: 0.9;
}

@media screen and (min-width: 601px) {
    .title {
        font-size: 40px;

    }
}

@media screen and (max-width: 600px) {
    .title {
        font-size: 25px;
    }
}

.subtitle {
    color: white;
    /*font-weight: bold;*/
}

@media screen and (min-width: 601px) {
    .subtitle {
        font-size: 15px;

    }
}

@media screen and (max-width: 600px) {
    .subtitle {
        font-size: 12px;
    }
}

.background-img {
    width: 100%;
    object-fit: contain;
}
