/* Base styles */
.t750__descr a,
.t744__descr a {
    display: inline-block;
    padding: 20px 100px;
    margin-right: 0px;
    margin-top: 15px;
    border-radius: 40px;
    font-weight: 600;
    width: 260px;
    text-align: center;
}

/* Specific styles for .t750__descr */
.t750__descr a:first-of-type {
    background: linear-gradient(#53c5fe, #00a1f1);
    color: #ffffff !important;
}
.t750__descr a:last-of-type {
    background: linear-gradient(#fd9ade, #fd59c1);
    color: #ffffff !important;
}

/* Specific styles for .t744__descr */
.t744__descr a:first-of-type {
    background: linear-gradient(#53c5fe, #00a1f1);
    color: #ffffff !important;
}
.t744__descr a:last-of-type {
    background: linear-gradient(#fd9ade, #fd59c1);
    color: #ffffff !important;
}

/* Responsive adjustment for small screens */
@media screen and (max-width: 1199px) {
    .t750__descr a,
    .t744__descr a {
        width: 95%; /* Change from 90px to 90% */
        padding-left: 20px;
        padding-right:0px;
    }
}

