.content-section-ex1{
    background-color: rgba(215, 183, 47, 1);
}
.ex1wd {
    padding-top: 100px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}


.ex1wd h2 {
    color: #0c417d;
}

.ex1wd h3 {
    font-size: 1.6em;
}

.ex2wd_2 span{
    color: #0c417d;
    font-size: 20px;
}

.ex2wd_4 {
    margin-top:75px;
}

.ex1wd p {
    /*color: #ed4c59;
    font-size: 1.4em;
    margin-top: 24px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #ed4c59;
    padding-top: 24px;*/
    
    color: #db287c;
    font-size: 1.4em;
    margin-top: 24px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #db287c;

}

.image_margin{
    margin: 0 auto;
    width:74%;
    padding: 67px 0;
}

#pa4{
   font-size: 0.8em;
}

.text_iamge{
    position: relative;
    width: 67%;
    margin: 0 auto;
}

.text_image_2{
    font-size: 18px;
    position: absolute;
    left: 42px;
    bottom: 39px;
}

.text_image_3{
    font-size: 15px;
    position: absolute;
    left: 216px;
    color: rgb(98, 98, 98);
}
span {
    color:black;
}

.qscreen_image{
    display: inline-block;
    margin: 20px 10px;
}


.content-section-ex2,.content-section-ex3{
    background-color: #D1D1D1;
}

.bg_01{
    background-color: white;
    padding: 26px 48px;
    margin: 16px 12px;
    border-radius: 50px;
    width: 98%;
}
.bg_02{
    background-color: white;
    padding: 23px 48px;
    margin: 16px 12px;
    border-radius: 50px;
    width: 98%;
}
.content-section-ex4{
    background-color: white;
}

.fontCss {
    font-size: 17px;
}

.ex2wd_3 h2 {
    font-size: 3.3em;
}
.ex4_image{
    margin: 10px 2px;
}

.ex2wd_2_text{
    text-align: center;
}

#contact_btn {
    width: 40%;
    height: 80px;
    background-color: #db287c;
    margin: 20px auto 60px auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    cursor: pointer;
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
   #pa3 p{
        font-size: 1.3em;
   }
   .ex2wd_3 h2 {
        font-size: 3.2em;
    }

    .text_image_2 {
        left: 0;
    }

    .bg_01 {
        height: 453px;
    }
    .bg_02 {
        height: 453px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .text_iamge {
        width: 96%;
    }

    .text_image_2{
        width: 100%;
        left: 40px;
    }
    .bg_01 {
        height: 455px;
        margin: 20px 2px;
    }
    .bg_02 {
        height: 455px;
        margin: 20px 2px;
    }

    .ex2wd_4{
        margin: 0 16px;
    }

    #contact_btn{
        width: 45%;
    }
    .ex2wd_3 {
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px;

    }
   
 }

 @media screen and (min-width:320px) and (max-width: 767px) {
    .bg_01 {
        width: auto;
    }
    .bg_02 {
        width: auto;
    }

    .ex1wd{
        padding-bottom: 0px;
    }
    .text_image_2 {
        font-size: 3vw;
        left: 37px;
    }

    .text_image_3 {
        font-size: 3vw;
        /*left: 127px;*/
        left: 137px;
    }
    .ex2wd_4,.ex2wd_3{
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
    }

    #contact_btn{
        width: 100%;
    }

    .image_margin {
        padding: 20px 0;
    }

    /*.bg_01 {
        
        height: 435px;
    }*/

    .bg_01 {
        
        text-align: center;
    }
    .bg_02 {
        
        text-align: center;
    }
    .center_image {
        text-align:left;
    }
    .bg_01 {
        padding: 23px 42px;
    }
    .bg_02 {
        padding: 23px 42px;
    }
 }

 @media screen and (min-width:558px) and (max-width: 767px) {
    .text_image_3 {
        font-size: 3vw;
        /* width: 27%; */
        left: 242px;
        color: rgb(98, 98, 98);
    }
 }

 @media screen and (min-width:320px) and (max-width: 375px) {
    .text_image_2 {
        font-size: 3vw;
        left: 19px;
        bottom: 32px;
    }
 }

 @media (max-width: 347px) {
    .text_image_2 {
        font-size: 4vw;
        left: 49px;
        bottom: 39px;
    }
    .text_iamge {
        width: 100%;
    }
}