.reaper-contact-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 30px;
margin-bottom: 40px;
}
.reaper-contact-info, .reaper-contact-map {
flex: 1 1 300px;
max-width: 500px;
}
.reaper-contact-info {
font-size: 16px;
line-height: 1.6;
}
.reaper-contact-info a {
color: #FF3C00;
text-decoration: none;
font-weight: bold;
}
.reaper-contact-map iframe {
width: 100%;
height: 500px;
border: 0;
border-radius: 6px;
}
.reaper-contact-button {
text-align: center;
margin-top: 20px;
}
.reaper-contact-button a {
background-color: #FF3C00;
color: #fff;
padding: 12px 24px;
text-decoration: none;
border-radius: 6px;
font-weight: bold;
display: inline-block;
}
.reaper-logo-header {
text-align: center;
margin-bottom: 20px;
}
.reaper-logo-header img {
max-width: 180px;
height: auto;
}
@media screen and (max-width: 768px) {
.reaper-contact-container {
flex-direction: column;
align-items: center;
}
}