.tp-content {
    max-width: 982px;
    margin: 0 auto;
}

.title-and-paragraph .main-title {
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    margin: 0 0 50px;
}

.title-and-paragraph .main-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 100px;
    background-color: currentColor;
    transform: translateX(-50%);
}

.title-and-paragraph {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 80px 0 140px;
}

.title-and-paragraph .tp-container {
    padding: 0 40px;
}

.title-and-paragraph .icon-mt.icon-left,
.title-and-paragraph .icon-mt.icon-right {
    position: absolute;
    bottom: -100px;
    left: -64px;
    width: 323px;
    height: 280px;
    background-image: url('../../assets/img/icon-mt.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s ease-in-out;
}
.title-and-paragraph .icon-mt.icon-right {
    left: auto !important;
    right: -54px;
    bottom: -10px;
}
.title-and-paragraph .paragraph-content p {
    margin-top: 0;
}
@media (min-width:1750px) {
    .title-and-paragraph .icon-mt.icon-left,
    .title-and-paragraph .icon-mt.icon-right {
        width: 495.44px;
        height: 429.90px;
    }
}
@media (max-width:1366px) {
    .title-and-paragraph {
        padding-bottom: 240px;
    }
}
@media (max-width:767px) {
    .title-and-paragraph .main-title {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
    .title-and-paragraph .icon-mt.icon-left,
    .title-and-paragraph .icon-mt.icon-right {
        width: 203px;
        height: 177px;
        left: -33px;
        bottom: 0;
    }
    .title-and-paragraph .icon-mt.icon-right {
        right: -33px;
        bottom: 66px;
    }
    .title-and-paragraph .main-title::after {
        width: 67px;
    }
    .title-and-paragraph {
        padding: 50px 0 258px;
        margin-bottom: 70px;
    }
}