.home-section-title {
display: inline-block;
border-bottom: 2px solid;
}
@media screen and (max-width: 768px) {
.home-section-title {
display: block;
padding-bottom:0;
border-bottom: 0;
text-align: center;
line-height: 38px;
}
}
.first-row {
margin-bottom: 80px;
}
article .card {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: flex-start;
align-items: center;
gap: 25px;
font-family: 'aktiv-grotesk', sans-serif !important;
}
article .card .row-flex {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
align-items: center;
justify-content: flex-start;
}
article .card .row-flex .col-md-4 {
padding-left: 0;
}
article .card .entry-title a {
color: #293e68;
font-weight: 500;
font-family: 'aktiv-grotesk-extended', sans-serif !important;
font-size: 26px;
line-height: 30px;
}
article .card .entry-title a:hover {
color: #517cfc;
}
article .card .entry-content p {
margin-bottom: 0;
}
article .content-flex {
display: flex;
flex-direction: column;
}
article .content-flex .post-image-link {
margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
article .card .row-flex {
align-items: flex-start;
}
}
@media screen and (max-width: 768px) {
article .card .row-flex{
flex-direction: column;
}
article .card .row-flex .col-md-8 {
padding: 20px 0;
}
}