@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Manrope:wght@200;300;400;500;600;700;800&family=Roboto:wght@300&display=swap');

nav {

    /* background-color: rgba(0, 0, 0, 1); */

}
.lyusta{
    /* padding-top: 100px; */
    margin-top: 150px;
    position: relative;
}
.lyusta_container{
    width: 80%;
    margin-left: 10%;
}
.lyusta_title{
font-family: 'Inter';
font-size: 57px;
font-weight: bold;
}
.lyusta_contact{
    display: flex;
    column-gap: 5%;
    margin-top: 42px;

}
.contact_contents{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 40%;
    /* align-items: center; */
    justify-content: center;
}
.contact_contents_text{
    font-family: 'Inter';
    font-size: 18px;
    font-weight: bold;  
    line-height: 2;
    text-align: center;
}
.contact_buttons{
    display: flex;
    flex-direction: column;
    row-gap: 13px;
}
.contact_button{
    font-family: 'Inter';
    font-size: 18px;
    font-weight: bold;
    border: 2px solid black;
    /* padding: 13px 30px; */
    padding-top: 13px;
    padding-bottom: 13px;
    color: black;
    text-decoration: none;
    text-align: center;
    width: 100%;
    
}
.contact_button:hover{
color: black;
text-decoration: none;
}
.lyusta_contact_map{
    width: 50%;
    
}
.map{
    width: 100%;
    height: 100%;
    border: 1px solid black;
}
  @media (max-width: 905px) {
    .lyusta_title{
        font-size: 40px;
    }
    .lyusta_contact{
        display: flex;
        flex-direction: column;
        row-gap: 50px;
    }
    .contact_contents{
        width: 100%;
        margin-left: 0%;
    }
    .lyusta_contact_map{
        width: 100%;
        margin-left: 0%;
        height: 200px;
    }
    .contact_contents{
        row-gap: 10px;
    }
}
