.header_info_section li a {
    color: rgb(116, 181, 184);
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.header_info_section li a:hover {
    color: rgb(142, 207, 211);
}

@media (min-width: 2200px) {
    .header_info_section {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 30px;
        background: url("../../images/info-header.png");
        background-repeat: no-repeat;
        background-size: cover;
        font-family: 'Trebuchet MS';
        font-size: 16px;
        line-height: 1.5;
        color: #fff;
        text-align: center;
        box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.4);
    }

    .header_info_section h1 {
        font-size: 48px;
        text-transform: uppercase;
        letter-spacing: 4px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 0;
        color: rgb(255, 250, 155);
        font-family: 'Anybody', cursive;
        z-index: 1;
        text-shadow: -1px -1px 3px #020202,
            2px 2px 4px #1b1b1b;
        transition: 0.2s;
    }

    .header_info_section h2 {
        font-size: 32px;
        text-transform: uppercase;
        font-family: 'Anybody', cursive;
        letter-spacing: 1px;
        margin-bottom: 40px;
        margin-top: 0;
        color: rgb(7, 46, 109);
        padding: 20px;
        background-color: rgb(255, 255, 170);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
        justify-content: center;
        transition: 0.2s;
    }

    .header_info_section ul {
        list-style: none;
        margin-left: 0;
        margin-bottom: 30px;
        padding-left: 0;
        transition: 0.2s;
    }

    .header_info_section li {
        font-size: 20px;
        margin-bottom: 8px;
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 30px;
        margin-left: 30px;
        font-family: 'Anybody', cursive;
        font-weight: 100;
        letter-spacing: 1px;
        position: relative;
        text-shadow: -1px -1px 2px #020202;
        text-align: justify;
        transition: 0.2s;
    }

    .header_info_section li:before {
        content: "\2022";
        color: rgb(255, 250, 155);
        font-weight: bold;
        font-size: 72px;
        margin-top: -38px;
        position: absolute;
        left: 0;
        text-shadow: -1px -1px 1px #020202;
    }
}

@media (min-width: 1850px) and (max-width: 2199px) {
    .header_info_section {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 30px;
        background: url("../../images/info-header.png");
        background-repeat: no-repeat;
        background-size: cover;
        font-family: 'Trebuchet MS';
        font-size: 16px;
        line-height: 1.5;
        color: #fff;
        text-align: center;
        box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.4);
    }

    .header_info_section h1 {
        font-size: 42px;
        text-transform: uppercase;
        letter-spacing: 4px;
        padding-top: 12px;
        padding-bottom: 12px;
        margin-bottom: 0;
        color: rgb(255, 250, 155);
        font-family: 'Anybody', cursive;
        z-index: 1;
        text-shadow: -1px -1px 3px #020202,
            2px 2px 4px #1b1b1b;
        transition: 0.2s;
    }

    .header_info_section h2 {
        font-size: 28px;
        text-transform: uppercase;
        font-family: 'Anybody', cursive;
        letter-spacing: 1px;
        margin-bottom: 32px;
        margin-top: 0;
        color: rgb(7, 46, 109);
        padding: 16px;
        background-color: rgb(255, 255, 170);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
        justify-content: center;
        transition: 0.2s;
    }

    .header_info_section ul {
        list-style: none;
        margin-left: 0;
        margin-bottom: 24px;
        padding-left: 0;
        transition: 0.2s;
    }

    .header_info_section li {
        font-size: 16px;
        margin-bottom: 8px;
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 30px;
        margin-left: 30px;
        font-family: 'Anybody', cursive;
        font-weight: 100;
        letter-spacing: 1px;
        position: relative;
        text-shadow: -1px -1px 2px #020202;
        text-align: justify;
        transition: 0.2s;
    }

    .header_info_section li:before {
        content: "\2022";
        color: rgb(255, 250, 155);
        font-weight: bold;
        font-size: 64px;
        margin-top: -34px;
        position: absolute;
        left: 0;
        text-shadow: -1px -1px 1px #020202;
    }
}

