.main-content a:focus {
    outline: 2px solid;
}

.main-content p {
    line-height: 20px;
}

p a {
    color: #006A66;
    font-weight: bold;
}

h4 {
    font-size: 1.2em;
}

li {
    list-style-type: circle;
    line-height: 22px;
}

li a {
    color: #006A66;
}

#section1 {
    display: grid;
    grid-template-columns: 92%;
    justify-content: center;

}

#plan-1 {
    background-color: #D0ECF4;
    padding: 25px 50px 25px 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

#plan-2 li {
    margin-left: 3%;
}

#section2 {
    display: grid;
    grid-template-columns: 45% 45%;
    grid-column-gap: 25px;
    justify-content: center;
}

#plan-2 {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border: 2px solid #999999;
    padding: 25px 50px 50px 50px;
    margin-top: 5%;
}

#plan-2 img {
    height: auto;
    width: 100%;
    margin-top: 3%;
    margin-bottom: 3%;

}

#plan-2 h3 {
    border-bottom: 3px solid #31BEBA;
    line-height: 40px;
    display: inline-block;
    font-size: 1.6em;
    margin-bottom: 30px;
    margin-top: 0;
}

#plan-3 {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border: 2px solid #999999;
    padding: 25px 50px 25px 50px;
    margin-top: 5%;
}

#plan-3 h3 {
    border-bottom: 3px solid #31BEBA;
    line-height: 40px;
    display: inline-block;
    font-size: 1.6em;
    margin-bottom: 10px;
    margin-top: 0;
}

#plan-3 img {
    height: auto;
    width: 100%;
    margin-top: 3%;
    margin-bottom: 3%;
}

#section3 {
    display: grid;
    grid-template-columns: 45% 45%;
    grid-column-gap: 25px;
    justify-content: center;
    margin-bottom: 7%;
}

#plan-4 {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border: 2px solid #999999;
    padding: 25px 50px 50px 50px;
    margin-top: 5%;
}

#plan-4 img {
    height: auto;
    width: 100%;
    margin-top: 3%;
    margin-bottom: 3%;
}

#plan-4 h3 {
    border-bottom: 3px solid #31BEBA;
    line-height: 40px;
    display: inline-block;
    font-size: 1.6em;
    margin-bottom: 10px;
    margin-top: 0;
}

#plan-4 li {
    margin-left: 3%;
}

#plan-5 {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border: 2px solid #999999;
    padding: 25px 50px 25px 50px;
    margin-top: 5%;
}

#plan-5 img {
    height: auto;
    width: 100%;
    margin-top: 3%;
    margin-bottom: 3%;
}

#plan-5 h3 {
    border-bottom: 3px solid #31BEBA;
    line-height: 40px;
    display: inline-block;
    font-size: 1.6em;
    margin-bottom: 10px;
    margin-top: 0;
}


@media only screen and (max-width: 1250px) {
    #section1, #section2, #section3 {
        display: grid;
        grid-template-columns: 90%;
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
}

@media only screen and (max-width: 1024px) {
    .site-h1 {
        font-size: 25pt;
    }
}

@media only screen and (max-width: 560px) {
    h4 {
        font-size: 1em;
    }

    #plan-1 {
        padding: 25px 25px 50px 25px;
    }

    #plan-2 {
        padding: 25px 25px 50px 25px;
    }

    #plan-2 h3 {
        font-size: 1em;
    }

    #plan-3 {
        padding: 25px 25px 50px 25px;
    }

    #plan-3 h3 {
        font-size: 1em;
    }

    #plan-4 {
        padding: 25px 25px 50px 25px;
    }

    #plan-4 h3 {
        font-size: 1em;
    }

    #plan-5 {
        padding: 25px 25px 50px 25px;
    }

    #plan-5 h3 {
        font-size: 1em;
    }
}

@media only screen and (max-width: 425px) {
    #plan-1 {
        margin-bottom: 12%;
    }

    #section3 {
        margin-bottom: 20%;
    }
}

@media only screen and (max-width: 410px) {
    h4 {
        font-size: 0.8em;
    }

    #plan-2 h3 {
        font-size: 0.9em;
    }

    #plan-3 h3 {
        font-size: 0.9em;
    }

    #plan-4 h3 {
        font-size: 0.9em;
    }

    .main-content li, p {
        line-height: 18px;
        font-size: 0.8em;
    }

}