.hoostack_support_title

{
    font-size: 45px;
    color: rgb(75, 16, 143);
    text-align: center;
}

a
{
    text-decoration: none;
}
.support-tutorial-card
{

}
.support-tutorial-card h1, .support-tutorial-card h2
{
    color:#B12222;
}
.support_button

{
    padding:8px 20px;
    border-radius: 1em;
    background-color: #B12222;
    color:rgb(255, 255, 255);
    display: inline-block;
}
.support_button a
{
    color:rgb(255, 255, 255);
    text-decoration: none;
}
.support_button a:hover
{
    color:rgb(255, 255, 255);
    text-decoration: none;
}
.general_enquiry
{
    text-align: right;
}
 .learning_right_section
 {
 max-width: calc(100% - 200px);
 }

@media (max-width: 992px) {
    .general_enquiry
{
text-align: center;
}
.learning_right_section
 {
  max-width: none;
 }


}

