.porfolio_section {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 25px;
}
.porfolio_item {
display: grid;
background: linear-gradient(120.31deg, #2A4492 0%, rgba(42, 68, 146, 0) 107.11%);
border-radius: 8px 0px 0px 8px;
align-items: flex-end;
grid-template-columns: 5fr 7fr;
}
.image_box img {
width: 100% !important;
max-width: 100%;
}
.text_box {
padding: 10px;
}
.image_box {
width: 100%;
height: 100% !important;
}
.text_box a {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 154.19%;
letter-spacing: 0.04em;
color: #FFFFFF;
text-decoration: none;
}
.text_box h2 a {
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 32px;
color: #FFFFFF;
margin-top: 14px;
display: block;
}
.text_box span {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 18px;
color: #FFFFFF;
opacity: 0.6;
}
@media (max-width:767px){
.porfolio_section{
grid-template-columns: 1fr	;
}
.text_box h2 a {
font-size: 13px;
margin-top: 0;
}
.porfolio_item {
grid-template-columns: 1fr 1fr;
}
.text_box{
padding: 12px;
}
}