.body.coming-soon {
background-color: #ffffff;
}
.content-block {
display: flex;
align-items: center;
justify-content: center;
text-align: left;
margin: 40px auto;
max-width: 850px;
background-color: #f8f9fa;
padding: 30px;
border-radius: 15px;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
border: 1px solid #e9ecef;
}
.content-image {
max-width: 300px;
height: auto;
margin-right: 35px;
border-radius: 15px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.content-text h2 {
font-size: 28px;
margin-top: 0;
margin-bottom: 15px;
color: #212529;
font-weight: 700;
}
.content-text p {
font-size: 16px;
line-height: 1.6;
color: #495057;
margin-bottom: 0;
}
.social-links a { color: #333; font-size: 26px; margin: 0 15px; transition: 0.3s; }
.social-links a:hover { color: #f39c12; transform: translateY(-3px); display: inline-block; }
.contact-info { margin-top: 30px; color: #555; }
.contact-info p { margin: 8px 0; font-size: 15px; }
.contact-info i { margin-right: 10px; color: #f39c12; width: 20px; text-align: center; }
@media (max-width: 768px) {
.content-block {
flex-direction: column;
text-align: center;
margin: 20px;
padding: 20px;
}
.content-image {
margin-right: 0;
margin-bottom: 25px;
max-width: 100%;
}
}