.last_sec{
    width: 100%;
    height: auto;
    background-color:#81B1DFC7 ;
}
.align, .cover, .alice , .emily{
    display: flex;
    align-items: center;
    justify-content: center;
}
.align{width: 100%; height: auto;}
.cover{
    width: 95%;
    /* background-color: bisque; */
}
.mother{
    /* background-color: #143D63; */
    height: 21rem;
    width: 50%;
}
.alice{
    /* background-color: aliceblue; */
    width: 100%;
    height: auto;
}
.vertical_line{
    width: 3px;
    height: 20rem;
    background-color: #707070;
}
.emily{
    width: 50%;
    height: auto;
    margin: 20px 0;
    /* background-color: rgba(153, 189, 190, 0.751); */
}
/* ____________________________________________________ */

.alice1,.alice2, .alice3, .line_btw{
    display: flex;
    justify-content: center;
    align-items: center;
}
.alice1{
    margin: 0 5px 0 0;
    width: 150px;

    /* background-color: rgb(196, 151, 94); */
}
.alice1 div{
    position: relative;
    width: 20px;
}
 .alice1 .last_child{
    width: 40px;
}
.alice1 img{
    width: 40px;
    height: 40px;
    border-radius: 30px;
    opacity: 0.82;
}

.alice2{
    margin: 0 5px 0 0;
    width: 20%;
    /* background-color: rgb(109, 109, 255); */
}
.c1, .c2,.c3{
    background: transparent linear-gradient(90deg, #2879C6 0%, #143D63 100%) 0% 0% no-repeat padding-box;
    border-radius: 100%;
    margin: 0 5px;
}
.c1{width: 10px; height: 10px;}
.c2{width: 15px; height: 15px;}
.c3{width: 20px; height: 20px;}

.alice3{
    background: #FFFFFF26 0% 0% no-repeat padding-box;
    border: 1px solid #336DA3;
    border-radius: 15px;
}
.alice3 a{
    width: 200px;
    font: normal normal 600 18px/30px Poppins;
    letter-spacing: 3px;
    color: #0C0B0B;
    text-shadow: 5px 5px 6px #00000029;
}
.alice3:hover{
    background: #ffffff54 0% 0% no-repeat padding-box;
    border: 1px solid #2f7abf;
}
.line_btw{width: 100%;}
.mother hr{
    width: 75%;
    height: 0.9px;
    border: 0;
    background-color: #707070;
}
.james{

    margin: 20px 0 20px 10%;
}
.james .h1{
    
    font: normal normal normal 18px/50px Poppins;
    letter-spacing: 3.86px;
    color: #0C0B0B;
    text-decoration: underline solid  #707070;
}
.james .h2{

    font: normal normal bold 20px/40px Poppins;
    letter-spacing: 4.39px;
    color: #0C0B0B;
    opacity: 1;
}
.james .h3,.james .h4{

    font: normal normal normal 18px/30px Poppins;
    letter-spacing: 3.33px;
    color: #0C0B0B;
    opacity: 1;
}
/* ---------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------- */

.emily .par1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.emily #h1{
    position: relative;
    font: normal normal bold 25px/30px Poppins;
    letter-spacing: 3.33px;
    color: #0C0B0B;
    opacity: 1;
    text-decoration: underline solid  #707070;
}
input[type=text], input[type=email], textarea, button[type=submit]{
    width:20rem ;
    font: normal normal normal 12px/20px poppins;
    letter-spacing: 2.13px;
    color: #0C0B0B;
    background: #FFFFFF91 0% 0% no-repeat padding-box;
    border-radius: 3px;
    margin-top: 20px;
    padding: 5px 15px;
    border: 0;
    
}
button[type=submit]{
    cursor: pointer;
    width: 20rem;
}

.top_part2 hr{
    margin: 0px 0 0 2px;
    width: 9rem;
    border: .1px;
}

.lower_part{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lower_part img{
    width: 15px;
    height: 15px;
    object-fit: cover;
}
.lower_part #h1{
    font: normal normal normal 9px/11px Poppins;
    letter-spacing: 1.6px;
    color: #0C0B0B;
    background: #FFFFFF00 0% 0% no-repeat padding-box;
    border: 1px solid #0C0B0BAD;
    border-radius: 7px;
    opacity: 1;
    padding: 0 2px;
    margin: 0 5px 0 5px;
}
.lower_part #h2{
    text-align: left;
    font: normal normal normal 12px/30px Poppins;
    letter-spacing: 2.66px;
    color: #0C0B0B;
    opacity: 1;
}


@media only screen and (max-width:1040px){
    .alice1{margin-right: 20px;}
    .alice{margin-top: 30px;}
    .alice2{display: none;}
}

@media only screen and (max-width:940px){
    .cover{width:100%;}
    .mother{width: 55%;}
    .james{ margin: 20px 0 20px 5%;}
    .james .h2{
        font-size: 19px;
    }
    .emily{
        width: 45%;
    }
}
@media only screen and (max-width:750px){
    .cover{display: block;}
    .vertical_line{display: none;}
    .mother{width: 100%; height: auto; margin: 0 0 50px 0;}
    .alice2{display: flex;}
    .james{ margin: 20px 0 20px 10%;}
    .emily{
        width: 100%;
    }
}
@media only screen and (max-width:550px){
    .alice2{display: none;}
}
@media only screen and (max-width:480px){
    .lower_part #h2{display: none;}
}
@media only screen and (max-width:420px){
    .james{ margin: 20px 0 20px 4%;}
    .alice1{margin: 0 10px 0 0;}
    .alice1 img{
        width: 35px;
        height: 35px;
    }
    .alice3{
        width: 180px;
    }
}
@media only screen and (max-width:420px){
    .alice1{
        display: none;
    }
    .line_btw{
        display: none;
    }
    .james{
        margin: 20px 0 20px 2%;
    }
    .james .h1{
        font: normal normal normal 14px/40px Poppins;
    }
    .james .h2{
        font: normal normal bold 13px/20px Poppins;
    }
    .james .h3,.james .h4{
        font: normal normal normal 13px/20px Poppins;
    }
}
@media only screen and (max-width:420px){
    .emily{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .emily_align{
        width: 90%;
    }
    input[type=text], input[type=email], textarea, button[type=submit]{
        width: 100%;
    }
}