@media(max-width:1200px) {
    .about_abel p {
        font-size: 18px;
        line-height: 1.8;
    }
    .about_abel p+img {
        width: 300px;
        margin-bottom: 20px;
    }
    .sponsorship_card .sponsorship_details ul li {
        font-size: 18px;
    }
    .sponsorship_card .sponsorship_details h3 {
        font-size: 30px;
    }
}

@media(max-width:768px) {
    .py-70 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .page_banner .vote-fore {
        width: 90%;
    }
    .page_banner .elect-abel {
        width: 80%;
    }
    h3.bahnschrift {
        font-size: 40px;
    }
    .team_entry_card {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .sponsorship_card {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    .sponsorship_card .sponsorship_details ul li {
        width: 100%;
    }
    .sponsorship_card .sponsorship_details,
    .sponsorship_card .sponsorship_img {
        width: 100% !important;
    }
    .sponsorship_card .sponsorship_img img {
        width: 70%;
        margin: 0 auto;
        display: block;
    }
    .team_entry_card h4 {
        color: #133056;
        font-size: 30px;
    }
    .page_banner h2 {
        font-size: 30px;
    }
    .form-section+hr {
        margin-top: 40px;
    }
    .form-section label {
        font-size: 16px;
        padding-bottom: 5px;
    }
}