.site-samsung-multi-color-iconbox .section-title {
    max-width: 920px;
    margin: 5px auto clamp(40px, 3.378vw, 50px) auto;
}

.site-samsung-text-content-section {
    padding-top: clamp(60px, 7.986vw, 115px);
    padding-bottom: 0px;
}

.site-samsung-what-we-offer-section .container {
    max-width: 970px;
    gap: 20px;
}

.site-samsung-what-we-offer-section .section-title {
    color: #000;
    font-family: "Heading Bold";
    font-size: clamp(22px, 2.5vw, 36px);
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}

.site-samsung-what-we-offer-section p {
    color: #000;
    font-family: 'Text';
    font-size: clamp(14px, 1.111vw, 16px);
    font-weight: 400;
    line-height: clamp(18px, 1.389vw, 20px);
    /* 125% */
    margin: 0px;
}

.site-samsung-what-we-offer-section ul {
    padding: 0px;
    margin: clamp(0px, 1.389vw, 20px) 0px 0px 0px;
}

.site-samsung-what-we-offer-section ul li {
    position: relative;
    padding-left: clamp(30px, 3.125vw, 45px);
    list-style: none;
    color: #000;
    font-family: 'Text Bold';
    font-size: clamp(13px, 1.111vw, 16px);
    font-weight: 700;
    line-height: clamp(18px, 1.389vw, 20px);
    /* 125% */
}

.site-samsung-what-we-offer-section ul li:not(:first-child) {
    margin-top: 28px;
}

.site-samsung-what-we-offer-section ul li:before {
    content: "";
    width: clamp(24px, 2.222vw, 32px);
    height: clamp(24px, 2.222vw, 32px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    margin-top: -1px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzUwXzcxNDkpIj4KPHBhdGggZD0iTTExIDE3TDE0IDIwTDIxIDEzIiBzdHJva2U9ImJsYWNrIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE2IDI4QzIyLjYyNzQgMjggMjggMjIuNjI3NCAyOCAxNkMyOCA5LjM3MjU4IDIyLjYyNzQgNCAxNiA0QzkuMzcyNTggNCA0IDkuMzcyNTggNCAxNkM0IDIyLjYyNzQgOS4zNzI1OCAyOCAxNiAyOFoiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzUwXzcxNDkiPgo8cmVjdCB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.site-samsung-join-our-team-section {
    padding-top: clamp(55px, 10.135vw, 150px);
}

.site-samsung-join-our-team-section .container {
    gap: clamp(30px, 2.703vw, 40px);
}

.site-samsung-join-our-team-section .section-title {
    color: #000;
    text-align: center;
    font-family: "Heading Bold";
    font-size: clamp(22px, 3.243vw, 48px);
    font-weight: 700;
    line-height: clamp(28px, 3.649vw, 54px);
    margin: 0px;
}


.site-samsung-tab-collapse-section {
    margin-bottom: 0px !important;
}

.site-samsung-have-questions-section {
    margin-top: clamp(50px, 9.028vw, 130px);
}



.site-samsung-cta-bottom-banner-section {
    padding-top: clamp(10px, 2.778vw, 40px);
}

.site-samsung-cta-bottom-banner-section .image-wrapper {
    position: relative;
    width: 100%;
    height: 282px;
    border-radius: clamp(15px, 1.389vw, 20px);
    overflow: hidden;
}

.site-samsung-cta-bottom-banner-section .image-wrapper img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1440px) {
    .site-samsung-cta-bottom-banner-section .image-wrapper {
        height: 19.583vw;
    }
}


@media screen and (max-width: 767px) {

    .site-samsung-multi-color-iconbox .section-title {
        margin-top: 0px;
    }

    .site-samsung-what-we-offer-section ul li:not(:first-child) {
        margin-top: 20px;
    }



}

@media screen and (max-width: 550px) {}

@media (max-width: 479px) {
    .site-samsung-cta-bottom-banner-section .image-wrapper {
        height: 150vw;
    }
}