.elementContentDesignerPanel {
    display: flex;
    height: 250px;
    width: 100%;
    border-radius: 1vw;
    margin-top: 1vw;
    justify-content: space-around;
}
.txt_alp2-web {
    font-size: 20px;
    color: #ff9240;
    font-family: 'Montserrat Bold';
}
.elementDesignerContainerPanel {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}
.elementContentDesignerPanel {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 30%;
    border: 1px solid #1e1e1e;
}
.elementContentPane {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1vw;
}
.elementImagePane {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.para-design-elementpane-web {
    color: #000;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.02rem;
    text-indent: 3em;
    padding-top: 1vw;
}
.para-design {
    color: #fff;
    font-size: 17px;
    line-height: 1.5em;
    text-indent: 5em;
    font-family: 'Montserrat medium';
}
.para-design-des {
    font-family: 'Montserrat medium';
    color: #000;
    font-size: 17px;
    line-height: 1.5em;
    text-indent: 5em;
    padding: 1vh;
}
.para-design-content {
    color: #000;
    font-size: 16px;
    line-height: 1.35em;
    text-indent: 5em;
}
.para-design::after {
    content: "";        /* Insert empty content */
    display: block;     /* Make it a block-level element */
    height: 20px;       /* Adjust height as needed for spacing */
}
.img-positioning-div {
    display: flex;
    width: 25%;
    align-items: center;
    justify-content: center;
    background: white;
    padding: 1vh;
}
.elementPanel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
img.elementImagePaneImg {
    width: 20%;
}
h2.txt-ma {
    color: #fff;
    font-size: 30px;
    font-family: 'Montserrat Bold';
}
.web-mf-hlp {
    color: #ff9240 !important;
    font-size: 25px;
}
.web-lnkd-icon {
    color: #FFF;
}
.rt-txt {
    padding-left: 20px;
}
.cp-txt {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ft-l3 {
    font-size: 14px;
    margin-top: 0px;
    color: #fff;
    font-family: 'Montserrat bold' !important;
}
#textPaneFreeSizing {
    width: 70%;
}

@media (max-width: 575px) {
    .elementPanel {
    flex-direction: column;
    }
    #textPaneFreeSizing {
    width: 100%;
    }
    .img-positioning-div {
        width: 100%;
    }
    .para-design {
        font-size: 16px;
    }
    .elementDesignerContainerPanel {
        flex-direction: column;
    }
    .elementContentDesignerPanel {
        width: 100%;
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .elementContentDesignerPanel {
        width: 32%;
    }
    .txt_alp2-web{
        font-size: 18px;
    }
    .para-design-elementpane-web{
        font-size: 12px;
    }
}