.main_block{
    background: url(../images/part3.jpg) no-repeat;
    object-fit: cover;
    object-position: center;
    width: 100%;
    background-size: 100% 100%, auto;
 
    -o-background-size: 100% 100%, auto;
-moz-background-size: 100% 100%, auto;
-webkit-background-size: 100% 100%, auto;
background-position: center center;
background-attachment: fixed;
margin-bottom:50px;
}
.wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.right_wrapper{
    background: rgba(0, 0, 0, 0.55);
    background-size: 100% 100%, auto;
    align-self: center;
    justify-content: center;
    
}
.block_main{
    text-align: center;
    margin-top:80px;

}
.block_main img{
    filter: brightness(2.5) !important;
    width: 100%;

}
.contact_btn{
    padding: 20px 40px;
    background: rgb(179, 128, 34);
    color: white;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    border-radius: 35px;
    transition: 0.15s ease-in-out;
}
.left_wrapper{
    margin: 0 auto;
    align-self: center;
    
}

.title_text_info{
    
    letter-spacing: 4px;
    font-size: 40px !important;
    filter: brightness(1.1) !important;
    color: rgb(179, 128, 34) !important;
}
.block_main_card{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    margin: 0 20px 0 20px;
}
.card_block_main{
    border: 3px solid rgb(179, 128, 34);
    margin-bottom: 50px;
    color: #fff;
    background: rgba(0, 0, 0, 0.55);
    text-align: center;
    padding: 30px;
}
.list_of_contact_main{
    text-decoration: none;
    list-style-type: none;
    text-align: left;
    align-self: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 30px;
    margin-bottom:80px;
    
}
.side{
    text-align:center;
}
.list_of_contact_main i{
    
    color: rgb(179, 128, 34);
}
@media(max-width:1024px){
    .wrapper{
         grid-template-columns:1fr;
    }
    .left_wrapper{
        padding:150px 0 140px 0;
    }
}
@media(max-width:560px){
    .block_main_card{
        grid-template-columns: 1fr 1fr;
        padding:0 15px;
        margin:0;
    }
    .list_of_contact_main{
        padding:0 15px;
    }
    .block_main{
        margin-top:40px;
        padding-left:25px;
    }
     .main_block{
       background-attachment: inherit;
     
    }
}
@media(max-width:375px){
    .block_main_card{
        grid-template-columns:1fr;
    }
   
}