@import url("css2.css");
body{
font-family: "Roboto", sans-serif;
}
.full-box{
    height: 100vh
}
.box-width {
width: 100%;
max-width: 500px;
box-shadow: 0px 0px 10px 0px #00000036;
border-radius: 20px;
margin: auto;
}
.icon-check {
background-color: #187ffe;
border-radius: 20px;
width: 100px;
height: 100px;
font-size: 50px
}
.box-centent{
gap: 20px
}
.box-centent h2{
font-weight: 600;
font-size: 35px; 
}
.review-content{
color: #6c6c6c;
font-size: 25px;
}
#rating {
color: #059400;
}
.user-box {
background: #fff7ea;
padding: 20px;
text-align: center;
border-radius: 15px;
}
.user-box p{
font-size: 25px;
color: #616161;
}
.verified-box{
 background: #f2f9fc;
padding:15px;
text-align: center;
color: #1282f7;
font-size: 22px;
border-radius: 15px;
}
.green-btn {
background-color: #3e8a49 !important;
color: #fff!important;
width: 100%;
padding: 15px;
font-size: 30px;
}
@media(max-width: 768px){
.box-centent h2 {
font-size: 25px;
}
.review-content {
color: #6c6c6c;
font-size: 20px;
}
}