.reviews-signpost-box { background: var(--sof-white); border-radius: 20px; padding: 43px 33px; }
.rsb-content h3 { font-size: 50px; margin-bottom: 4px; }
.rsb-icon { width: 60px; height: 50px; flex-shrink: 0; }
.rsb-icon img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.rsb-btn-group { gap: 45px; justify-content: end; }
.rsb-btn-group-box { gap: 15px; }
.rsb-btn .btn { padding: 12px 28px; min-width: auto !important; min-height: 44px; }

/* ========================================== 
! Large devices (desktops, less than 1400px)
=========================================== */
@media (max-width:1399.98px) {
	.rsb-content h3 { font-size: 45px; }
	.rsb-btn-group { flex-flow: column; gap: 38px; }
	.rsb-btn { flex-grow: 1; }
	.rsb-btn .btn { width: 100%; }
	.rsb-btn-group-box { gap: 30px; }
	.reviews-signpost-box { align-items: start !important; justify-content: center; }
	.rsb-left { width: fit-content !important; flex-grow: 0 !important; }
}

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) { }

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
	.reviews-signpost-box { padding: 40px 20px; }
}

/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px) {
	.reviews-signpost-box {border-radius: 0;padding: 30px 15px;width: calc(100% + 30px);margin-left: -15px;flex-flow: column;}
	.rsb-left { width: 100%; padding-right: 0; }
	.rsb-right {width: 100%;margin-top: 25px;padding-left: 0 !important;}
	.rsb-content { font-size: 16px; }
	.rsb-content h3 { font-size: 45px; margin-bottom: 10px; }
	.rsb-btn-group { flex-flow: column; }
	.rsb-btn-group-box { gap: 32px; }
}

/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width:575.98px) { }