.contact_us{
    margin-bottom: 40px;
}
.contact_us #contact_comment{
    height:150px;
}
.p_contact_hero{
    background-color:#4c5cdb;
    background-position: center;
    padding: 30px 0;
    position: relative;
    text-align: center;
}
@media (min-width: 970px){
    .p_contact_hero{
        margin-top: 0;
        padding: 92px 0;
    }
}
.p_contact_hero-img{
    background-image: url("https://images.teevron.com/frontend/create/create-banner.webp");
    
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.contain{
    margin-left: auto;
    margin-right: auto;
    max-width: 1030px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.p_contact_h1 {
    color: var(--color-white);
    margin-bottom: 0;
    font-family: "SharpGrotesk-Bold", "Arial Black", "Helvetica", "sans-serif";
    text-align: center;
    color: white;
}
.p-contact_main_dark {
    background-color: #e9e9ec;
    padding: 20px 0;
   
}

.p-contact_main-h2{
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    text-align: center;
    font-style:inherit;
    color: black;
    font-size: 25px;
    font-weight: bold;

}
.p-contact_main-topics{
    text-align: center;
    background-color:white;
    
}
.p-contact__topic-title{
    color: #4c5cdb;
    font-weight: bold;
}
.p-contact__topic-description{
    color:black;
    font-weight: bold;
}
.p-contact__main-topic {
    font-weight: bold;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    gap: 5px;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    padding: 10px;
    
}

.p-contact__main {
    background-color:#fcfcfe;
    padding: 20px 0;
   
}
.p-contact__main-topic a {
    display: inline-block;
    margin-right: 10px; 
    background-color: white;
}
.p-contact__main-topic a:hover {
    display: inline-block;
    margin-right: 10px; 
    background-color: #374ecd;
}