.porotherm-block {
    padding: 40px 50px 58px;
}

.porotherm-block-content {
    gap: 24px;
}

.porotherm-content {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 70px;
}

.porotherm-top-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
}

.porotherm-title {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 44px */
}

.porotherm-img {
    height: 300px;
    border-radius: 30px;
    background-image: url("image/other/porotherm/porotherm-img.webp");
    background-position: center;
    background-size: cover;
}

.porotherm-text {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.porotherm-text span {
    font-weight: 700;
}

.porotherm-row {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    overflow: hidden;
}

.porotherm-column {
    display: flex;
    width: 628px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-top: 9px;
}

.porotherm-column-title {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 33px */
}

.porotherm-column-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.porotherm-column-text {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}

.porotherm-column-list-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.porotherm-column-list-title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 25.2px */
}

.porotherm-column-list-container ul {
    list-style: disc !important;
    display: flex;
    flex-direction: column;
}

.porotherm-column-list-container li {
    list-style: disc !important;
    margin-left: 25px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}

.porotherm-column-img {
    width: 530px;
    height: 261px;
    background-image: url("image/other/porotherm/porotherm-column-img.webp");
}

.porotherm-mid-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
}

.porotherm-mid-title {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 33px */
}

.porotherm-mid-list {
    display: flex;
    align-items: stretch;
    align-self: stretch;
    gap: 20px 48px;
    flex-wrap: wrap;
}

.porotherm-mid-list-item {
    width: calc((100% - 48px) / 2);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.porotherm-mid-list-item i {
    width: 80px;
    height: 80px;
    aspect-ratio: 1/1;
}

.porotherm-mid-list-item-text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.porotherm-mid-list-item-title {
    color: #981C1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
    text-transform: uppercase;
}

.porotherm-mid-list-item-text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.porotherm-mid-list-item:nth-child(1) i {
    background-image: url("icon/other/porotherm/porotherm-mid-list-item-icon-1.svg");
}

.porotherm-mid-list-item:nth-child(2) i {
    background-image: url("icon/other/porotherm/porotherm-mid-list-item-icon-2.svg");
}

.porotherm-mid-list-item:nth-child(3) i {
    background-image: url("icon/other/porotherm/porotherm-mid-list-item-icon-3.svg");
}

.porotherm-mid-list-item:nth-child(4) i {
    background-image: url("icon/other/porotherm/porotherm-mid-list-item-icon-4.svg");
}

.porotherm-mid-list-item:nth-child(5) i {
    background-image: url("icon/other/porotherm/porotherm-mid-list-item-icon-5.svg");
}

.porotherm-mid-list-item:nth-child(6) i {
    background-image: url("icon/other/porotherm/porotherm-mid-list-item-icon-6.svg");
}

.porotherm-mid-list-item:nth-child(7) i {
    background-image: url("icon/other/porotherm/porotherm-mid-list-item-icon-7.svg");
}

.porotherm-bottom-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    align-self: stretch;
}

.porotherm-bottom-title {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 33px */
}

.porotherm-bottom-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 23px;
    align-self: stretch;
    flex-wrap: wrap;
}

.porotherm-bottom-list-item {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-bottom: 7px;
    border-bottom: 1px solid #BCBCBC;
}

.porotherm-bottom-list-item span {
    color: #981C1E;
    font-weight: 700;
}

.porotherm-bottom-list-item:nth-child(1),
.porotherm-bottom-list-item:nth-child(3) {
    max-width: 497px;
}

.porotherm-bottom-list-item:nth-child(2) {
    max-width: 540px;
    margin-right: 36px;
}

.porotherm-bottom-list-item:nth-child(4) {
    max-width: 575px;
}

@media (min-width: 990px) and (max-width: 1439px) {
    .porotherm-block {
        padding: 30px;
    }

    .porotherm-title {
        font-size: 60px;
        line-height: 100%;
        width: 930px;
        align-self: center;
    }

    .porotherm-img {
        height: 342px;
        background-image: url(image/other/porotherm/porotherm-img-990.webp);
    }

    .porotherm-text {
        margin-top: -5px;
    }

    .porotherm-mid-list-item-text {
        font-size: 14px;
    }

    .porotherm-mid-list {
        margin-top: 10px;
    }

    .porotherm-bottom-list-item {
        max-width: unset !important;
        width: 100% !important;
        margin: 0 !important;
    }
}

.mobile-porotherm-column-img {
    display: none;
}

@media (max-width: 989px) {
    .porotherm-block {
        padding: 25px 20px;
    }

    .porotherm-title {
        align-self: center;
        width: 360px;
        font-size: 30px;
        line-height: 28px;
    }

    .porotherm-top-container {
        gap: 20px;
    }

    .porotherm-column-img {
        display: none;
    }

    .mobile-porotherm-column-img {
        display: block;
        width: 320px;
        height: 261px;
        background-image: url("image/other/porotherm/porotherm-column-img.webp");
        background-size: cover;
        background-position: center;
    }

    .porotherm-content {
        gap: 55px;
    }

    .porotherm-mid-title {
        font-size: 26px;
        width: 320px;
    }

    .porotherm-mid-list-item {
        width: 100%;
    }

    .porotherm-mid-list {
        gap: 40px;
    }

    .porotherm-bottom-title {
        width: 320px;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
    }

    .porotherm-bottom-list-item {
        margin: 0 !important;
        max-width: unset !important;
        width: 100%;
    }

    .porotherm-img {
        height: 182px;
        background-image: url(image/other/porotherm/porotherm-img-320.webp);
    }
}