#header_parent { 
    border-bottom: solid 1px #e9e9e9; 
    box-shadow: 0 2px 4px -3px rgb(0 0 0 / 30%);
}
.breadcrumb .sub {
    border-top: 1px solid #00B2DB !important;
    border-bottom: 1px solid #00B2DB !important;
    font-family: Roboto !important;
    font-size: 12px !important;
    background: url(../../../images/storage/arrow-left-blue.png) no-repeat left center, linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), #73CDE1 !important;
    background-size: 20px 30px !important;
}
.breadcrumb .sub.first {
    border-left: 1px solid #00B2DB !important;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), #73CDE1 !important;
}
.breadcrumb .sub.second, .breadcrumb .sub.last { padding: 0 10px 0 25px !important; }
.breadcrumb .sub.last { border-right: 1px solid #00B2DB !important; }
.breadcrumb .sub a { text-decoration: unset !important; }

#content-wrapper { padding-top: 0 !important; }
.hero-banner-section { background-color: #73CDE1; }
.hero-banner-section .widget {
    display: flex;
    width: 1440px;
    margin: 0 auto 0 auto;
}
.hero-banner-section .widget .banner-headline {
    display: table;
    width: 720px;
    font-family: Poppins;
    font-style: normal;
    padding: 60px 0;
}
.hero-banner-section .widget .storage-graphic {
    width: 720px;
    height: 500px;
}
.hero-banner-section .widget .storage-graphic.kitchenstorage {
    background: url(/images/storage/graphic-kitchenstorage.jpg) no-repeat center center;
}
.hero-banner-section .widget .storage-graphic.fridgestorage {
    background: url(/images/storage/graphic-fridgestorage.jpg) no-repeat center center;
}
.hero-banner-section .widget .storage-graphic.hoardingtorage {
    background: url(/images/storage/graphic-hoardingtorage.jpg) no-repeat center center;
}
.hero-banner-section .widget .storage-graphic.coinsstorage {
    background: url(/images/storage/stamp-coin-or-medal-collections.jpg) no-repeat center center;
}
.hero-banner-section .widget .storage-graphic.renovationstorage {
    background: url(/images/storage/storage-renovation.jpg) no-repeat center center;
}
.hero-banner-section .widget .mobile-storage-graphic { display: none; }
.hero-banner-section .widget .mobile-storage-graphic.kitchenstorage {
    background: url(/images/storage/graphic-kitchenstorage.jpg) no-repeat center center;
    background-size: cover;
}
.hero-banner-section .widget .mobile-storage-graphic.fridgestorage {
    background: url(/images/storage/graphic-fridgestorage.jpg) no-repeat center center;
    background-size: cover;
}
.hero-banner-section .widget .mobile-storage-graphic.hoardingstorage {
    background: url(/images/storage/graphic-hoardingtorage.jpg) no-repeat center center;
    background-size: cover;
}
.hero-banner-section .widget .mobile-storage-graphic.stampstorage {
    background: url(/images/storage/stamp-coin-or-medal-collections.jpg) no-repeat center center;
    background-size: cover;
}
.hero-banner-section .widget .mobile-storage-graphic.garagerenovation {
    background: url(/images/storage/storage-renovation.jpg) no-repeat center center;
    background-size: cover;
}
.hero-banner-section .widget .banner-headline .sec-breadcrumbs, 
.hero-banner-section .widget .banner-headline .sec-author {
    display: table-row;
    height: 20%;
}
.hero-banner-section .widget .banner-headline .sec-titles {
    display: table-row;
    height: 60%;
}
.hero-banner-section .widget .banner-headline .sec-breadcrumbs {
    display: table-cell;
}
.hero-banner-section .widget .banner-headline .sec-titles .content-field, 
.hero-banner-section .widget .banner-headline .sec-author .content-field {
    display: table-cell;
    vertical-align: middle;
}
.hero-banner-section .widget .banner-headline .sec-author .content-field img {
    width: 72px;
    height: 72px;
    border-radius: 40px;
}
.hero-banner-section .widget .banner-headline h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    margin: 0 0 30px 0;
}
.hero-banner-section .widget .banner-headline label {
    display: inline-block;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}
.hero-banner-section .widget .banner-headline i {
    display: inline-block;
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
}
.hero-banner-section .widget .banner-headline .sec-author i { 
    font-weight: 600;
    margin: 0 0 0 13px;
}

.benefits-section { background: #F8F8F8; }
.benefits-section .widget {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    width: 1200px;
    margin: 0 auto 0 auto;
    padding: 40px 0;
}
.benefits-section .widget .item-guarantee {
    background: url(/images/storage/icon-guarantee.svg) no-repeat left center;
    padding: 0 0 0 90px;
}
.benefits-section .widget .item-insurance {
    background: url(/images/storage/icon-insurance.svg) no-repeat left center;
    padding: 0 0 0 90px;
}
.benefits-section .widget .item-reviews {
    background: url(/images/storage/icon-reviews.svg) no-repeat left center;
    padding: 0 0 0 90px;
}
.benefits-section .widget .item-links {
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}
.benefits-section .widget .item-links a {
    display: inline-block;
    width: 275px;
    padding: 13px 0;
    border: 0;
    border-radius: 4px;
    background: #F05B61;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: unset;
    text-align: center;
}
.benefits-section .widget .item-links a:hover, 
.conclusion-section .widget .col-details a:hover, 
.find-storage-section .widget a:hover {
    background: #F7A3A6;
}
.benefits-section .widget label {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #00B2DB;
    margin: 5px 0 5px 0;
    cursor: unset;
}
.benefits-section .widget p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin: 0 0 5px 0;
}
.introduction-section { padding: 80px 0; }
.introduction-section p {
    width: 1200px;
    margin: 0 auto 20px auto;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
}
.introduction-section p a { color: #00B2DB; }
.introduction-section ul {
    width: 1200px;
    margin: 0 auto 20px auto;
    font-size: 16px;
    color: #333333;
    padding: 0 0 0 50px;
}
.introduction-section ul li {
    list-style-type: disc;
    margin: 0 0 20px 0;
}
.topics-section .widget {
    width: 1200px;
    margin: 0 auto 80px auto;
}
.topics-section .widget .title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    cursor: unset;
    margin: 0 0 50px 0;
}
.topics-section .widget .tiles {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    width: 1200px;
}
.topics-section .widget .tiles .item {
    border: 2px solid #E4E4E4;
    box-sizing: border-box;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    font-family: Poppins;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
}
.topics-section .widget .tiles .item.active, .topics-section .widget .tiles .item:hover {
    background: #73CDE1;
    border: 2px solid #00B2DB;
}
.topics-section .widget .tiles .item .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px auto;
    border: 2px solid #00B2DB;
    border-radius: 52px;
}
.topics-section .widget .tiles .item.active .icon, .topics-section .widget .tiles .item:hover .icon {
    border: 2px solid #FFFFFF;
}
.topics-section .widget .tiles .item .icon.kitchen-essentials { background: url(/images/storage/topic-kitchen-essentials.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.kitchen-organiser { background: url(/images/storage/topic-kitchen-organiser.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.store-pots { background: url(/images/storage/topic-store-pots.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.knife-care { background: url(/images/storage/topic-knife-care.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.package-kitchen { background: url(/images/storage/topic-package-kitchen.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.move-storage { background: url(/images/storage/topic-move-storage.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.clean-kitchen { background: url(/images/storage/topic-clean-kitchen.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.kitchen-equipment { background: url(/images/storage/topic-kitchen-equipment.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.finding-storage { background: url(/images/storage/finding-storage.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.fridge-storage { background: url(/images/storage/fridge-storage.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.snow-flake { background: url(/images/storage/snow-flake.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.cleaning-bucket { background: url(/images/storage/cleaning-bucket.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.fridge-trolley { background: url(/images/storage/fridge-trolley.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.cleaning-sponge { background: url(/images/storage/cleaning-sponge.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.power-strip { background: url(/images/storage/power-strip.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.light-bulb { background: url(/images/storage/light-bulb.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.are-you-a-hoarder { background: url(/images/storage/are-you-a-hoarder.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.friends { background: url(/images/storage/friends.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.hoarding { background: url(/images/storage/hoarding.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.stamps { background: url(/images/storage/stamps.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.ocd { background: url(/images/storage/ocd.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.mental-health { background: url(/images/storage/mental-health.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.shopping { background: url(/images/storage/shopping.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.self-storage { background: url(/images/storage/self-storage.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.storage-pros-cons { background: url(/images/storage/storage-pros-cons.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.coins { background: url(/images/storage/coins.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.medal { background: url(/images/storage/medal.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.desk { background: url(/images/storage/desk.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.business { background: url(/images/storage/business.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.boat { background: url(/images/storage/boat.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.bedroom { background: url(/images/storage/bedroom.svg) no-repeat center center; }
.topics-section .widget .tiles .item .icon.gym { background: url(/images/storage/gym.svg) no-repeat center center; }

.topics-section .widget .tiles .item.active .icon.kitchen-essentials, 
.topics-section .widget .tiles .item:hover .icon.kitchen-essentials { 
    background: url(/images/storage/topic-kitchen-essentials-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.kitchen-organiser, 
.topics-section .widget .tiles .item:hover .icon.kitchen-organiser { 
    background: url(/images/storage/topic-kitchen-organiser-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.store-pots, 
.topics-section .widget .tiles .item:hover .icon.store-pots { 
    background: url(/images/storage/topic-store-pots-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.knife-care, 
.topics-section .widget .tiles .item:hover .icon.knife-care { 
    background: url(/images/storage/topic-knife-care-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.package-kitchen, 
.topics-section .widget .tiles .item:hover .icon.package-kitchen { 
    background: url(/images/storage/topic-package-kitchen-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.move-storage, 
.topics-section .widget .tiles .item:hover .icon.move-storage { 
    background: url(/images/storage/topic-move-storage-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.clean-kitchen, 
.topics-section .widget .tiles .item:hover .icon.clean-kitchen { 
    background: url(/images/storage/topic-clean-kitchen-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.kitchen-equipment, 
.topics-section .widget .tiles .item:hover .icon.kitchen-equipment { 
    background: url(/images/storage/topic-kitchen-equipment-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.finding-storage, 
.topics-section .widget .tiles .item:hover .icon.finding-storage { 
    background: url(/images/storage/finding-storage-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.fridge-storage, 
.topics-section .widget .tiles .item:hover .icon.fridge-storage { 
    background: url(/images/storage/fridge-storage-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.snow-flake, 
.topics-section .widget .tiles .item:hover .icon.snow-flake { 
    background: url(/images/storage/snow-flake-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.cleaning-bucket, 
.topics-section .widget .tiles .item:hover .icon.cleaning-bucket { 
    background: url(/images/storage/cleaning-bucket-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.fridge-trolley, 
.topics-section .widget .tiles .item:hover .icon.fridge-trolley { 
    background: url(/images/storage/fridge-trolley-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.cleaning-sponge, 
.topics-section .widget .tiles .item:hover .icon.cleaning-sponge { 
    background: url(/images/storage/cleaning-sponge-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.power-strip, 
.topics-section .widget .tiles .item:hover .icon.power-strip { 
    background: url(/images/storage/power-strip-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.light-bulb, 
.topics-section .widget .tiles .item:hover .icon.light-bulb { 
    background: url(/images/storage/light-bulb-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.storage-pros-cons, 
.topics-section .widget .tiles .item:hover .icon.storage-pros-cons { 
    background: url(/images/storage/storage-pros-cons-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.coins, 
.topics-section .widget .tiles .item:hover .icon.coins { 
    background: url(/images/storage/coins-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.medal, 
.topics-section .widget .tiles .item:hover .icon.medal { 
    background: url(/images/storage/medal-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.desk, 
.topics-section .widget .tiles .item:hover .icon.desk { 
    background: url(/images/storage/desk-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.business, 
.topics-section .widget .tiles .item:hover .icon.business { 
    background: url(/images/storage/business-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.boat, 
.topics-section .widget .tiles .item:hover .icon.boat { 
    background: url(/images/storage/boat-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.bedroom, 
.topics-section .widget .tiles .item:hover .icon.bedroom { 
    background: url(/images/storage/bedroom-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.gym, 
.topics-section .widget .tiles .item:hover .icon.gym { 
    background: url(/images/storage/gym-white.svg) no-repeat center center; 
}

.topics-section .widget .tiles .item.active .icon.are-you-a-hoarder, .topics-section .widget .tiles .item:hover .icon.are-you-a-hoarder { 
    background: url(/images/storage/are-you-a-hoarder-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.friends, .topics-section .widget .tiles .item:hover .icon.friends { 
    background: url(/images/storage/friends-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.hoarding, .topics-section .widget .tiles .item:hover .icon.hoarding { 
    background: url(/images/storage/hoarding-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.stamps, .topics-section .widget .tiles .item:hover .icon.stamps { 
    background: url(/images/storage/stamps-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.ocd, .topics-section .widget .tiles .item:hover .icon.ocd { 
    background: url(/images/storage/ocd-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.mental-health, .topics-section .widget .tiles .item:hover .icon.mental-health { 
    background: url(/images/storage/mental-health-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.shopping, .topics-section .widget .tiles .item:hover .icon.shopping { 
    background: url(/images/storage/shopping-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item.active .icon.self-storage, .topics-section .widget .tiles .item:hover .icon.self-storage { 
    background: url(/images/storage/self-storage-white.svg) no-repeat center center; 
}
.topics-section .widget .tiles .item .col-num {
    display: table-cell;
    padding: 0 15px 0 0;
    color: #00B2DB;
    font-weight: 600;
}
.topics-section .widget .tiles .item .col-details {
    display: table-cell;
    font-weight: 500;
}
.topics-section .widget .tiles .item.active .col-num, .topics-section .widget .tiles .item:hover .col-num,
.topics-section .widget .tiles .item.active .col-details, .topics-section .widget .tiles .item:hover .col-details { 
    color: #FFFFFF; 
}

.related-details-section .widget {
    width: 1200px;
    margin: 0 auto 80px auto;
}
.related-details-section .widget .headline {
    display: table;
    width: 100%;
}
.related-details-section .widget .headline h2 {
    display: block;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 46px;
    line-height: 60px;
    color: #F05B61;
    letter-spacing: -0.01em;
}
.related-details-section .widget .headline .icon {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
}
.related-details-section .widget .headline .title {
    display: table-cell;
    width: 99%;
    vertical-align: middle;
    padding: 0 0 0 32px;
}
.related-details-section .widget .headline .icon div {
    width: 100px;
    height: 100px;
    border: 2px solid #00B2DB;
    border-radius: 52px;
}
.related-details-section .widget .headline .icon .kitchen-essentials { background: url(/images/storage/topic-kitchen-essentials.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .kitchen-organiser { background: url(/images/storage/topic-kitchen-organiser.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .store-pots { background: url(/images/storage/topic-store-pots.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .knife-care { background: url(/images/storage/topic-knife-care.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .package-kitchen { background: url(/images/storage/topic-package-kitchen.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .move-storage { background: url(/images/storage/topic-move-storage.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .clean-kitchen { background: url(/images/storage/topic-clean-kitchen.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .kitchen-equipment { background: url(/images/storage/topic-kitchen-equipment.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .finding-storage { background: url(/images/storage/finding-storage.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .fridge-storage { background: url(/images/storage/fridge-storage.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .snow-flake { background: url(/images/storage/snow-flake.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .cleaning-bucket { background: url(/images/storage/cleaning-bucket.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .fridge-trolley { background: url(/images/storage/fridge-trolley.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .cleaning-sponge { background: url(/images/storage/cleaning-sponge.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .power-strip { background: url(/images/storage/power-strip.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .light-bulb { background: url(/images/storage/light-bulb.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .are-you-a-hoarder { background: url(/images/storage/are-you-a-hoarder.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .friends { background: url(/images/storage/friends.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .hoarding { background: url(/images/storage/hoarding.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .stamps { background: url(/images/storage/stamps.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .ocd { background: url(/images/storage/ocd.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .mental-health { background: url(/images/storage/mental-health.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .shopping { background: url(/images/storage/shopping.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .self-storage { background: url(/images/storage/self-storage.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .storage-pros-cons { background: url(/images/storage/storage-pros-cons.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .coins { background: url(/images/storage/coins.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .medal { background: url(/images/storage/medal.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .desk { background: url(/images/storage/desk.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .business { background: url(/images/storage/business.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .boat { background: url(/images/storage/boat.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .bedroom { background: url(/images/storage/bedroom.svg) no-repeat center center; }
.related-details-section .widget .headline .icon .gym { background: url(/images/storage/gym.svg) no-repeat center center; }

.related-details-section .widget .details-content {
    display: table;
    width: 100%;
    margin: 40px 0 0 0;
}
.related-details-section .widget .details-content .col-img {
    display: table-cell;
    width: 338px;
}
.related-details-section .widget .details-content .col-img img {
    height: 338px;
    width: 338px;
    margin-bottom: 40px;
}
.related-details-section .widget .details-content .col-details {
    display: table-cell;
    padding: 0 0 0 70px;
    vertical-align: top;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.related-details-section .widget .details-content .col-details label {
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    margin: 0 0 20px 0;
}
.related-details-section .widget .details-content .col-details p {
    margin: 0 0 20px 0;
}
.related-details-section .widget .details-content .col-details p.title { font-weight: 600; }
.related-details-section .widget .details-content .col-details p.sub-title { font-weight: 500; }
.related-details-section .widget .details-content .col-details ul {
    padding: 0 0 0 30px;
}
.related-details-section .widget .details-content .col-details ul li {
    list-style-type: disc;
    margin: 0 0 20px 0;
}
.related-details-section .widget .details-content .col-details ul li.default { list-style-type: unset; }
.related-details-section .widget .details-content .col-details table {
    margin: 0 0 20px 0;
}
.related-details-section .widget .details-content .col-details table tr {
    border-bottom: 1px solid #EEEEEE;
}
.related-details-section .widget .details-content .col-details table tr td {
    padding: 10px;
}
.related-details-section .widget .details-content .col-details table tr td:first-child {
    border-right: 0.75px solid #404040;
    font-weight: 500;
    padding-right: 20px;
}
.related-details-section .widget .details-content .col-details .mobile-graphic { display: none; }

.conclusion-section .widget {
    width: 1200px;
    margin: 0 auto 80px auto;
    display: grid;
    grid-template-columns: 40% 60%;
}
.conclusion-section .widget .col-img {
    background: url(/images/storage/australias-favourite-choice-for-self-storage.svg) no-repeat center center;
    background-size: cover;
}
.conclusion-section .widget .col-img.makes-thousands-from-your-unused-garage {
    background: url(/images/storage/makes-thousands-from-your-unused-garage.svg) no-repeat center center;
    background-size: cover;
}
.conclusion-section .widget .col-img.creative-ideas-for-toy-car-storage {
    background: url(/images/storage/creative-ideas-for-toy-car-storage.jpg) no-repeat center center;
    background-size: cover;
}
.conclusion-section .widget .col-img.hoarding-cta {
    background: url(/images/storage/hoarding-cta.svg) no-repeat center center;
    background-size: cover;
}

.conclusion-section .widget .col-details {
    background: #EEEEEE;
    padding: 60px;
}
.conclusion-section .widget .col-details h3 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #333333;
    margin: 0 0 40px 0;
}
.conclusion-section .widget .col-details p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin: 0 0 30px 0;
}
.conclusion-section .widget .col-details .reviews-section label {
    display: inline-block;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin: 0 0 40px 0;
}
.conclusion-section .widget .col-details .reviews-section img {
    margin: 0 0 0 30px;
}
.conclusion-section .widget .col-details a {
    display: inline-block;
    width: 275px;
    padding: 13px 0;
    border: 0;
    border-radius: 4px;
    background: #F05B61;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: unset;
    text-align: center;
}
.conclusion-section .widget .col-details a.learn-more { width: 320px; }

.final-thought-section .widget {
    width: 1200px;
    margin: 0 auto 80px auto;
    display: grid;
    grid-template-columns: 414px 786px;
}
.final-thought-section .widget .col-details {
    background: #EEEEEE;
    border-radius: 5px 0px 0px 5px;
    padding: 45px 30px;
}
.final-thought-section .widget .col-details h3 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    color: #333333;
}
.final-thought-section .widget .col-details p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin: 25px 0 0 0;
}
.final-thought-section .widget .col-img {
    background: url(/images/storage/spoke-page-final-thoughts.svg) no-repeat center center;
    background-size: cover;
}
.final-thought-section .widget .col-img.hoarding-conclusion {
    background: url(/images/storage/hoarding-conclusion.svg) no-repeat center center;
    background-size: cover;
}
.final-thought-section .widget .col-img.medal-stamp-coin-storage-conclusion {
    background: url(/images/storage/medal-stamp-coin-storage-conclusion.svg) no-repeat center center;
    background-size: cover;
}
.final-thought-section .widget .col-img.garage-storage-conclusion {
    background: url(/images/storage/garage-storage-conclusion.svg) no-repeat center center;
    background-size: cover;
}
.final-thought-section .widget .mobile-col-img { display: none; }

.faq-section .widget {
    width: 1200px;
    margin: 0 auto 0 auto;
    padding: 0 0 60px 0;
}
.faq-section .widget .headline {
    line-height: 32px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    margin: 0 0 40px 0;
}
.faq-section .faq-field {
    background: #F3F3F3;
    padding: 15px 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.faq-section .faq-field .faq-question {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    background: url(/images/storage/icon-arrow-down.svg) no-repeat right center;
    padding: 0 50px 0 0;
}
.faq-section .faq-field.active .faq-question { background: url(/images/storage/icon-arrow-up.svg) no-repeat right center; }
.faq-section .faq-answer {
    padding: 10px 0 40px 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    width: 990px;
    margin: 0 auto;
}
.faq-section .faq-answer ol {
    padding: 0 0 0 25px;
    margin-top: 20px;
}
.faq-section .faq-answer ol li {
    line-height: 22px;
}
.faq-section .faq-answer ol.self-storage li {
    list-style-type: decimal;
}
.faq-section .faq-answer ol.benefits li {
    list-style-type: disc;
}
.faq-section .faq-answer p {
    margin-top: 20px;
}
.faq-section .faq-answer p:first-child {
    margin-top: 0;
}

.article-section .widget {
    width: 1200px;
    margin: 0 auto 0 auto;
    padding: 0 0 80px 0;
}
.article-section .headline {
    line-height: 32px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
}
.article-section .articles {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 35px;
    margin: 40px 0 0 0;
}
.article-section .articles .col-1, 
.article-section .articles .col-2, 
.article-section .articles .col-3 {
    border-radius: 5px;
    text-align: center;
    box-shadow: 3px 4px 5px rgb(0 0 0 / 25%);
}
.article-section .articles .blog-image {
    height: 230px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}
.article-section .articles .blog-image.home-office {
    background: url(/images/storage/what-can-you-do-with-your-home-office-to-boost-productivity.png) no-repeat center center;
    background-size: cover;
}
.article-section .articles .blog-image.dispose-items {
    background: url(/images/storage/7-ways-to-properly-dispose-of-your-items.jpeg) no-repeat center center;
    background-size: cover;
}
.article-section .articles .blog-image.bathroom-storage {
    background: url(/images/storage/where-to-buy-your-bathroom-storage-products-from.svg) no-repeat center center;
    background-size: cover;
}
.article-section .articles .blog-image.kitchen-storage {
    background: url(/images/storage/graphic-kitchenstorage.jpg) no-repeat center center;
    background-size: cover;
}
.article-section .articles .blog-image.stamp-coins-medal {
    background: url(/images/storage/stamp-coin-or-medal-collections.jpg) no-repeat center center;
    background-size: cover;
}
.article-section .articles .blog-image.valuables-storage-guide {
    background: url(/images/storage/australias-favourite-choice-for-self-storage.svg) no-repeat center center;
    background-size: cover;
}
.article-section .articles .blog-image.storage-renovation {
    background: url(/images/storage/storage-renovation.jpg) no-repeat center center;
    background-size: cover;
}
.article-section .articles .blog-image.signs-hoarding-disorder {
    background: url(/images/storage/9-signs-that-you-have-hoarding-disorder.jpeg) no-repeat center center;
    background-size: cover;
}
.article-section .articles .blog-image.declutter-your-home {
    background: url(/images/storage/how-to-declutter-your-home-create-more-space-with-these-18-tips.jpg) no-repeat center center;
    background-size: cover;
}
.article-section .articles .blog-image.storage-fridge {
    background: url(/images/storage/graphic-fridgestorage.jpg) no-repeat center center;
    background-size: cover;
}
.article-section .articles .blog-image.storage-tips-and-tricks {
    background: url(/images/storage/toy-storage-tips-and-tricks.jpg) no-repeat center center;
    background-size: cover;
}
.article-section .articles .blog-image.hoarding-storage {
    background: url(/images/storage/graphic-hoardingtorage.jpg) no-repeat center center;
    background-size: cover;
}
.article-section .articles .blog-image.converting-your-garage-space-into-a-home-gym {
    background: url(/images/storage/converting-your-garage-space-into-a-home-gym.jpeg) no-repeat center center;
    background-size: cover;
}
.article-section .articles .blog-image.how-to-organise-your-outdoor-space {
    background: url(/images/storage/how-to-organise-your-outdoor-space.jpeg) no-repeat center center;
    background-size: cover;
}

.article-section .articles a {
    margin: 40px 30px 20px 30px;
    display: inline-block;
}
.article-section .articles label {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.article-section .articles p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    line-height: 150%;
    margin: 0 20px 25px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.find-storage-section { background: #73CDE1; }
.find-storage-section .widget {
    width: 1440px;
    display: grid;
    grid-template-columns: 500px 940px;
    margin: 0 auto 0 auto;
    
}
.find-storage-section .widget .col-img.find-storage-cta {
    background: url(/images/storage/find-storage-cta.svg) no-repeat center center;
    background-size: cover;
}
.find-storage-section .widget .col-img.booking-storage-cta {
    background: url(/images/storage/booking-storage-cta.png) no-repeat center center;
}
.find-storage-section .widget .col-img.toy-car-storage {
    background: url(/images/storage/creative-ideas-for-toy-car-storage.jpg) no-repeat center center;
}
.find-storage-section .widget .col-details {
    padding: 60px 35px;
}
.find-storage-section .widget h3 {
    font-family: Poppins;
    font-weight: normal;
    font-size: 32px;
    line-height: 48px;
    color: #FFFFFF;
    margin: 10px 0 0 0;
    width: 650px;
}
.find-storage-section .widget h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}
.find-storage-section .widget a {
    display: inline-block;
    width: 275px;
    padding: 13px 0;
    border: 0;
    border-radius: 4px;
    background: #F05B61;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: unset;
    text-align: center;
    margin: 30px 0 0 0;
}

@media (max-width: 1500px) {
    .breadcrumb { margin: 0 0 40px 0 !important; }
    .hero-banner-section .widget { width: unset; }
    .hero-banner-section .widget .banner-headline .sec-breadcrumbs {
        padding: 0 30px 0 60px;
    }
    .hero-banner-section .widget .banner-headline .sec-titles .content-field {
        padding: 0 30px 40px 60px;
    }
    .hero-banner-section .widget .banner-headline .sec-author .content-field {
        padding: 0 30px 0 60px;
    }
    .hero-banner-section .widget .banner-headline {
        width: 50%;
    }
    .hero-banner-section .widget .storage-graphic {
        width: 50%;
        height: unset;
    }
    .hero-banner-section .widget .banner-headline h1 {
        margin: 0 0 20px 0;
    }
    .find-storage-section .widget {
        width: unset;
        grid-template-columns: 30% 70%;
    }
}
@media (max-width: 1280px) {
    .hero-banner-section .widget .banner-headline .sec-breadcrumbs, 
    .hero-banner-section .widget .banner-headline .sec-author .content-field {
        padding: 0 30px;
    }
    .hero-banner-section .widget .banner-headline .sec-titles .content-field { padding: 0 30px 40px 30px; }
    .benefits-section .widget {
        width: unset;
        margin: 0 30px;
        grid-gap: 20px;
    }
    .benefits-section .widget .item-links a {
        display: block;
        width: 100%;
    }
    .benefits-section .widget .item-guarantee, 
    .benefits-section .widget .item-insurance, 
    .benefits-section .widget .item-reviews {
        padding: 0 0 0 82px;
        min-height: 70px;
    }
    .introduction-section { padding: 70px 30px; }
    .introduction-section p, .introduction-section ul { width: unset; }
    .topics-section .widget {
        width: fit-content;
        margin: 0 30px 80px 30px;
    }
    .topics-section .widget .tiles { width: unset; }
    .related-details-section .widget {
        width: unset;
        margin: 0 30px 60px 30px;
    }
    .related-details-section .widget .headline .icon div {
        width: 80px;
        height: 80px;
    }
    .related-details-section .widget .headline .icon div {
        background-size: 60px;
    }
    .related-details-section .widget .headline .title { padding: 0 0 0 25px; }
    .related-details-section .widget .headline h2 { 
        font-size: 40px; 
        line-height: 45px;
    }
    .related-details-section .widget .details-content { margin: 25px 0 0 0; }
    .related-details-section .widget .details-content .col-details { padding: 0 0 0 50px; }
    .conclusion-section .widget {
        width: 100%;
        margin: 0 0 80px 0;
    }
    .final-thought-section .widget {
        width: unset;
        margin: 0 0 80px 0;
        grid-template-columns: 35% 65%;
    }
    .final-thought-section .widget .col-img { background-size: cover; }
    .faq-section .widget {
        width: unset;
        margin: 0 35px;
    }
    .article-section .widget {
        width: unset;
        margin: 0 35px 0 35px;
    }
}
@media (max-width:1100px) {
    .benefits-section .widget { grid-template-columns: 1fr 1fr; }
    .benefits-section .widget .item-links a { width: 275px; }
    .topics-section .widget .tiles { grid-gap: 15px; }
    .conclusion-section .widget .col-details { padding: 70px 50px; }
    .conclusion-section .widget .col-details .reviews-section img { margin: 0 0 0 15px; }
    .faq-section .faq-answer {
        width: unset;
        margin: 0 20px;
    }
}
@media (max-width:1000px) {
    .find-storage-section .widget .col-details { padding: 35px 25px; }
    .find-storage-section .widget h3 { 
        width: unset; 
        font-size: 30px;
        line-height: 35px;
        margin: 15px 0 0 0;
    }
}
@media (max-width: 900px) {
    .topics-section .widget .tiles .item .col-num { padding: 0 7px 0 0; }
    .related-details-section .widget .details-content .col-img { width: 280px; }
    .related-details-section .widget .details-content .col-img img {
        height: 280px;
        width: 280px;
    }
    .related-details-section .widget .details-content .col-details { padding: 0 0 0 35px; }
    .conclusion-section .widget .col-details { padding: 50px 40px; }
    .final-thought-section .widget { grid-template-columns: 50% 50%; }
    .article-section .articles { grid-template-columns: 1fr 1fr; }
    .find-storage-section .widget h4 { line-height: 25px; }
    .find-storage-section .widget h3 { font-size: 25px; }
}
@media (max-width: 800px) {
    .topics-section .widget .tiles .item { 
        padding: 15px; 
        font-size: 15px;
    }
    .faq-section .widget { margin: 0; }
    .faq-section .widget .headline { margin: 0 20px 40px 20px; }
}
@media (max-width: 768px) {
    .hero-banner-section .widget {
        display: unset;
        margin: unset;
    }
    .hero-banner-section .widget .banner-headline {
        width: 100%;
        padding: 40px 0;
    }
    .hero-banner-section .widget .storage-graphic { width: unset; }
    .hero-banner-section .widget .mobile-storage-graphic {
        display: block;
        height: 350px;
    }
    .hero-banner-section .widget .banner-headline h1 br { display: none; }
    .benefits-section .widget .item-links a { width: 100%; }
    .topics-section .widget .tiles {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }
    .topics-section .widget .tiles .item {
        padding: 20px;
        font-size: 16px;
    }
    .topics-section .widget .tiles .item .icon { display: none; }
    .topics-section .widget .tiles .item .col-num { padding: 0 15px 0 0; }
    .related-details-section .widget .headline .title { padding: 0 0 0 20px; }
    .related-details-section .widget .headline h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .related-details-section .widget .details-content .col-img { width: 220px; }
    .related-details-section .widget .details-content .col-img img {
        height: 220px;
        width: 220px;
    }
    .conclusion-section .widget .col-details { padding: 40px 32px; }
    .conclusion-section .widget .col-details h3 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 20px 0;
    }
    .conclusion-section .widget .col-details p { margin: 0px 0 25px 0; }
    .conclusion-section .widget .col-details .reviews-section label { 
        display: block; 
        margin: 0 0 5px 0; 
    }
    .conclusion-section .widget .col-details .reviews-section img { margin: 0 0 25px 0; }
    .find-storage-section .widget { grid-template-columns: 35% 65%; }
}
@media (max-width:614px) {
    .breadcrumb { margin: 0 0 25px 0 !important; }
    .hero-banner-section .widget .mobile-storage-graphic { height: 200px; }
    .hero-banner-section .widget .banner-headline .sec-breadcrumbs, 
    .hero-banner-section .widget .banner-headline .sec-author .content-field {
        padding: 0 20px;
    }
    .hero-banner-section .widget .banner-headline .sec-titles .content-field { padding: 0 20px 25px 20px; }
    .benefits-section .widget { 
        grid-template-columns: 1fr; 
        margin: 0 20px;
    }
    .benefits-section .widget .item-links a { width: 275px; }
    .introduction-section { padding: 50px 20px; }
    .introduction-section ul { padding: 0 0 0 30px; }
    .topics-section .widget { margin: 0 20px 60px 20px; }
    .topics-section .widget .title { margin: 0 0 30px 0; }
    .topics-section .widget .tiles {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .related-details-section .widget { margin: 0 20px 60px 20px; }
    .related-details-section .widget .headline {
        display: unset;
    }
    .related-details-section .widget .headline .icon {
        display: block;
        width: 100%;
        text-align: center;
    }
    .related-details-section .widget .headline .icon div {
        display: inline-block;
    }
    .related-details-section .widget .headline .title { 
        display: block;
        padding: 15px 0 0 0; 
    }
    .related-details-section .widget .headline h2 {
        font-size: 30px;
        text-align: center;
    }
    .related-details-section .widget .details-content .col-details { padding: 0 0 0 30px; }
    .conclusion-section .widget {
        display: block;
        grid-template-columns: unset;
    }
    .conclusion-section .widget .col-img { height: 280px; }
    .conclusion-section .widget .col-details { padding: 40px 25px; }
    .conclusion-section .widget .col-details .reviews-section label { 
        display: inline-block; 
        margin: 0 0 25px 0; 
    }
    .conclusion-section .widget .col-details .reviews-section img { 
        margin: 0 0 0 15px; 
    }
    .final-thought-section .widget {
        display: block;
        grid-template-columns: unset;
        margin: 0 0 60px 0;
    }
    .final-thought-section .widget .col-img {
        display: none;
        background: unset;
    }
    .final-thought-section .widget .col-details {
        border-radius: unset;
        padding: 40px 25px;
    }
    .final-thought-section .widget .mobile-col-img { 
        display: block; 
        height: 220px;
        background: url(/images/storage/spoke-page-final-thoughts.svg) no-repeat center center;
        background-size: cover;
    }
    .final-thought-section .widget .mobile-col-img.hoarding-conclusion { 
        background: url(/images/storage/hoarding-conclusion.svg) no-repeat center center;
        background-size: cover;
    }
    .final-thought-section .widget .mobile-col-img.medal-stamp-coin-storage-conclusion {
        background: url(/images/storage/medal-stamp-coin-storage-conclusion.svg) no-repeat center center;
        background-size: cover;
    }
    .final-thought-section .widget .mobile-col-img.garage-storage-conclusion {
        background: url(/images/storage/garage-storage-conclusion.svg) no-repeat center center;
        background-size: cover;
    }
    .faq-section .widget { padding: 0 0 30px 0; }
    .faq-section .widget .headline {
        margin: 0 20px 30px 20px;
        font-size: 30px;
        line-height: 40px;
    }
    .faq-section .faq-field .faq-question {
        font-size: 18px;
        line-height: 22px;
    }
    .article-section .widget { margin: 0 20px; }
    .article-section .headline {
        margin: 0 20px 30px 0;
        font-size: 30px;
        line-height: 40px;
    }
    .article-section .articles { grid-gap: 20px; }
    .article-section .articles .blog-image { height: 150px; }
    .article-section .articles label {
        font-size: 16px;
        line-height: 23px;
    }
    .article-section .articles a { margin: 20px 15px 5px 15px; }
    .article-section .articles p {
        margin: 0 15px 20px 15px;
        font-size: 14px;
    }
    .find-storage-section .widget { 
        display: unset;
        grid-template-columns: unset;
        margin: 0;
    }
    .find-storage-section .widget .col-img {
        display: block;
        height: 250px;
    }
    .find-storage-section .widget .col-details { text-align: center; }
    .find-storage-section .widget h3 {
        line-height: 35px;
        font-size: 25px;
        margin: 15px 0 0 0;
    }
    .find-storage-section .widget h4 {
        font-size: 18px;
        line-height: 22px;
    }
}
@media (max-width:550px) {
    .related-details-section .widget .details-content { margin: 15px 0 0 0; }
    .related-details-section .widget .details-content .col-img { display: none; }
    .related-details-section .widget .details-content .col-details { padding: 0; }
    .related-details-section .widget .details-content .col-details .mobile-graphic { 
        display: block;
        height: 300px;
        width: 300px;
        margin: 0 auto;
        border-radius: 5px;
    }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-kitchen-essentials { background: url(/images/storage/topic-content-kitchen-essentials.svg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-kitchen-organiser { background: url(/images/storage/topic-content-kitchen-organiser.svg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-kitchen-store-pots { background: url(/images/storage/topic-content-store-pots.svg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-kitchen-knife-care { background: url(/images/storage/topic-content-knife-care.svg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-kitchen-package { background: url(/images/storage/topic-content-package-kitchen.svg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-kitchen-move-storage { background: url(/images/storage/topic-content-move-storage.svg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-kitchen-clean { background: url(/images/storage/topic-content-clean-kitchen.svg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-kitchen-equipment { background: url(/images/storage/topic-content-kitchen-equipment.svg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-storage-fridge { background: url(/images/storage/storage-fridge.jpg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-fridge-for-storage { background: url(/images/storage/prepare-fridge-for-storage.jpg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-clearing-out-your-fridge { background: url(/images/storage/clearing-out-your-fridge.jpg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-clean-fridge-properly { background: url(/images/storage/how-to-clean-a-fridge-properly.jpg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-move-fridge { background: url(/images/storage/move-a-fridge.jpg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-consider-while-your-fridge-is-in-storage { background: url(/images/storage/what-to-consider-while-your-fridge-is-in-storage.jpg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-setting-up-a-refrigerator { background: url(/images/storage/setting-up-a-refrigerator.jpg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-fridge-tips-and-tricks { background: url(/images/storage/fridge-tips-and-tricks.jpg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-are-you-a-hoarder { background: url(/images/storage/topic-content-are-you-a-hoarder.svg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-friend-family-hoarder { background: url(/images/storage/topic-content-friend-family-hoarder.svg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-what-is-hoarding { background: url(/images/storage/topic-content-what-is-hoarding.svg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-topic-content-difference-between-clutter-or-collecting-and-hoarding { background: url(/images/storage/topic-content-difference-between-clutter-or-collecting-and-hoarding.svg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-hoarding-depression { background: url(/images/storage/topic-content-hoarding-depression.svg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-what-causes-of-hoarding { background: url(/images/storage/topic-content-what-causes-of-hoarding.svg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-hoarding-key-signs { background: url(/images/storage/topic-content-hoarding-key-signs.svg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-toy-storage-tips-and-tricks { background: url(/images/storage/toy-storage-tips-and-tricks.jpg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-stamp-storage { background: url(/images/storage/topic-content-stamp-storage.svg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-stamp-facts { background: url(/images/storage/topic-content-stamp-facts.svg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-storage-pros-cons { background: url(/images/storage/topic-content-storage-pros-cons.svg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-coins-storage { background: url(/images/storage/topic-content-coins-storage.svg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-medal-storage { background: url(/images/storage/topic-content-medal-storage.svg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-create-a-new-office { background: url(/images/storage/create-a-new-office.svg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-house-small-business { background: url(/images/storage/house-small-business.svg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-affordable-and-practical-boat-storage { background: url(/images/storage/affordable-and-practical-boat-storage.svg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-spare-room { background: url(/images/storage/spare-room.svg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-home-gym { background: url(/images/storage/home-gym.svg) no-repeat center center; }
    .related-details-section .widget .details-content .col-details .mobile-graphic.mob-use-it-for-storage { background: url(/images/storage/use-it-for-storage.svg) no-repeat center center; }
}
@media (max-width:450px) {
    .related-details-section .widget .details-content .col-details .mobile-graphic { height: 250px; }
    .article-section .articles {
        grid-template-columns: 1fr;
        grid-gap: 35px;
    }
}
@media (max-width:420px) {
    .related-details-section .widget .details-content .col-details .mobile-graphic { 
        height: 230px; 
        width: 260px;
    }
    .conclusion-section .widget .col-details a, 
    .conclusion-section .widget .col-details a.learn-more { width: 100%; }
    .conclusion-section .widget .col-details .reviews-section label { 
        display: block; 
        margin: 0 0 5px 0; 
    }
    .conclusion-section .widget .col-details .reviews-section img { margin: 0 0 25px 0; }
    .find-storage-section .widget .col-img { height: 220px; }
    .find-storage-section .widget .col-details { padding: 25px; }
    .find-storage-section .widget a { width: 100%; }
    .find-storage-section .widget h3 { font-size: 23px; }
}
@media (max-width:360px) {
    .hero-banner-section .widget .mobile-storage-graphic { height: 180px; }
    .benefits-section .widget .item-links a { width: 100%; }
    .final-thought-section .widget .mobile-col-img { height: 190px; }
}