.block_21 {
    padding-top: 200px;
    margin-top: 80px;
    background: #6df7f8;
    padding-bottom: 80px;
}

.flx_21 {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    position: relative;
}

.h2_21 {
    position: absolute;
    top: -170px;
    width: 800px;
    left: calc(50% - 400px);
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 800;
    color: #000;
    /* text-transform: uppercase; */
    font-family: "Bad Script", cursive;
}

.h2_21:after {
    position: absolute;
    content: '';
    bottom: -104px;
    left: calc(50% - 159px);
    width: 151px;
    background: url(/wp-content/uploads/picsblog/blog_img_arrow.svg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 87px;
    transform: rotate(64deg);
}

.ph_bl {
    width: 50%;
    background: url(/wp-content/uploads/picsblog/phnepic.png);
    background-size: contain;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    height: 600px;
}

.txt_21 {    
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 800;
    color: #000;   
    font-family: "Bad Script", cursive;
}


.cont_flx20 {
    display: flex;
    justify-content: space-between;
}

.txt_left_20 {
    width: 48%;
    text-align: justify;
    font-weight: 200;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 32px;
}

.txt_right_20 {
    width: 48%;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txt_right_20 a {
    color: #000;
    text-decoration: none;
}

.txt_lnk {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 800;
    color: #000;
    font-family: "Bad Script", cursive;
    width: 100%;
}

.arr_lnk {
    width: 200px;
    height: 3.5px;   
    background: #000;
    margin: 29px auto 0px;
    position: relative;
}

.arr_lnk:before {
    content: '';
    width: 30px;
    height: 4px;
    position: absolute;
    background: #000;
    margin: 10px auto;
    border-radius: 2px;
    top: -21px;
    right: -3px;
    transform: rotate(45deg);
}

.arr_lnk:after {
    content: '';
    width: 30px;
    height: 4px;
    position: absolute;
    background: #000;
    margin: 10px auto;
    border-radius: 2px;
    top: 1px;
    right: -3px;
    transform: rotate(-45deg);
}

.block_20 {
    margin: 79px 0 98px;
}



@media screen and (max-width: 760px) {


  .cont_flx20 {
   flex-wrap: wrap;    
}
     
     
     .cont_flx20 {
    display: block;    
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
     .txt_right_20 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
    
    .txt_lnk {
    font-size: 33px;
        line-height: 43px; }
    
    
    .ph_bl {
    width: 100%;    
    height: 500px;
}
     
    .block_21 {
    padding-top: 40px;    
    padding-bottom: 70px;
}
     
.flx_21 {
    display: block;
    width: 90%;margin-left: auto;
    margin-right: auto;
}
 
     .h2_21 {
    position: static;    
    width: 100%;    
    font-size: 33px;
    line-height: 43px;    
}
    
    
   
    .h2_21:after { display: none; } 
    
    .txt_21 {
    font-size: 33px;
    line-height: 43px;
    width: 90%;
    margin-left: auto;
        margin-right: auto; }
    
    .left_pic_1 { display: none; } 
    
    .block_3 {
    margin: 0px 0 50px 0;    
}
    .right_txt_1 {
        width: 100%; }
    
    .left_txt_1 {
    width: 100%;    
    padding: 0px 20px 20px 20px;
}
    
    
    .left_pic_1, .right_pic_1 {
    position: static;
        width: 100%;  }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}




