.custom-main-div {
    position: relative;
    width: 100%;
    height: 550px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-overlay-div {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #00000094 30%, transparent 69%);
}

.custom-content-div {
    width: 1350px;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.custom-title {
    margin-bottom: 15px;
    color: #ffffff;
    font-family: "mundial", Sans-serif;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 1px;
    width: 550px;
}

.custom-description {
    color: #ffffff;
    margin-bottom: 0px;
    width: 750px;
    font-family: "mundial", Sans-serif;
    font-size: 17px;
    font-weight: 200;
    line-height: 30px;
}


@media (max-width: 768px) {

    .custom-title {
        margin-bottom: 15px;
        color: #ffffff;
        font-family: "mundial", Sans-serif;
        font-weight: 300;
        letter-spacing: 1px;
        width: 100%;
        font-size: 30px;
        line-height: 40px;
    }

    .custom-content-div {
        width: 100%;
        padding: 0px 15px;
    }

    .custom-description {
        width: 100%;
    }

    .custom-main-div {
        height: 430px;
    }

}

@media screen and (min-width: 820px) and (max-width: 1180px) {
    .custom-content-div {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: auto;
        padding: 0px 30px;
    }

    .custom-main-div {
        position: relative;
        width: 100%;
        height: 400px;

    }
}