@charset "utf-8";

.qtshares_name {
	margin: 100px auto 15px; 
	width: max-content; 
	font-size: clamp(32px, 4vw, 45px); 
	font-weight: 600;
}
.qtshares_desc {
	margin:15px auto; 
	font-size: clamp(15px, 1.8vw, 19px); 
	text-align: center;
}

.qtshares_info {
	margin:75px 15px;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.qtshares_info_block {
	flex:1;
	border-radius: 12px;
	padding: 15px 25px;
}
.qtshares_info_name {
	padding:15px;
	font-size:19px;
	font-weight:500;
}
.qtshares_info_item {
	display:flex;
	justify-content: space-between;
	padding: 12px 15px;
	font-size: 14px;
}
.qtshares_info_item > div:last-child {
	margin-left: 15px;
	text-align:right;
}
.qtshares_info_item_table {
	padding: 12px 15px;
}

.qtshares_bottom_buy {
	border-radius: 12px;
    margin: 60px auto;
    padding: 15px 25px 10px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.1s;
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
	width: max-content;
	transition:0.1s;
	opacity: 0.9;
}
.qtshares_bottom_buy > div:last-child {
	font-size: 13px;
	font-weight: 400;
	margin: 10px 0 10px 0;
}

.qtshares_bottom_buy:hover {
	opacity: 1;
}







