.bottom-signposts-container {padding: 100px 0;}
.contact-signposts-box {background: var(--tillyco-yellow);padding: 58px 20px;}
.cs-box-inner {max-width: 1080px;margin: 0 auto;}
.cs-content {max-width: 692px;padding-right: 20px;}
.cs-content h3{font-size: 30px; line-height: 40px; font-weight: 400; margin: 0;}
.cs-btn {width: 192px;flex-shrink: 0;}
 
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
	 
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
}

/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width: 767.98px){
    .contact-signposts-box {padding: 58px 36px;}
    .cs-btn {margin-top: 36px;}
    .cs-content {text-align: center;padding-right: 0;} 
}

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

}

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