@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.contact-box {
    /* background-color: red; */
    width: 100%;
    height: 400px;
}

.contact-section {
    width: 90%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 40px;
    gap: 20px;
}

.my-location {
    width: 90%;
    height: 30px;
    margin-left: 40px;
}

.para-16 {
    width: 90%;
    height: 30px;
    margin-left: 40px;
    display: flex;
    align-items: center;
}

@media (max-width:412px) {
    .my-location {
        height: 70px;
    }
}

@media (max-width:680px) {
    .my-location{
        height: 100px;
        margin-left: 30px;
    }
    .contact-section{
        margin-left: 30px;
    }
    .para-16{
        margin-left: 30px;
    }
}