.sec-top {
    padding: 150px 40px;
}

.sec-top__cont {
    max-width: 1280px;
    margin: 0 auto;
}

.page-title__title {
    color: #000;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.page-title__desc {
    margin-top: 50px;
    color: #000;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sec-top__clip {
    margin-top: 150px;
}

.clip-box {
    width: 100%;
}

.clip-box__wrapper {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.clip-box__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec-title__title {
    color: #00b050;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 138.889% */
    letter-spacing: -0.72px;
}

.sec-bg {
    background-image: url(/assets/images/thermal-camera/new_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-provider {
    padding: 150px 40px 0;
}

.sec-provider__cont {
    max-width: 1280px;
    margin: 0 auto;
}

.sec-part {
    padding: 150px 40px 0;
}

.sec-part__cont {
    max-width: 1280px;
    margin: 0 auto;
}

.sec-title__desc {
    margin-top: 50px;
    color: #000;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px; /* 180% */
}

.sec-type {
    padding: 150px 40px;
    background-image: url(/assets/images/img/bg-type.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-type__cont {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

.sec-type__cont::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 2px;
    background-color: #fff;
}

.cont-type {
    display: flex;
    justify-content: space-between;
}

.cont-type__item {
    padding-top: 60px;
    position: relative;
}

.cont-type__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.cont-type__item::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 60px;
    width: 2px;
    background-color: #fff;
}

.cont-type__item:nth-child(2n) {
    padding-top: 250px;
}

.cont-type__item:nth-child(2n)::before {
    height: 250px;
}

.cont-type__circle {
    width: 168px;
    height: 168px;
    padding: 9px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.cont-type__title {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.cont-type__desc {
    margin-top: 20px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
}

.sec-brand {
    padding: 150px 40px;
}

.sec-title__img {
    display: block;
    width: 377px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.sec-brand__cont {
    max-width: 1280px;
    margin: 0 auto;
}

.block-title {
    margin-top: 100px;
}

.block-title__title {
    color: #6db92b;
    text-align: center;
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.66px;
}

.block-title__title span {
    color: #6db92b;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.52px;
}

.cont-solution {
    margin-top: 60px;
}

.sec-prds {
    padding: 150px 40px;
}

.sec-prds__cont {
    max-width: 1280px;
    margin: 0 auto;
}

.sec-software {
    padding: 150px 40px;
}

.sec-software__cont {
    max-width: 1280px;
    margin: 0 auto;
}
