.main-row {
    height: auto;
    background-repeat: no-repeat;
    background-position: center 90%;
}

@media (min-width: 1200px) {
    .main-row {
        background-image: url("../images/ads2-banner.png");
        background-size: 100%;
    }
}

.first-col {}

@media (max-width: 1199px) {
    .first-col {
        background-image: url("../images/ads2-banner.png");
        background-repeat: no-repeat;
        background-position: center 70%;
    }
}

.img-hand {
    max-width: auto;
    max-height: 550px;
}

.img-message {
    max-width: auto;
    max-height: 550px;
}

@media (max-width: 768px) {
    .img-message {
        max-width: auto;
        max-height: 380px;
    }
}

.header {
    text-shadow: rgb(12, 14, 102) 2px 3px 2px;
}

.content-answer {
    text-shadow: rgb(240, 6, 6) 2px 3px 2px;

}

.content-ads {
    background-color: #202627a4;
    border-radius: 30px;
    margin: 30px;
    padding-top: 30px;
}

.header_1 {
    text-shadow: 0 0 0.1em rgb(214, 40, 9), 0 0 0.6em rgb(242, 245, 80), 0 0 1em rgb(209, 173, 15)
}

@media (max-width: 1199px) {
    .content-ads-main {
        background-image: linear-gradient(to bottom right, #cc3333, #0f0d0d);
        padding-top: 40px;
    }

    .content-ads {
        margin: 15px;
    }
}