.single-blog_post{
    .cont{
        p,li {
            font-size: clamp(
              1.125rem,
              0.8844rem + 0.875vw,
              1.5625rem
            ); /* 18px @ 440px | 25px @ 1240px */
            line-height: 1.16;
          }
        ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        h3{
            font-size: clamp(1.25rem, 0.3906rem + 3.125vw, 2.8125rem); /* 20px @ 440px | 45px @ 1240px */
            text-align: center;
        }
        .form-popup-caller{
            margin-top: 56px;
            margin-inline: auto;
            text-align: center;
            max-width: 337px;
            max-height: 66px;
            font-size: clamp(
                1.125rem,
                0.8844rem + 0.875vw,
                1.5625rem
              ); /* 18px @ 440px | 25px @ 1240px */
            box-sizing: border-box;
            background-color: transparent;
            border: 2px solid #0069B4;
            line-height: 1;
            border-radius: 62px;
            color: #0069B4;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-block: 16px;
            padding-inline: 0;
            text-transform: uppercase;
            transition: all 0.2s ease-in-out;
        }
        .form-popup-caller:hover{
            color: white;
            background-color: #0069B4;
            transition: all 0.2s ease-in-out;

        }
        iframe{
            border-radius: 35px;
          }
    }
}
.row-popup h3 {
    font-weight: 700;
}