.section-custom-css {
    font-family: 'Rubik', sans-serif;
}
.section-custom-css .section-title {
    font-family: 'Rubik', sans-serif;
font-weight: 700;
text-align: center;
font-size: 2.1875rem;
}
.custom-container {
    max-width: 1400px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: top;
    padding: 15px 0px;
}



@media (max-width:768px){
    .custom-container {
        flex-direction: column;

    }     
   }

.section-custom-css figure {
    margin:0px;
    padding:0px;
}
.section-custom-css .title {
  
    font-weight: 700;
    text-align: center;
    margin:0px 0px 16px 0px;
    padding:0px 0px 8px 0px;
    font-size: 22px;
    color:#f86220;
    border-bottom: 1px solid #c3c3c3;

}
.section-custom-css article {
    border-radius:16px;
    background-color: #fff;
box-shadow:0 0 16px 0 rgb(51 51 51 / 6%);
width: 100%;
margin: 8px;
padding: 16px;

}

.section-custom-css figure{
    width:100%;
}
.section-custom-css figure img { width:100%;}

.section-custom-css .article-title {
    margin-bottom:0px;
    padding-bottom:8px;
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
    font-weight: 700;
}


.button-custom {
    text-decoration: none;
    display:inline-block;
    margin-top: 8px;
    color:#fff;
    background: #f86220;
    padding:8px 16px;
    border-radius: 32px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    transition: box-shadow 0.2s ease-in-out;
}
.button-custom:hover{
    box-shadow: 0px 0px 6px #f86220;
}