#samsungtemplate {
    font-family: 'Tele2Slab', Arial, Helvetica, 'Trebuchet MS', sans-serif;
    line-height: 1.2;
    box-sizing: border-box;
}

#samsungtemplate .templ-wrap {
    max-width: 1000px;
    margin: 0 auto;
}

#samsungtemplate .flexbox {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

#samsungtemplate .heading {
    font-size: 24px;
    padding-bottom: 10px;
}

#samsungtemplate .description {
    text-align: justify;
}

#samsungtemplate .flexbox.reverse .column2 {
    order: 1;
}

#samsungtemplate .flexbox.reverse .column1 {
    order: 2;
}

#samsungtemplate .flexbox.reverse img {
    float: right;
}

#samsungtemplate .flexbox .column1 {
    flex: 1;
}

#samsungtemplate .flexbox .column2 {
    flex: 2;
    padding-left: 30px;
}

#samsungtemplate .flexbox.reverse .column2 {
    padding-left: 0;
    padding-right: 30px;
}

#samsungtemplate .flexbox img {
    width: 480px;
    height: 270px;
    object-fit: cover;
}

@media (max-width: 980px) {
    #samsungtemplate .flexbox {
        flex-direction: column;
    }

    #samsungtemplate .flexbox .column2 {
        padding-left: 0;
        max-width: 480px;
    }

    #samsungtemplate .flexbox.reverse .column2 {
        padding-left: 0;
        padding-right: 0;
    }

    #samsungtemplate .flexbox img {
        width: 480px !important;
        max-width: 100% !important;
    }

    #samsungtemplate .flexbox.reverse .column2 {
        order: 2;
    }

    #samsungtemplate .flexbox.reverse .column1 {
        order: 1;
    }

    #samsungtemplate .templ-wrap {
        margin: 0 20px;
    }

    #samsungtemplate .heading {
        padding-top: 10px;
    }
}

@media (max-width: 767px) {
    #samsungtemplate {
        margin-top: 50px;
    }

    #samsungtemplate .flexbox img {
        height: auto !important;
        object-fit: unset !important;
    }
}
