.single-creation .thumb{
    height: 40vh;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 40px;
}
.single-creation .thumb h1{

    width: 100%;
    padding: 10px;
    text-align: center;
    font-family: "Roboto Flex";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 30.8px */
    letter-spacing: -0.84px;
    background: rgba(255, 255, 255, 0.70);
}
.single-creation .thumb h1 a{
    text-decoration: none;
    color: #323232;
}
.single-creation article .creation{

}
.timetable-classes{
    display: flex;
    padding: 30px 45px;
    flex-direction: column;
    align-items: flex-start;
/*    gap: 15px;*/
    align-self: stretch;
    border-radius: 10px;
    background: #fbf5fe;
    margin-bottom: 20px;
}
.timetable-classes .title, .single-creation .contactform .title{
    width: 100%;

    color: #323232;

    text-align: center;
    font-family: "Roboto Flex";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 26.4px */
    letter-spacing: -0.528px;
    margin-bottom: 20px;

}

.timetable-classes .content{
    color: #323232;

    font-family: "Roboto Flex";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
    letter-spacing: -0.38px;
}
.single-creation .contactform{

    padding: 30px 45px;
    
    border-radius: 10px;
    background: #fbf5fe;
}
.single-creation .contactform .title{
    margin-bottom: 30px;
}
.single-creation .contactform form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
/*    gap: 30px;*/
align-self: stretch;
}
.single-creation .contactform label{
    width: 100%;
    margin-bottom: 15px;
}
.single-creation .contactform label input{
    display: flex;
    padding: 17px 30px 16px 30px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 100px;
    border: 1px solid #323232;

    background: #FFF;
    width: 100%;
}
.single-creation .contactform textarea{
    display: flex;
    height: 150px;
    padding: 13px 30px 16px 30px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 27px;
    border: 1px solid #323232;
    width: 100%;
    background: #FFF;
}
.single-creation .contactform input[type="submit"]{
    display: flex;
    padding: 16px 60px 16px 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #008BA0;
    border: none;
    color: #FFF;
/*    width: 50%;*/
    margin: auto;
}
.autor{
        margin: 20px 0;
    font-size: larger;
    font-weight: 500;
}
h2 a{
    text-decoration: none;
    border-bottom: 1px solid;
}
h2{
    font-size: xx-large;
    margin-top: 13px;
}