﻿.contact_block{
    box-shadow: 3px 3px 10px gray;
    border-radius: 10px;
    padding: 50px;
}
.blue_line {
    background-color: #01A4E3;
    height: 20px;

}
.contact_title{
    margin-right: 400px;
    margin-bottom: 10px;
}
.contact_text{
    font-size: 1.3rem;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.send_modal{
    font-size: 20px;
}



@media (max-width: 768px) {
    .contact_title {
        margin-right: 0px;
    }
    .contact_block{
        padding:30px;
    }
    .main_title{
        font-size: 30px;
        margin-top: 10px
    }
    .contact_text{
        font-size: 15px;

    }
}
