@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
/*font-family: 'Quicksand', sans-serif;*/
body {
	font-family: 'Quicksand', sans-serif;
	background: #f6f6f6;
}
.popOuter {
	width: 100%;
    max-width: 512px;
    margin: auto;
    text-align: center;
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0px 0px 14px 2px rgb(0 0 0 / 3%);
    -webkit-box-shadow: 0px 0px 14px 2px rgb(0 0 0 / 3%);
    padding: 0px 37px 34px;
}
.popOuter h2 {
    color: #5a5a5a;
    font-weight: 600;
    font-size: 35px;
    line-height: 37px;
    margin: 0;
}
.popOuter h2 span {
    color: #a92020;
    display: block;
    vertical-align: top;
    font-size: 65px;
    font-weight: 700;
    line-height: 72px;
}
.starImg {
    margin: 20px 0 42px;
}
.contentList {
    background: #fefbef;
    border-radius: 10px;
    padding: 30px;
}
.contentList ul {
    list-style: none;
    margin:  0;
    padding: 0;
}
.contentList ul li {
    font-size: 23px;
    font-weight: 600;
    color: rgb(90 90 90 / 70%);
    margin-bottom: 25px;
}
.contentList ul li:last-child {
    margin-bottom: 0;
}
.shareLove {
    margin: 18px 0;
    color: rgb(90 90 90 / 40%);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}
.reviewBtn a {
    background: #a92020;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    border-radius: 13px;
    font-weight: 600;
    font-size: 28px;
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.reviewBtn a:hover {
	background: #5a5a5a;
}
.thankText {
	font-size: 19px;
    font-weight: 700;
    color: #5a5a5a;
}
.thankText img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
@media screen and (max-width: 480px) {
.popOuter h2 span {
	font-size: 45px;
    line-height: 48px;
}
.popOuter h2 {
    font-size: 30px;
    line-height: 37px;
}
.popOuter {
    padding: 34px 27px 34px;
}
.starImg img {
    width: 220px;
    height: auto;
}
.starImg {
    margin: 10px 0 13px;
}
.contentList ul li {
    font-size: 20px;
    margin-bottom: 20px;
}
.contentList {
    padding: 30px 20px;
}
.reviewBtn a {
    font-size: 20px;
}
.thankText {
    font-size: 17px;
}
.thankText img {
    margin-left: 5px;
    width: 25px;
    height: auto;
}

}