.sectionDaily,
.sectionSeason,
.sectionSave,
.sectionSwap,
.sectionSecurity {
    min-height: 100vh;

    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

}

.textDailyPart h3 {
    font-size: 26px;

    margin-top: 20px;
}

.textDailyPart p {
    font-size: 18px;

    margin-top: 20px;
}

.mainTextDaily h2 {
    font-size: 32px;
}

/*  ======================================== */

.mainTextDaily {
    text-align: center;
}

.textDailyPart {
    display: flex;
}

.oneBlockDaily,
.secondBlockDaily {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.oneBlockDaily img,
.secondBlockDaily img {
    width: 500px;

    margin-top: 20px;
    border-radius: 20px;
}

/* Existing CSS */

/* Styles for screens 992px and below */
@media (max-width: 992px) {
    .container {
        padding: 0 20px;
    }

    .navbar {
        align-items: center;
    }

    .navbar h3 {
        margin-bottom: 10px;
        font-size: 1.5em; /* Adjust font size */
    }

    .navigation {
        display: flex;
        gap: 10px;
    }

    .navigation .button a {
        font-size: 1em; /* Adjust font size */
    }

    .mainTextDaily h2 {
        font-size: 1.5em; /* Adjust font size */
    }

    .textDailyPart {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .textDailyPart .oneBlockDaily, .textDailyPart .secondBlockDaily {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .textDailyPart .oneBlockDaily img, .textDailyPart .secondBlockDaily img {
        width: 80%; /* Adjust width for smaller images */
        height: auto;
    }

    .textDailyPart .oneBlockDaily h3, .textDailyPart .secondBlockDaily h3 {
        font-size: 1.3em; /* Adjust font size */
    }

    .textDailyPart .oneBlockDaily p, .textDailyPart .secondBlockDaily p {
        font-size: 1em; /* Adjust font size */
    }

    .footerContent {
        flex-direction: column;
        align-items: center;
    }

    .textFooter .info {
        font-size: 1em; /* Adjust font size */
    }

    .buttonFooter {
        margin-top: 10px;
    }
}

/* Styles for screens 768px and below */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }

    .navbar {
        align-items: center;
    }

    .navbar h3 {
        margin-bottom: 10px;
        font-size: 1.2em; /* Adjust font size */
    }

    .navigation {
        display: flex;
        gap: 8px;
    }

    .navigation .button a {
        font-size: 0.9em; /* Adjust font size */
    }

    .mainTextDaily h2 {
        font-size: 1.3em; /* Adjust font size */
    }

    .textDailyPart {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .textDailyPart .oneBlockDaily, .textDailyPart .secondBlockDaily {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .textDailyPart .oneBlockDaily img, .textDailyPart .secondBlockDaily img {
        width: 70%; /* Adjust width for even smaller images */
        height: auto;
    }

    .textDailyPart .oneBlockDaily h3, .textDailyPart .secondBlockDaily h3 {
        font-size: 1.2em; /* Adjust font size */
    }

    .textDailyPart .oneBlockDaily p, .textDailyPart .secondBlockDaily p {
        font-size: 0.9em; /* Adjust font size */
    }

    .footerContent {
        flex-direction: column;
        align-items: center;
    }

    .textFooter .info {
        font-size: 0.9em; /* Adjust font size */
    }

    .buttonFooter {
        margin-top: 10px;
    }
}
