body{
    margin:0;
    padding:0;
}
*{
    margin: 0;
    padding: 0;
}
.purchasehero{
    width: 100%;
    height: 700px;
    display: flex;
}
.purchaseinfo{
    width: 50%;
    height: 100%;
    padding: 2.5%;
    box-sizing: border-box;
}
.purchaseinfo h1{
    font-size: 40px;
}
.purchaseinfo h2{
    font-size: 30px;
}
.purchaseinfo button{
    width: 100%;
    height: 50px;
    background-color: rgb(69, 203, 96);
    box-shadow: 0 0 5px 1px rgb(108, 106, 106);
    border: none;
    color: white;
    font-size: 20px;
}
.purchaseimage{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.purchaseimage img{
    width: 80%;
    height: auto;
    background-color: pink;
}
.democertificate{
    height: 400px;
    width: 100%;
    background-color: rgb(73, 227, 125);
    display: flex;
    justify-content: center;
}
.certificatedemo{
    width: 400px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.certificatedemo img{
    height: auto;
    width: 95%;
}
.certificatedesc{
    height: 100%;
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}
.examscope{
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.examscope h1{
    font-size: 40px;
}  
.examscope p{
    font-size: 20px;
} 
.examinfotable{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.examinfotable table{
    width: 90%;
    height: auto;
}
.examinfotable table tr{
    width: 100%;
    height: auto;
}
.examinfotable table tr td{
    width: 50%;
    height: auto;
    padding: 2px;
    box-sizing: border-box;
    font-size: 17px;
    padding-top: 4px;
    padding-bottom: 4px;
}


@media only screen and (min-width: 580px) and (max-width:800px){
    .purchasehero{
        width: 100%;
        height: 1000px;
        display: flex;
        flex-direction: column;
    }
    .purchaseinfo{
        width: 100%;
        height: 50%;
        padding: 3%;
        box-sizing: border-box;
        order: 2;
    }
    .purchaseinfo h1{
        font-size: 46px;
    }
    .purchaseinfo h2{
        font-size: 24px;
    }
    .purchaseinfo h3{
        font-size: 15px;
    }
    .purchaseinfo p{
        font-size: 15px;
    }
    .purchaseinfo button{
        width: 100%;
        height: 50px;
        background-color: rgb(69, 203, 96);
        box-shadow: 0 0 5px 1px rgb(108, 106, 106);
        border: none;
    }
    .purchaseimage{
        width: 100%;
        height: 40%;
        display: flex;
        align-items: center;
        justify-content: center;
        order: 1;
    }
    
    .purchaseimage img{
        width: auto;
        height: 90%;
        background-color: pink;
    }
    .democertificate{
    height: 750px;
    width: 100%;
    background-color: rgb(73, 227, 125);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.certificatedemo{
    width: 100%;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
}
.certificatedemo img{
    height: 90%;
    width: auto;
}
.certificatedesc{
    height: 40%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    order: 1;
    padding-top: 50px;
    box-sizing: border-box;
}
    .examscope h1{
        font-size: 30px;
    }  
    .examscope p{
        font-size: 15px;
    }
    .examinfotable table tr td{
        width: 50%;
        height: auto;
        padding: 2px;
        box-sizing: border-box;
        font-size: 14px;
    }
}

@media only screen and (min-width: 320px) and (max-width:579px){
    .purchasehero{
        width: 100%;
        height: 1000px;
        display: flex;
        flex-direction: column;
    }
    .purchaseinfo{
        width: 100%;
        height: 50%;
        padding: 3%;
        box-sizing: border-box;
        order: 2;
    }
    .purchaseinfo h1{
        font-size: 26px;
    }
    .purchaseinfo h2{
        font-size: 24px;
    }
    .purchaseinfo h3{
        font-size: 15px;
    }
    .purchaseinfo p{
        font-size: 15px;
    }
    .purchaseinfo button{
        width: 100%;
        height: 50px;
        background-color: rgb(69, 203, 96);
        box-shadow: 0 0 5px 1px rgb(108, 106, 106);
        border: none;
    }
    .purchaseimage{
        width: 100%;
        height: 40%;
        display: flex;
        align-items: center;
        justify-content: center;
        order: 1;
    }
    
    .purchaseimage img{
        width: auto;
        height: 90%;
        background-color: pink;
    }
    .democertificate{
    height: 750px;
    width: 100%;
    background-color: rgb(73, 227, 125);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.certificatedemo{
    width: 100%;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
}
.certificatedemo img{
    width: 90%;
    height: auto;
}
.certificatedesc{
    height: 40%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    order: 1;
    padding-top: 50px;
    box-sizing: border-box;
}
    .examscope h1{
        font-size: 30px;
    }  
    .examscope p{
        font-size: 15px;
    }
    .examinfotable table tr td{
        width: 50%;
        height: auto;
        padding: 2px;
        box-sizing: border-box;
        font-size: 14px;
    }
}
