.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;
    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: -15px;
    left: 0;
    height: 17px;
    width: 100%;
    border-top: solid 2px;
}
.mt-underline-text.double:after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 0;
    height: 17px;
    width: 100%;
    border-top: solid 2px;
}
.mt-underline-text.double:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    height: 17px;
    width: 100%;
    border-top: solid 4px;
}
.mt-underline-text.square:after {
    position: absolute;
    bottom: -15px;
    color: red;
    left: 0;
    right: 0;
    content: '.';
    width: 100%;
    font-size: 60px;
    pointer-events: none;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    -o-transition: text-shadow 0.3s, color 0.3s;
    -ms-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    text-shadow: 15px 0 red, -15px 0 red;
}

   