HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/confeduphaar/www/wp-content/plugins/ova-framework/assets/css/_ova_feature_box_3.scss
.ova_feature_box_3{
	max-width: 500px;
    box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
    background: #fff;
    padding: 60px 60px 60px 60px;
    .wrap-icon{
    	margin: 0 0 6px 0;
    	i{
    		display: inline-block;
    		line-height: 1;
    		&:before{
    			margin: 0;
    			font-size: 30px;
    			color: #202b5d;
    		}
    	}
    }
    .title{
    	margin: 0 0 15px 0;
    	font-size: 36px;
    	line-height: 44px;
    	color: #202b5d;
    	font-weight: 600;

    }
    .desc{
    	margin: 0 0 79px 0;
    	font-size: 20px;
    	line-height: 26px;
    	color: #62718d;
    }
    .readmore{
    	a{
    		font-size: 18px;
    		line-height: 24px;
    		letter-spacing: 0.2px;
    		color: #fff;
    		font-weight: 600;
    		display: inline-block;
    		height: 50px;
    		line-height: 50px;
    		padding: 0 30px;
    		transition: 0.3s;
    		&:hover{
    			background: #06163a;
    		}
    	}
    }
}