.col-centered {
    margin: 0 auto;
    float: none;
}

@media (max-width: 1024px) {
    .smart-fridge-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.img-fluid {
    max-width: 100%;
}


/* common */
.smart-fridge-container h2 {
    font-size: clamp(34px, 5vw, 50px);
    color: #073B74;
    font-weight: 900;
    margin: 0 0 30px 0;
    padding: 0;
}

.smart-fridge-container h2 span {
    color: #3DB3E7;
}

.smart-fridge-container p {
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 400;
    line-height: 1.4;
    padding: 0;
    margin: 0 0 10px 0;
}

.smart-fridge-container p.intro {
    font-size: clamp(20px, 2vw, 26px);
    color: #073B74;
    margin-bottom: 30px;
}

.smart-fridge-container .legal {
    font-size: 14px;
}

.smart-fridge-container ul {
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 400;
    line-height: 1.4;
    padding: 0 0 0 30px;
    margin: 0 0 20px 0;
}

.smart-fridge-container ul li {
    padding-bottom: 10px;
}

.smart-fridge-container .button {
    font-size: 18px;
    color: #073B74;
    border-color: #073B74;
}

.smart-fridge-container .button:hover {
    color: #ffffff;
    background: #073B74;
    border-color: #073B74;
}
/* end common */


/* intro */
.smart-fridge-intro {
    padding: 60px 0;
    text-align: left;
}

.smart-fridge-intro h1 {
    font-size: clamp(34px, 5vw, 50px);
    color: #073B74;
    font-weight: 900;
    margin: 0;
    padding: 0;
}

.smart-fridge-intro h1 span {
    color: #3DB3E7;
}
/* intro */


/* content */
.smart-fridge-content {
    padding: 100px 0;
}

@media (max-width: 768px) {
    .smart-fridge-content {
        padding: 60px 0;
    }

    .smart-fridge-img {
        padding-top: 40px;
        margin: 0 auto;
    }
}
/* end content */


/* discover */
.smart-fridge-discover {
    background: #073B74;
    color: #ffffff;
    padding: 100px 0 40px 0;
}

.smart-fridge-discover h2 {
    color: #ffffff;
    margin-bottom: 80px;
    text-align: center;
}

.smart-fridge-discover-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
}

.smart-fridge-discover-content .module {
    position: relative;
    padding: 0 0 0 145px;
    margin: 80px 0 40px 0;
}

.smart-fridge-discover-content .module img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 116px;
    height: 116px;
}

.smart-fridge-discover-content .button {
    background: #ffffff;
    margin-top: 40px;
}

.smart-fridge-discover-content .button:hover {
    background: #3DB3E7;
    color: #073B74;
}

@media (max-width: 568px) {
    .smart-fridge-discover-content {
        grid-template-columns: 1fr;
    }
}
/* end discover */


/* security */
.smart-fridge-scvg {
    background: #EAEAEC;
    color: #073B74;
    padding: 80px 0;
}

.smart-fridge-scvg img {
    margin: 0 auto;
    margin-bottom: 40px;
    display: block;
}

.smart-fridge-scvg .button {
    background: #1A63A2;
    color: #ffffff;
    border-color: #1A63A2;
    margin-top: 20px;
}
/* end security */


/* download */
.smart-fridge-download {
    background: #393a37;
    color: #ffffff;
    padding-top: 60px;
    text-align: center;
}

.smart-fridge-download img {
    margin: 0 auto;
    display: block;
}

.smart-fridge-download .sf-hq {
    width: 200px;
}

.smart-fridge-download .sf-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
}

.smart-fridge-download .sf-head {
    font-size: clamp(22px, 2vw, 28px);
}

.smart-fridge-download p {
    font-size: clamp(16px, 2vw, 18px);
}

.smart-fridge-download .sf-cta {
    margin-bottom: 30px;
}

.smart-fridge-download .sf-cta a {
    margin: 20px 20px 0 20px;
    display: inline-block;
}

.smart-fridge-download .sf-cta a img {
    width: 140px;
}

@media (max-width: 568px) {
    .smart-fridge-download .row.reverse-on-mobile {
        display: flex;
        flex-direction: column-reverse;
    }
}
/* end download */


/* google */
.smart-fridge-google {
    background: #f4f3ef;
    color: #19212b;
    padding: 60px 0;
    text-align: center;
}

.smart-fridge-google .sf-btn {
    width: 324px;
    margin-top: 20px;
}

.smart-fridge-google .sf-head {
    font-size: clamp(22px, 2vw, 28px);
}

.smart-fridge-google p {
    font-size: clamp(16px, 2vw, 18px);
}
/* end google */