            .banner1_img {
                display: block;
                width: 300px;
                height: 210px;
                margin-left: -4px;
                background: no-repeat;
                background-size: 100%;
            }

            .banner1_heading {
                font-size: 18px;
                font-weight: 600;
                margin-top: 20px;
            }

            .banner1_content {
                font-size: 14px;
                font-weight: 400;
                margin-top: 10px;
            }

            .banner1_href {
                width: max-content;
                max-width: 160px;
                margin: auto;
                margin-top: 20px;
                background-color: #ECF7FE;
                color: #2ddab5;
                font-weight: 600;
                border-radius: 18px;
                padding: 8px 20px;
                border: none;
                cursor: pointer;
                text-decoration: none;
                box-sizing: border-box;
                font-size: 14px;
            }

            .banner1_heading,
            .banner1_content,
            .banner1_href {
                display: block;
                line-height: 20px;
                text-align: center;
            }