﻿.agrigold .photo-tile-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 25px 25px;
}





    .agrigold .photo-tile-container.Right {
        flex-direction: row-reverse
    }

@media (max-width: 767px) {

    .agrigold .photo-tile-container, .agrigold .photo-tile-container.Right, .agrigold .photo-tile-container.Left {
        flex-direction: column;

        overflow: hidden;
    }
}

.agrigold .photo-tile-container .photo-tile-image {
    width: 50%;
    height: 299px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


@media (max-width: 767px) {

    .agrigold .photo-tile-container .photo-tile-image {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 25px;
        width: 100%;
    }
}

.agrigold .photo-tile-container .photo-tile-text  {
    padding: 0px 55px 0px 55px;
    width: 50%;
}

@media (max-width: 767px) {

    .agrigold .photo-tile-container .photo-tile-text {
        padding: 0px;
        width: 100%;
    }

}


.agrigold .photo-tile-container .photo-tile-text .photo-tile-body {
    display: flex;
    flex-direction: column;
    font-family: gotham;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #343333;
}

    .agrigold .photo-tile-container .photo-tile-text li::marker {
        color: #343333;
    }



.agrigold .photo-tile-container .photo-tile-text h2 {
    font-family: gotham-narrow;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #343333;
}




.agrigold .photo-tile-container .photo-tile-text .photo-tile-button {
    height: 40px;
    width: 196px;
    border: 1px solid #C8C9C7;
    font-family: gotham-narrow;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0em;
    color: #343333;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}


@media (max-width: 767px) {

    .agrigold .photo-tile-container .photo-tile-text .photo-tile-button {
        width: 100%;
        color: #FFF;
        background: #000;
        border: 0;
        margin-top: 20px;

    }
}
