.content {
    background-color: #00654D;
    text-align: center;
    align-content: center;
    color: #fff;
    font-size: 2rem;
}
    
    .content h2 {
        font-size: 3.6rem !important;
        padding-bottom: 0 !important;
    }
    
    .content a {
        display: inline-block;
        font-family: "GraphikTH-Semibold";
        font-size: 1.5rem;
        border: 2px solid #fff;
        color: #fff;
        padding: 10px 35px 10px 30px;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }
    
        .content a:after {
            position: relative;
            content: "";
            display: inline-block;
            top: 2px;
            right: -13%;
            height: 15px;
            width: 10px;
            background-image: url(https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/ico/All-SVG.svg);
            background-size: 320px 179px;
            background-position: -134px -37px;
            -webkit-transition: all 0.2s;
            -o-transition: all 0.2s;
            -moz-transition: all 0.2s;
            transition: all 0.2s;
            filter: brightness(0) invert(1);
        }

        .content a:hover {
            background-color: #fff;
            color: #00654D;
        }

            .content a:hover:after {
                filter: brightness(0) saturate(100%) invert(27%) sepia(80%) saturate(1052%) hue-rotate(133deg) brightness(85%) contrast(101%);
            }
        
.hashtag {
    font-size: 1.5rem;
}

.wrap-text {
    display: block !important;
}

.wrap-text-1 {
    display: none !important;
}

@media (min-width: 1200px) and (max-width: 1320px) {
    .content h2 {
        line-height: 1.1 !important;
    }
}

@media (min-width: 1320px) {
    .wrap-text {
        display: none !important;
    }

    .wrap-text-1 {
        display: block !important;
    }
}

@media screen and (max-width:1024px) {
    .content {
            font-size: 1.2rem;
            padding: 30px 0;
        }

            .content h2 {
                font-size: 2rem !important;
                line-height: 1.2 !important;
                margin-bottom: 1rem;
            }

            .content a {
                font-size: 1.2rem;
                padding: 8px 25px 8px 20px;
            }

    .hashtag {
        font-size: 1.2rem;
    }
}

@media screen and (max-width:900px) {
    .content {
        font-size: 1.5rem;
        padding: 30px 0;
    }

        .content h2 {
            font-size: 3rem;
            line-height: 1.2;
            margin-bottom: 1rem;
        }
}