@media screen and (max-width: 1024px) {
    h3 {
        font-size: 3rem;
    }
    h4 {
        font-size: 2rem;
    }
    #first_title {
        font-size: 4rem;
        bottom: -150px;
    }

    #planet_img {
        height: 6rem;
    }
    #macumba_img {
        height: 10rem;
    }
    #polaroid_img {
        height: 20rem;
    }

    .tab_content_image {
        width: 40%;
    }
    .tab_content_text {
        width: 50%;
        padding: 1rem 1rem;
    }
    .mobile_tab_content_title {
        display: none;
    }

    .section_contact {
        margin-top: 40px;
    }

    .section_description {
        font-size: 2rem;
    }

    .social_media_border {
        width: 250px;
    }
    .send-icon {
        right: 12%;
    }
}