@media (min-width: 1500px) and (max-width: 1849px) {
    .header_info_section {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 25px;
        background: url("../../images/info-header.png");
        background-repeat: no-repeat;
        background-size: cover;
        font-family: 'Trebuchet MS';
        font-size: 16px;
        line-height: 1.5;
        color: #fff;
        text-align: center;
        box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.4);
    }

    .header_info_section h1 {
        font-size: 42px;
        text-transform: uppercase;
        letter-spacing: 4px;
        padding-top: 12px;
        padding-bottom: 12px;
        margin-bottom: 0;
        color: rgb(255, 250, 155);
        font-family: 'Anybody', cursive;
        z-index: 1;
        text-shadow: -1px -1px 3px #020202,
            2px 2px 4px #1b1b1b;
        transition: 0.2s;
    }

    .header_info_section h2 {
        font-size: 28px;
        text-transform: uppercase;
        font-family: 'Anybody', cursive;
        letter-spacing: 1px;
        margin-bottom: 32px;
        margin-top: 0;
        color: rgb(7, 46, 109);
        padding: 16px;
        background-color: rgb(255, 255, 170);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
        justify-content: center;
        transition: 0.2s;
    }

    .header_info_section ul {
        list-style: none;
        margin-left: 0;
        margin-bottom: 24px;
        padding-left: 0;
        transition: 0.2s;
    }

    .header_info_section li {
        font-size: 16px;
        margin-bottom: 8px;
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 30px;
        margin-left: 30px;
        font-family: 'Anybody', cursive;
        font-weight: 100;
        letter-spacing: 1px;
        position: relative;
        text-shadow: -1px -1px 2px #020202;
        text-align: justify;
        transition: 0.2s;
    }

    .header_info_section li:before {
        content: "\2022";
        color: rgb(255, 250, 155);
        font-weight: bold;
        font-size: 64px;
        margin-top: -34px;
        position: absolute;
        left: 0;
        text-shadow: -1px -1px 1px #020202;
    }
}

@media (min-width: 800px) and (max-width: 1500px) {
    .header_info_section {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 20px;
        background: url("../../images/info-header.png");
        background-repeat: no-repeat;
        background-size: cover;
        font-family: 'Trebuchet MS';
        font-size: 15px;
        line-height: 1.5;
        color: #fff;
        text-align: center;
        box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.4);
    }

    .header_info_section h1 {
        font-size: 36px;
        text-transform: uppercase;
        letter-spacing: 4px;
        padding-top: 12px;
        padding-bottom: 12px;
        margin-bottom: 0;
        color: rgb(255, 250, 155);
        font-family: 'Anybody', cursive;
        z-index: 1;
        text-shadow: -1px -1px 3px #020202,
            2px 2px 4px #1b1b1b;
        transition: 0.2s;
    }

    .header_info_section h2 {
        font-size: 24px;
        text-transform: uppercase;
        font-family: 'Anybody', cursive;
        letter-spacing: 1px;
        margin-bottom: 32px;
        margin-top: 0;
        color: rgb(7, 46, 109);
        padding: 16px;
        background-color: rgb(255, 255, 170);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
        justify-content: center;
        transition: 0.2s;
    }

    .header_info_section ul {
        list-style: none;
        margin-left: 0;
        margin-bottom: 24px;
        padding-left: 0;
        transition: 0.2s;
    }

    .header_info_section li {
        font-size: 15px;
        margin-bottom: 8px;
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 20px;
        margin-left: 20px;
        font-family: 'Anybody', cursive;
        font-weight: 100;
        letter-spacing: 1px;
        position: relative;
        text-shadow: -1px -1px 2px #020202;
        text-align: justify;
        transition: 0.2s;
    }

    .header_info_section li:before {
        content: "\2022";
        color: rgb(255, 250, 155);
        font-weight: bold;
        font-size: 56px;
        margin-top: -30px;
        position: absolute;
        left: 0;
        text-shadow: -1px -1px 1px #020202;
    }
}

