<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cp_card03 {
position: relative;
margin: 0 auto;
border-radius: 3px;
background: #ffffff;
-webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
}
.cp_card03 .header {
position: relative;
z-index: 1;
overflow: hidden;
height: 200px;
margin: 0;
border-radius: 3px 3px 0 0;
}
.cp_card03 .header::before {
position: absolute;
z-index: -1;
top: 0;
left: 0;
overflow: hidden;
width: 100%;
height: 100%;
content: '';

background: url('images/newcard_gb.png');
-webkit-backface-visibility: hidden;
}
.cp_card03 .cover {
position: absolute;
z-index: 2;
top: 150px;
left: 20px;
box-shadow: 0 0 10px #ffffff;
max-width: 140px;
height: auto;
}
.cp_card03 .header .details {
padding: 38px 0 0 105px;
}
.cp_card03 .header .details h1 {
font-size: 2.4em;
position: relative;
margin-bottom: 13px;
color: #ff0000;
text-shadow: 1px 2px 3px #ffffff;
}
.cp_card03 .header .details h2 {
font-size: 1em;
font-weight: normal;
margin-bottom: 15px;
color: #c7c1ba;
}
.cp_card03 .description {
padding: 0 0.7em 1em 0;
color: #000000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.cp_card03 .description .column1 {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
height: 100%;
padding: 70px 0 0 0;
text-align: center;
}
.cp_card03 .description .text {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
}
.cp_card03 .description .tag {
font-size: 0.8em;
margin-right: 4px;
padding: 3px 8px;
cursor: pointer;
border-radius: 10px;
background: #ffffff;
}
.cp_card03 .description .tag:hover {
background: #dddddd;
}
.cp_card03 .description a {
display: block;
margin-bottom: 10px;
text-decoration: none;
color: #039BE5;
font-size: 1.3em;
}
.cp_card03 .description a::after {
font-family: FontAwesome;
margin-left: -10px;

-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
vertical-align: middle;
opacity: 0;
}
.cp_card03 .description a:hover::after {
margin-left: 5px;
opacity: 1;
}
@media screen and (max-width: 480px) {
.cp_card03 .description {
display: block;
padding: 0.5em 0.7em;
}
.cp_card03 .cover {
max-width: 100px;
height: auto;
top:170px;
left: 10px;
}
.cp_card03 .header .details {
padding: 150px 0 0 140px;
}
.cp_card03 .description .column1 {
padding: 20px 0 0 0;
}
}</pre></body></html>