@media only screen and (max-width: 600px) {
    .lightthinking {
        position: relative;
        margin-top: 86px;
    }
    .lightthinking_title {
        position: absolute;
        text-align: center;
        width: 100%;
        font-size: 41pt;
        color: black;
        top: -24px;
        font-weight: bold;
        line-height: 32px;
    }
    .lightthinking_info_image{
        width: 100%;
    }
    .lightthinking_info_desc {
        size: 12pt;
        line-height: 24px;
        max-width: 500px;
        text-align: center;
        margin: 24px 30px 22px 30px;
        font-weight: 300;
    }
    .lightthinking_info_href {
        display: flex;
        gap: 16px;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 30px;
    }
    .lightthinking_info_href a {
        border: 1.5px solid #4d4d4d;
        padding: 10.5px 56px;
        border-radius: 30px;
        font-size: 16px;
        color: #000;
        font-weight: bold;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (min-width: 600px) {
    .lightthinking {
        position: relative;
        margin-top: 86px;
    }
    .lightthinking_title {
        position: absolute;
        text-align: center;
        width: 100%;
        font-size: 51pt;
        color: black;
        top: -24px;
        font-weight: bold;
        line-height: 32px;
    }
    .lightthinking_info_image{
        width: 100%;
    }
    .lightthinking_info_desc {
        size: 12pt;
        line-height: 24px;
        max-width: 500px;
        text-align: center;
        margin: 24px auto 22px auto;
        font-weight: 300;
    }
    .lightthinking_info_href {
        display: flex;
        gap: 16px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .lightthinking_info_href a {
        border: 1.5px solid #4d4d4d;
        padding: 10.5px 120px;
        border-radius: 30px;
        font-size: 16px;
        color: #000;
        font-weight: bold;
    }
}

@media only screen and (min-width: 768px) {
    .lightthinking {
        position: relative;
        margin-top: 86px;
    }
    .lightthinking_title {
        position: absolute;
        text-align: center;
        width: 100%;
        font-size: 51pt;
        color: black;
        top: -24px;
        font-weight: bold;
        line-height: 32px;
    }
    .lightthinking_info_image{
        width: 100%;
    }
    .lightthinking_info_desc {
        size: 12pt;
        line-height: 24px;
        max-width: 500px;
        text-align: center;
        margin: 24px auto 22px auto;
        font-weight: 300;
    }
    .lightthinking_info_href {
        display: flex;
        gap: 16px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .lightthinking_info_href a {
        border: 1.5px solid #4d4d4d;
        padding: 10.5px 120px;
        border-radius: 30px;
        font-size: 16px;
        color: #000;
        font-weight: bold;
    }
}

@media only screen and (min-width: 992px) {
    .lightthinking {
        position: relative;
        margin-top: 160px;
    }
    .lightthinking_title {
        position: absolute;
        text-align: center;
        width: 100%;
        font-size: 80pt;
        color: black;
        top: -30px;
        font-weight: bold;
    }
    .lightthinking_info_image{
        width: 100%;
    }
    .lightthinking_info_desc {
        size: 16px;
        line-height: 24px;
        max-width: 500px;
        text-align: center;
        margin: 36px auto 70px auto;
        font-weight: 300;
    }
    .lightthinking_info_href {
        display: flex;
        gap: 16px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .lightthinking_info_href a {
        border: 1.5px solid #4d4d4d;
        padding: 10.5px 120px;
        border-radius: 30px;
        font-size: 16px;
        color: #000;
        font-weight: bold;
    }
}

@media only screen and (min-width: 1200px) {
    .lightthinking {
        position: relative;
        margin-top: 160px;
    }
    .lightthinking_title {
        position: absolute;
        text-align: center;
        width: 100%;
        font-size: 80pt;
        color: black;
        top: -30px;
        font-weight: bold;
    }
    .lightthinking_info_image{
        width: 100%;
    }
    .lightthinking_info_desc {
        size: 16px;
        line-height: 24px;
        max-width: 500px;
        text-align: center;
        margin: 36px auto 70px auto;
        font-weight: 300;
    }
    .lightthinking_info_href {
        display: flex;
        gap: 16px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .lightthinking_info_href a {
        border: 1.5px solid #4d4d4d;
        padding: 10.5px 120px;
        border-radius: 30px;
        font-size: 16px;
        color: #000;
        font-weight: bold;
    }
}
@media only screen and (min-width: 1500px) {
    .lightthinking {
        position: relative;
        margin-top: 373px;
    }
    .lightthinking_title {
        position: absolute;
        text-align: center;
        width: 100%;
        font-size: 184px;
        color: black;
        top: -30px;
        font-weight: bold;
    }
    .lightthinking_info_image{
        width: 100%;
    }
    .lightthinking_info_desc {
        size: 16px;
        line-height: 24px;
        max-width: 500px;
        text-align: center;
        margin: 36px auto 70px auto;
        font-weight: 300;
    }
    .lightthinking_info_href {
        display: flex;
        gap: 16px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .lightthinking_info_href a {
        border: 1.5px solid #4d4d4d;
        padding: 10.5px 120px;
        border-radius: 30px;
        font-size: 16px;
        color: #000;
        font-weight: bold;
    }
}

