Server : Apache System : Linux 145.162.205.92.host.secureserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64 User : tradze ( 1001) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/tradze/public_html/test.tradze.com/resources/assets/css/ |
*{ box-sizing: border-box;}
.sec-gap{ padding: 70px 0px;}
.row.custom-row {
display: flex;
margin-left: -6px;
margin-right: -6px;
flex-wrap: wrap;
}
.col-3{
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row.custom-row [class*='col-']{padding: 0px 6px;margin-bottom: 30px;}
.box-inner img{ width: 100%;max-width: 100%;}
.block-header .dropdown-divider {
height: 0;
margin: .5rem 0;
overflow: hidden;
border-top: 2px solid #BFB79E;
margin-bottom: 50px;
}
.block-header h2 {
font-size: 24px;
margin-top: 0;
margin-bottom: 20px;
color: #BFB79E;
font-weight: 500;
}
.block-header p{font-size: 18px;margin-bottom: 50px;}
.back-button {
margin-bottom: 30px;
}
.btn-back {
border: 1px solid #BFB79E;
border-radius: 19px;
color: #282828;
font-size: 16px;
padding: 5px 25px;
display: inline-block;
text-decoration: none;
}
.btn-back i{margin-right: 5px;}
.box-inner {
text-align: center;
}
.box-inner h2 {
margin-top: 15px;
font-size: 28px;
margin-bottom: 15px;
}
.box-inner p{ font-size: 16px;}
.block-header.text-center.block-title h2 {
color: #282828;
}
@media screen and (max-width: 767px){
.row.custom-row{ display: block;}
.col-3 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.sec-gap {
padding: 30px 0px;
}
}