@media (min-width: 460px) and (max-width: 799px) {
    .header_info_section {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 20px;
        background: url("../../images/info-header.png");
        background-repeat: no-repeat;
        background-size: cover;
        font-family: 'Trebuchet MS';
        font-size: 15px;
        line-height: 1.5;
        color: #fff;
        text-align: center;
        box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.4);
    }

    .header_info_section h1 {
        font-size: 32px;
        text-transform: uppercase;
        letter-spacing: 4px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
        color: rgb(255, 250, 155);
        font-family: 'Anybody', cursive;
        z-index: 1;
        text-shadow: -1px -1px 3px #020202,
            2px 2px 4px #1b1b1b;
        transition: 0.2s;
    }

    .header_info_section h2 {
        font-size: 22px;
        text-transform: uppercase;
        font-family: 'Anybody', cursive;
        letter-spacing: 1px;
        margin-bottom: 24px;
        margin-top: 0;
        color: rgb(7, 46, 109);
        padding: 16px;
        background-color: rgb(255, 255, 170);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
        justify-content: center;
        transition: 0.2s;
    }

    .header_info_section ul {
        list-style: none;
        margin-left: 0;
        margin-bottom: 24px;
        padding-left: 0;
        transition: 0.2s;
    }

    .header_info_section li {
        font-size: 14px;
        margin-bottom: 8px;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: 15px;
        margin-left: 15px;
        font-family: 'Anybody', cursive;
        font-weight: 100;
        letter-spacing: 1px;
        position: relative;
        text-shadow: -1px -1px 2px #020202;
        text-align: justify;
        transition: 0.2s;
    }

    .header_info_section li:before {
        content: "\2022";
        color: rgb(255, 250, 155);
        font-weight: bold;
        font-size: 52px;
        margin-top: -28px;
        position: absolute;
        left: 0;
        text-shadow: -1px -1px 1px #020202;
    }
}

@media (max-width: 459px) {
    .header_info_section {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 20px;
        background: url("../../images/info-header.png");
        background-repeat: no-repeat;
        background-size: cover;
        font-family: 'Trebuchet MS';
        font-size: 15px;
        line-height: 1.5;
        color: #fff;
        text-align: center;
        box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.4);
    }

    .header_info_section h1 {
        font-size: 22px;
        text-transform: uppercase;
        letter-spacing: 4px;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-bottom: 0;
        color: rgb(255, 250, 155);
        font-family: 'Anybody', cursive;
        z-index: 1;
        text-shadow: -1px -1px 2px #020202,
            2px 2px 3px #1b1b1b;
        transition: 0.2s;
    }

    .header_info_section h2 {
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'Anybody', cursive;
        letter-spacing: 1px;
        margin-bottom: 20px;
        margin-top: 0;
        color: rgb(7, 46, 109);
        padding: 8px;
        background-color: rgb(255, 255, 170);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
        justify-content: center;
        transition: 0.2s;
    }

    .header_info_section ul {
        list-style: none;
        margin-left: 0;
        margin-bottom: 10px;
        padding-left: 0;
        transition: 0.2s;
    }

    .header_info_section li {
        font-size: 12px;
        margin-bottom: 8px;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: 12px;
        margin-left: 12px;
        font-family: 'Anybody', cursive;
        font-weight: 100;
        letter-spacing: 1px;
        position: relative;
        text-shadow: -1px -1px 2px #020202;
        text-align: justify;
        transition: 0.2s;
    }

    .header_info_section li:before {
        content: "\2022";
        color: rgb(255, 250, 155);
        font-weight: bold;
        font-size: 52px;
        margin-top: -28px;
        position: absolute;
        left: 0;
        text-shadow: -1px -1px 1px #020202;
    }
}