* {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
html {
    font-size: 62.5%;;
}

body {
    font-family: 'Mitr', sans-serif;
    color: #fff;
    font-weight: 300;
    box-sizing: border-box;
    text-align: center;
}
@media only screen and (min-width: 320px) {
    
    .header_services {
        margin-top: 10vh;
        height: 85vh;
        background-image: url(../images/services_hero.jpg);
        background-size: cover;
        background-position: top;
        border-top: .5rem solid #10375c;
    }
    .header_container--text {
        text-align: center;        
    }
    .header_mainText {
        padding-top: 35%;
        font-size: 5.5rem;
        color: #ffff;
        font-weight: 400;
    
    }
    .header_line {
        border: .4rem solid #f6f5f5;
        width: 25%;
        text-align: center;
        margin-top: 1rem;
        margin-inline-start: 38%;
    }
    
    .header_subText {   
        color: #fff;
        font-size: 3rem;
        margin-top: 2rem;
        letter-spacing: -.1rem;
        font-weight: 400;
    }
    .services_component {
        height: auto;
    }
    
    
    .services_img--1{ background-image: linear-gradient(to right bottom, rgba(14, 235, 235, 0.2), rgba(14, 235, 217, 0.2)), url(../images/insurance_img.jpg); background-position: center;}
    .services_img--2{ background-image: linear-gradient(to right bottom, rgba(223, 153, 2, 0.5), rgba(223, 153, 2, 0.5)), url(../images/immigration_img.jpg); background-position: center;}
    .services_img--3{ background-image: linear-gradient(to right bottom, rgba(32, 139, 238, 0.1), rgba(32, 139, 238, 0.1)), url(../images/divorce_img.jpg); background-position: center;}
    .services_img--4{ background-image: linear-gradient(to right bottom, rgba(25, 255, 255, 0.4), rgba(25, 255, 255, 0.4)), url(../images/general_img.jpg); background-position: center;}
    .services_img--5{ background-image: linear-gradient(to right bottom, rgba(25, 255, 255, 0.4), rgba(25, 255, 255, 0.4)), url(../images/realestate_img.jpg); background-position: center;}

    .services_container {
        height: auto;
        margin-bottom: 3%;
    }
    .services_text {
        color: #f6f5f5;
        border-radius: 3rem;        
        margin: 5% 5% 0 5%;
        padding: 7%;
        background-color: #10375c;
        
    }
    .services__textRight {
        color: #10375c;
        text-align: right;
        border-radius: 3rem;        
        margin: 5% 5% 0 5%;
        padding: 7%;
        background-color: #e5e5e5;
    }
    .services_text_titles {
        font-size: 3.2rem;
        letter-spacing: -.1rem;
        font-weight: 400;
    }
    .services_line {
        border: .2rem solid #f6f5f5;
        width: 100%;
    }
    .services_lineRigth {
        border: .2rem solid #10375c;
        width: 100%;
    }
    .services_text--description {
        font-size: 1.7rem;
        margin-top: 5%;
        line-height: 2.9rem;
    }
    .services_img {
        display: none;
    }
}
@media only screen and (min-width: 769px) {    
   
    .header_container--text {
        text-align: center;
    }
    .header_mainText {
        padding-top: 15%;
        font-size: 7rem;
        color: #ffff;
    
    }
    .header_line {
        border: .5rem solid #fff;
        width: 15%;
        text-align: center;
        margin-top: 1rem;
        margin-inline-start: 43%;
    }
    
    .header_subText {   
        color: rgb(209, 209, 209);
        font-size: 3rem;
        margin-top: 2rem;
        letter-spacing: -.1rem;
    }
   
    .services_component {
        height: auto;
    }
    .services_text {
        float: left;
        text-align: left;
        border-radius: 3rem;        
        margin: 8% 0 0 5%;
        padding: 2%;
        width: 50%;        
    }
    .services_text_titles {
        font-size: 3.2rem;
    }
   
    .services_text--description {
        font-size: 1.9rem;
        margin-top: 8%;
    }

    .service_imgLeft {
        display: inline-block;
        width: 40%;
        height: 400px;
        margin: 5% 0 0 5%;
        border-radius: 10rem 0 0 0;
    }
    .services__textRight {
        width: 50%;
        border-radius: 0 3rem 3rem 0;
        padding: 5%;
        float: right;
        margin: 8% 5% 1% 0;
    }
    .services_img {
        display: inline-block;
        width: 40%;
        height: 400px;
        margin: 5% 5% 0 0;
        border-radius: 0 10rem 0 0;
    }
    .services_text {
        border-radius: 3rem 0 0 3rem;
        padding: 5%;
    }
}

@media only screen and (min-width: 1023px) {
    .service_imgLeft {
        display: inline-block;
        width: 40%;
        height: 450px;
        margin: 5% 0 0 5%;
        border-radius: 10rem 0 0 0;
    }
    .services_img {
        display: inline-block;
        width: 40%;
        height: 450px;
        margin: 5% 5% 0 0;
        border-radius: 0 10rem 0 0;
    }
}