.contact-title{font-size:2.5rem;background-color:#f5821f;color:white;display:inline-block;padding:8px 20px;margin:40px 0 20px 0;text-transform:uppercase}
.intro-text{font-size:18px;margin-bottom:40px;max-width:100%;text-align:left;line-height:1.8;color: rgba(0, 0, 0, 0.996)}
.main-content{display:grid;grid-template-columns:1fr 1fr;gap:90px;margin-bottom:60px}
.left-column img{width:100%;height:auto;display:block}
.right-column{display:flex;flex-direction:column;gap:30px}
.contact-card{border:1px solid #eee;padding:50px;display:flex;gap:30px}
.contact-card h3{font-size:22px;margin-bottom:10px;display:flex;align-items:center;gap:10px;font-weight: 700;}
.contact-card p{color:rgb(51, 51, 51);font-size:18px}
.contact-card a{color:#f5821f;text-decoration:none;font-weight:600}
.contact-card a:hover{text-decoration:underline}
.b2b-section h2{font-size:22px;margin-bottom:10px;text-align:left;line-height:1.8;font-weight: 700;}
.b2b-section p{color:rgb(51, 51, 51);line-height:1.8;font-size:18px}
@media (max-width:1024px){
	.main-content{grid-template-columns:1fr}
	.contact-title{font-size:2rem}
}
@media (max-width:768px){.contact-title{font-size:1.8rem;padding:6px 15px}
	.contact-card{padding:20px}
	.intro-text,.b2b-section p{font-size:0.9rem}
}
.process-title{background-color:#e64a19;color:white;font-size:2rem;font-weight:bold;padding:10px 20px;display:inline-block;margin-bottom:40px}
.process-wrapper{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:15px}
.process-item{flex:1;min-width:250px;border:1px solid #e0e0e0;padding:20px;position:relative}
.process-item .number{font-size:25px;font-weight:bold;color:#333;margin-bottom:10px}
.process-item .title{font-size:20px;font-weight:bold;color:rgb(233, 83, 6);margin-bottom:10px}
.process-item .desc{font-size:18px;color:rgb(51, 51, 51);line-height:1.4}
.process-arrow{margin:0 10px;user-select:none}
.process-arrow img{width:41px;height:45px}
@media (max-width:768px){
	.process-arrow{display:none}
	.process-title{font-size:1.5rem}
	.process-item{margin-bottom:20px}
}
@media (min-width:1520px){
	.container{padding:0}
}
.mt20{margin-top:20px;}
@media screen and (max-width: 1366px) and (max-height: 768px) {
    .right-column{display:flex;flex-direction:column;gap:15px}
    .contact-card{padding:20px;}
    .contact-card h3{margin-bottom:5px;font-size:20px;}
    .b2b-section h2{font-size:18px;margin-bottom:5px;line-height:1.3;}
    .b2b-section p{line-height:1.4;font-size:16px}
}