.mt-addons-title-section {
    margin-bottom: 0px;
}
.mt-addons-title-subtile {
    margin-bottom: 25px;
}
.mt-addons-title-svg-border {
    width: 100%;
    height: 23px;
    margin: 5px 0 10px;
}
.mt-addons-subtitle-section.text-right,
.mt-addons-subtitle-section.text-left {
    width: auto;
}
.mt-addons-subtitle-section {
    margin-top: 7px;
    width: 70%;
    margin: 0 auto;
    margin-top: 5px;
}
.mt-addons-title-border {
    height: 4px;
    margin: 5px 0 25px;
    width: 100%;
}
.mt-underline-text {
    position: relative;
}
.mt-underline-text.curved:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 17px;
    width: 100%;
    border-top: solid 2px;
    border-radius: 76%;
}
.mt-underline-text.straight:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 17px;
    width: 100%;
    border-top: solid 2px;
}