.main-container{
    height: 600px;
    background-image: url(../images/rubbish_removal-5.jpeg);
    margin: 20px 0px;
    background-color: rgba(0, 0, 0, 0.4);
}
.main-container .text-container{
    height: 80%;
}
.main-container .contact-container{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-container .contact-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.4);
}
.contact-main h2{
    font-size: 50px;
    color: #ffff;
}
.contact-main h3{
    color: #ffff;
}
.contact-main h3 i{
    color: #1DCD9F;
    font-style: normal;
    font-weight: 500;
}
.contact-main .call-box{
    background-color: #ffff;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 15px;
    margin: 10px 0px;
}
.call-box .call-icon{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1DCD9F;
    border-radius: 50px;
    margin-right: 10px;
}
.call-icon i{
    color: #222222;
}
.call-box a{
    text-decoration: none;
    font-size: 25px;
    color: #222222;
}


@media (max-width: 600px) {
    .main-container{
        padding: 0px;
    }
    .main-container .text-container{
        height: 70%;
    }
    main-container .text-container {
        margin: 0px 10px;
    }
    .main-text{
        height: 40px;
    }
    .text-container .main-text h1 {
        font-size: 18px;
    }
    .contact-main h2 {
        font-size: 30px;
    }
}

@media (max-width: 500px) {
    .main-container {
        flex-direction: column;
        padding: 20px;
        height: 660px;
    }
    .main-container .text-container{
        width: 100%;
    }
    .main-container .contact-container {
        width: 100%;
        margin: 20px 0px;
    }
    .text-container .main-text h1 {
        font-size: 20px;
    }
    .text-container .main-text h1 {
        margin-top: 7px;
    }
    .main-container {
        flex-direction: column;
        padding: 20px;
        height: 700px;
    }
}


@media (max-width: 350px) {
    
    .heading-text .inner h1 {
        font-size: 40px;
    }
    .main-container .contact-container {
        width: 100%;
        margin: 20px 0px;
    }
    .text-container .main-text h1 {
        font-size: 18px;
    }
}