img {
    width: 100%;
}

.output {
font-size: 1.25rem;
}
#case-brand-reputation{
--color: #70ad47;
}
.green-text {
    color: #70ad47
}

.methodology {
    text-align: center;
    font-size: 30px;
    margin-block: 20px;
}
.case-goal {
font-size: 22px;
}
.case-goal ul{
font-size: 20px;
margin-bottom: 3rem;
}
.step ul {
text-align: start;
}

#content .container-fluid {
padding-block: 20px;
}
.container-fluid + .container-fluid {
border-top: 1px solid rgba(124, 189, 222, 0.70);
}

.steps{
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.step{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333F50;
    max-width: 80%;
}


.step-arrow {
    position: relative;
    max-width: 40px;
    padding: 0;
}
.step-arrow:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 20px;
    content: '⬇';
}
.topics {
font-size: 20px;
}
.dash-section > .row {
flex-direction: column;
}
.dash-section .col {
    position: relative;
}


}
.social-media .dash-section-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-block: 15px;
    justify-content: center;
}

.dash-section-text > div {
width: 100%;
}

.dash-section-text div + div {
margin-top: 20px;
}


.social-media-cards {
justify-content: space-evenly;
}
.social-media, .social-media-cards {
    flex-direction: column;
    align-content: center
    }
.social-media-card {
display: flex;
flex-direction: column;
max-width: 275px;
}
.social-media-card-header {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.social-media-card-header > div{
display: inline-block;
text-align: center;
}
.social-media-card-header>div div:last-child {
font-size: 13px;
}
.social-media-card-header img{
width: 60px;
padding-inline: 5px;
}

.social-media-card-list {
padding-block: 10px;
background-color: #333F50;
height: 100%;
}
.social-media-card-list ul{
margin: 0;
height: 100%;
display: flex;
justify-content: space-evenly;
flex-direction: column;
gap: 15px;
}

.social-media-card-list ul li{
margin-block: auto;
}

.conclusion  {
margin-block: 20px;
}
.conclusion-cards {
    align-items: flex-end;
    justify-content: center;
    gap: 25px;
}
.conclusion .text-block-container{
background-color: #333F50;
width: 200px;
height: 200px;
margin-inline: auto;
text-align: center;
position: relative;
}
.conclusion .text-block{
position: absolute;
top: 50%;
transform: translateY(-50%);
}

.conclusion div+div {
margin-top: 20px;
}
.conclusion .conclusion-text {
text-align: start;
font-size: 20px;
}

.case-solution {
font-size: 20px;
}

.step-card {
padding: 20px;
}

.small_title {
    color: white;
    font-size: 22px;
    font-family: 'Segoe UI Bold';
    margin-block: 20px;
    text-align: center;
}

@media only screen and (min-width: 600px) {
.social-media-cards {
flex-direction: row;
}
}
@media only screen and (min-width: 1025px) {
    .steps{
        flex-direction: row;
        align-items: unset;
    }
    .step-arrow:after {
        font-size: 20px;
        content: '➡';
    }
    .step{

        background-color: #333F50;
        max-width: 300px;
    }


    .dash-section-text {
        display: flex;
        align-items: center;
        margin-block: 30px;
        justify-content: center;
        flex-direction: column;
    }
    .dash-section > .row {
        flex-direction: row;
    }
    .reversed {
     flex-direction: row-reverse !important;
    }

    .social-media {
    flex-direction: row;
    align-content: center
    }
   }