#back {
    background: linear-gradient(47.85deg, #be5bcde8 6.19%, #f5f2ebc4 96.22%) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.goliath>h4 {
    font-weight:bold;
    font-size:40px;
    color: #000000;
}

.goliath>h3 {
    font-weight: bold;
    font-size: 25px !important;
    color: white;
    text-align: center !important;
    padding-left: 100px;
}
.back-in-black {
    background: #877684;
    padding: 0.3% 2%;
    width: 35%;
    text-align: center;
    display: flex;
    margin: auto;
}
@media (max-width: 763px) {
    .back-in-black {
        background:black;padding:1% 2%;width:85%;text-align: center;display:flex;margin:auto;
    }
    .goliath>h4 {
        font-weight:bold;
        font-size:28px;
        color: #000000;
    }
}
p {
    color:#332929 !important;
}