.no-padding {
    padding: 0;
}

.advisor-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.3rem;
    max-width: 200px;
}

.advisor-box {
    border-style: solid;
    border-color: #ff0000;
    border-radius: 1.5em;
    padding: 0.5em;
    height: 100%;
    width: 100%;
}

@keyframes quote-fader {
    0% {
        opacity: 0.0;
    }

    30% {
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    60% {
        opacity: 1.0;
    }

    70% {
        opacity: 0.0;
    }

    100% {
        opacity: 0.0;
    }
}

.quote-area {
    display: flex;
    flex-direction: column;
    height: 100%;
    font-size: 1.25em;
    justify-content: space-around;
    font-weight: 500;
}

.quote {
    width: 100%;
    max-width: 300px;
    animation-name: quote-fader;
    animation-duration: 8s;
    animation-iteration-count: infinite;
}

.worry-image-area {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.worry-image {
    min-width: 200px;
    z-index: 1;
    margin-left: -50px;
    margin-right: -50px;
    width: 130%;
    position: relative;
}

.inverse-header {
    background-color: #000000;
    color: #ffffff;
    border-radius: 6px;
    padding: 2px 8px;
}

.service-header {
    margin-bottom: 1em;
    font-size: 1.4em;
}

.page-section {
    min-height: 100vh !important;
}

.topic-card {
    margin-bottom: 2em;
}

.topic-image {
    width: 25%;
    min-width: 160px;
    border-radius: 0.3rem;
    margin-left: 10px;
    margin-right: 10px;
}

.topic-text {
    flex-basis: 70%;
    margin-left: 6px;
    margin-right: 6px;
}

.advisor-heading {
    font-size: 2em;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

.text-list {
    list-style-type: disc;
    border-left-color: #000000;
    margin-left: 1.5em;
    list-style-position: outside;
}

.wrap-list {
    list-style-type: circle;
    list-style-position: inside;
}

h1 {
    font-size: 2.5em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.25em;
}

h2 {
    font-size: 2em;
}

@media (max-width:575px) {
    .quote-area {
        font-size: 1em;
    }
}
}