.agency-section {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 32px;
    padding-bottom: 125px;
}





.agency-wrap {
    overflow: hidden;
}


.agency-section-main-title {
    display: flex;
    justify-content: start;
    margin-bottom: 32px;
}

.agency-image-wrap {
    z-index: 2;

    flex-direction: column;
    align-items: center;
    transition: transform .2s;
    display: flex;
    position: relative;
    opacity: 1;
    background-image: url('../../icons/glamfest-wedding-Planner-dress-black.svg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 380px;
    height: 820px;
    
}


.logo-agency-image-wrap {
    z-index: 2;
    max-width: 380px;
    flex-direction: column;
    align-items: center;
    transition: transform .2s;
    display: flex;
    position: relative;

    opacity: 1;
    padding-top: 32px;
    background-image: url('../../icons/glamfest-wedding-Planner.svg');
    background-size: 100% 100%;
    background-position: 100%;
    background-repeat: no-repeat;
    width: 380px;
    height: 620px;

}

.agency-section-subtitle-glam-fest {

    font-family: 'Playfair Display';
    font-size: 1.8em;
    font-weight: 400;
    color: black;
    letter-spacing: 0.2em;
}

    .agency-image-main-content {

        width: 100%;
        display: flex;
        justify-content: center;
        margin-right: 64px;
    }


.agency-section-main-content-justify-glam-fest {

    font-family: 'Didact Gothic';
    line-height: 1.8em;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    color: black;

}



.agency-contact-button-wrap {
    justify-content: start;
    margin-top: 50px;
    display: flex;
}

.agency-section-content-wrap {

    margin-top: 62px;
    display: flex;
    flex-direction: row;
    justify-content: center;

    align-items: center;

}

.agency-title-dantina-style {
    font-family: 'Dantina', sans-serif;
    letter-spacing: 0px;
    font-size: 2em;
    color: black;
}

@media screen and (max-width: 991px) {

    .agency-section-main-title {
        display: flex;
        justify-content: start;
        margin-bottom: 32px;
        margin-top: 32px;
    }

    .agency-contact-button-wrap {
        justify-content: center;
        margin-top: 50px;
        display: flex;
    }

}


.agency-section-main-subtitle-glam-fest {

    font-family: 'Playfair Display';
    font-size: 2.7em;
    font-weight: 400;
    color: black;
    letter-spacing: 0.2em;
    line-height: 1.2em;

}

.agency-section-main-content-glam-fest {

    font-family: 'Didact Gothic';
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: black;
    letter-spacing: 1.0px;
    line-height: 1.8em;
    margin-bottom: 0;
}

.agency-section-image-wrapper {

    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 500px;

}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 875px) {



    .agency-image-main-content {

       display: none;
    }



    .agency-section-main-content-justify-glam-fest {

        font-family: 'Didact Gothic';
        line-height: 1.8em;
        font-size: 0.9em;
        font-weight: 400;
        text-align: justify;
        color: black;
    
    }
    .agency-image-wrap {
        z-index: 2;

        flex-direction: column;
        align-items: center;
        transition: transform .2s;
        display: flex;
        position: relative;
        opacity: 1;
        background-image: url('../../icons/glamfest-wedding-Planner-dress-black.svg');
        background-size: 110% 110%;
        background-position: 190%;
        background-repeat: no-repeat;
        width: 180px;
        height: 280px;
    }

    .logo-agency-image-wrap {
        z-index: 2;
        max-width: 380px;
        flex-direction: column;
        align-items: center;
        transition: transform .2s;
        display: flex;
        position: relative;

        opacity: 1;
        padding-top: 32px;
        background-image: url('../../icons/glamfest-wedding-Planner.svg');
        background-size: 100% 100%;
        background-position: 100%;
        background-repeat: no-repeat;
        width: 180px;
        height: 50px;
    }


}




@media screen and (max-width: 531px) {


    .agency-title-dantina-style {
        font-family: 'Dantina', sans-serif;
        letter-spacing: 0px;
        font-size: 1.4em;
        color: black;
    }

    .agency-section-subtitle-glam-fest {

        font-family: 'Playfair Display';
        font-size: 1.8em;
        font-weight: 400;
        color: black;
        letter-spacing: 0.2em;
    }

    .agency-section-main-subtitle-glam-fest {

        font-family: 'Playfair Display';
        font-size: 1.3em;
        font-weight: 300;
        color: black;
        letter-spacing: 0.2em;
        line-height: 1.2em;

    }

    .agency-section-main-content-glam-fest {

        font-family: 'Didact Gothic';
        font-size: 0.9em;
        font-weight: 400;
        text-align: center;
        color: black;
        letter-spacing: 1.0px;
        line-height: 1.8em;
        margin-bottom: 0;
    }

}