.brandswrapper {
    margin-top: 650px;
}

.text-content4 {
    font-size: 90px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    text-align: start;
}

@media screen and (max-width: 1200px) {
    .nav-link {
        font-size: 14px !important;
    }

    .brandswrapper {
        margin-top: 300px;
    }

    .text-content1 {
        font-size: 80px;
        margin-top: -50px;
        color: rgb(255, 255, 255) !important;
    }

    .textcontent {
        margin-left: 0px !important;
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    body {
        background-size: cover !important;
    }

    .text-content3 {
        align-self: center;
    }
}