.portfolio_section .br{
 height: 3px;
 width: 100%;
 background-color: #F4F4F4;
}

.portfolio_section{
    color: #373131;
}

.portfolio_section a{
    color: inherit;
    text-decoration: none;
}

.portfolio_section p{
    max-width: 800px;
}

@media only screen and (min-width:1000px){
    .portfolio_section h1{
        font-size: 3.2rem;
    }
    .portfolio_section p{
        font-size: 20px;
    }
}

.portfolio_section_card img{
    height: 250px;
}
.portfolio_section_card{
    gap: 20px;
    min-height: 300px;
    width: 100%;
    max-width: 800px;
    background-color: #F4F4F4;
    border-radius: 1.25rem;
    position: relative;
    flex-direction: row;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}
.portfolio_section_card:before, .portfolio_section_card:after{
    position:absolute;
    content:"";
    bottom:20px;left:15px;top:80%;
    width:45%;
    background:#0000007e;
    z-index:-1;
    -webkit-box-shadow: 0 20px 15px #0000007e;
    -moz-box-shadow: 0 20px 15px #0000007e;
    box-shadow: 0 20px 15px #0000007e;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    transform: rotate(-6deg);
}
.portfolio_section_card:after{
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    transform: rotate(6deg);
    right: 15px;left: auto;
}

.portfolio_section_card_fallback{
    height: 250px;
    min-width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 25px;
}

@media only screen and (max-width:700px){
    .portfolio_section_card{
        flex-direction: column;
    }
    .portfolio_section_card img{
        height: 200px;
    }
}
