| Server IP : 65.108.144.40 / Your IP : 216.73.217.165 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ubuntu-8gb-hel1-1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 User : dev ( 1000) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/successkpi/wp-content/themes/successkpi/blocks/additional-links-with-image/ |
Upload File : |
.security-resource-center-wrapper {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
.security-resource-center-wrapper .security-resource-center-content h2 {
color: #171717;
font-weight: 400;
margin-bottom: 16px;
}
.security-resource-center-wrapper .security-resource-center-content>p {
color: #3A3E50;
font-weight: 500;
letter-spacing: 0.16px;
margin-bottom: 30px;
}
.security-resource-center-wrapper .security-resource-center-content,
.security-resource-center-wrapper .security-resource-center-media {
width: 48%;
}
.security-resource-center-wrapper .security-resource-center-media img {
width: 100%;
}
.security-resource-center-wrapper .security-resource-center-content .resource-link {
width: 100%;
max-width: 352px;
min-height: 65px;
border-radius: 8px;
border: 1px solid #F0F0F0;
background: #FFF;
box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.10);
padding: 10px 10px 10px 30px;
display: flex;
align-items: center;
flex-wrap: wrap;
flex-direction: row;
gap: 14px;
margin-bottom: 18px;
transition: 0.4s ease-in-out;
}
.resource-link p {
margin: 0;
}
.resource-link {
text-decoration: none;
}
.resource-link .resource-link-content h4 {
margin-bottom: 5px;
width: 100%;
color: #252525;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 28px;
}
.resource-link .resource-link-content p {
color: #3A3E50;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.14px;
display: block;
}
.security-resource-center-wrapper .security-resource-center-content .resource-link:hover {
background-color: #234CC6;
}
.security-resource-center-wrapper .security-resource-center-content .resource-link:hover .resource-link-content h4,
.security-resource-center-wrapper .security-resource-center-content .resource-link:hover .resource-link-content p {
color: #fff;
}
.security-resource-center-wrapper .security-resource-center-content .resource-link:hover svg path {
fill: #fff;
}
.security-resource-center-wrapper .resource-link-content {
width: 80%;
}
.security-resource-center-wrapper .resource-link img {
width: 30px;
padding: 5px;
transition: 0.5s ease-in-out;
}
.security-resource-center-wrapper .resource-link:hover img {
background-color: #fff;
padding: 5px;
border-radius: 5px;
}
@media screen and (max-width: 767px) {
.security-resource-center-wrapper .security-resource-center-content h2 {
margin-bottom: 10px;
}
.security-resource-center-wrapper .security-resource-center-content .resource-link{
padding: 10px;
}
}
@media screen and (max-width: 576px) {
.security-resource-center-wrapper .security-resource-center-content,
.security-resource-center-wrapper .security-resource-center-media {
width: 100%;
}
.security-resource-center-wrapper .security-resource-center-content .resource-link {
max-width: 100%;
}
}