.red-background {
    height: auto;
    background: linear-gradient(to bottom, rgb(240, 120, 120), transparent);
    padding: 50px 10px;
    display: flex;
    flex-direction: column;
}

.red-background img {
    width: 200px; 
    border-radius: 20px;
    margin: 0 auto;
}

.blog-section {
    padding-top: 30px;
}

._18px-text {
    
                    font-weight: 500;
                    font-size: 20px
}

.red-background .heading {
    text-align: center;
}

.landing-container {
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 700px) {
    .red-background {
        height: auto;
        background: linear-gradient(to bottom, rgb(240, 120, 120), transparent);
        padding: 50px 10px;
    }

    .landing-container {
        max-width: 1000px;
        margin: 0 auto;
    }

    .first-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 1000px;
        margin: 0 auto;
    }

    .first-text img {
        margin-right: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}