@media only screen and (max-width: 600px)
.leadbox {
    width: 120%;
    margin: 0 0 30px -10%;
}

.bt_best_price {
	float: left;
}
    .disclosure {
	    font-size: 12px;
    font-style: italic;
    color: #5f6368;

    }

.imgcta {
    height: auto;
    max-width: 220px;
    float: right;
}

.name, a.name {
    display: table-cell;
    font-size: 30px!important;
    line-height: 1.25;
    margin: 10px 230px 10px 0!important; /* Thay đổi giá trị margin-right thành 230px */
    box-shadow: none!important;
    color: var(--lasso-title)!important;
}

.leadbox {
    margin: 10px 0 30px;
	box-shadow: 0 0 0px 0 #336699;
	border: 0px solid #a6b1b7;
}
.seoreviewsubheading-leadbox {
    font-weight: 400 !important;
    background: #fff;
    border-top: 1px solid #fff;
    font-size: 18px;
    display: block;
    text-align: center;
    padding: 20px 5%;
	box-shadow: rgba(126, 157, 255, 0.4) 0px 8px 12px 0px;
    border: 2px solid rgb(223, 224, 226) !important;
}
.price_button_shortcode:hover {
    background-color: #ff4500;
}
.price_button_shortcode {
    width: 60% !important;
    padding: 1px 0;
	overflow: hidden;
    background: #f06d1b;
     -webkit-border-radius: 30px;
    border-radius: 4px;
    font-size: 25px;
    line-height: 10px !important;
    min-width: 250px;
    box-sizing: content-box;
    margin: 0px auto;
    max-width: 100%;
    text-align: center;
}
.price_btnLink {
    text-shadow: #e81e2c 0px 1px 0px;
    background: none;
    color: #000;
    line-height: 20px;
    text-decoration: none;
    display: block !important;
    padding: 5px;
    vertical-align: baseline;
}
span.price_btn_txt {
	font-size: 16px;
    color: #fff;
	font-weight: 900;
    letter-spacing: .05em;
}
.price_btn_txt:hover {
	    color: #e4e5e7;
}
.price_button_shortcode i {
    transform: rotate(-45deg);
    margin-right: 5px;
}
.fa-arrow-right:before {
    content: "\f061";
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 