.suport-ctgh{
    padding: 120px 0px;
}

.ctgh-container{
    margin: auto;
    max-width: 800px;
    padding: 0px 20px;
    text-align: center;
    text-align: -webkit-center;
}

.secm-dh1 {
    font-size: 45px;
    line-height: 65px;
    font-weight: 400;
}

.secm-dh1 span {
    color: var(--primary-color);
}

.secm-spar {
    font-size: 17px;
    line-height: 24px;
    max-width: 540px;
    font-weight: 300;
    text-align: -webkit-center;
    margin: 25px auto 0px auto;
}

.dtap-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    gap: 15px;
    flex-wrap: wrap;
}

.dtap-cta button {
    padding: 9px 20px;
    border-radius: 40px;
    border: none;
    font-size: 14px;
    background: #fff;
    color: #000;
    border: #000 solid 2px;
    cursor: pointer;
}

.dtap-cta button:hover {
    background: linear-gradient(131deg, #3f95ff 5%, #2755f6 95%);
    border-color: #3f95ff;
    color: #fff;
}

@media screen and (max-width: 500px) {
    .secm-dh1 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    .secm-spar {
        font-size: 14px !important;
        line-height: 21px !important;
    }
    .suport-ctgh {
        padding: 60px 0px !important;
    }
}