#agents {
    max-width: 640px;
}

    #agents .contentTitle {
        font-weight: 600;
        margin-bottom: 16px;
    }

    #agents .selectFrame {
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
        margin-bottom: 16px;
    }

    #agents .selectStyling {
        flex: 1 1 220px;
        position: relative;
    }

    #agents .select-input-icon {
        align-items: center;
        gap: 4px;
        display: inline-flex;
        position: absolute;
        left: 17px;
        bottom: 38px;
        background-color: #fff;
        padding: 0 4px;
    }

    #agents .select-box-pin-icon {
        background-image: url('../../images/shared/pin-icon.svg');
        background-repeat: no-repeat;
        background-size: cover;
        width: 14px;
        height: 16px;
        display: flex;
    }

    #agents .select-input-icon-text {
        color: var(--black, #000);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 12px;
        letter-spacing: 0.15px;
    }

    #agents .selectStyling select {
        width: 100%;
        padding: 10px 36px 10px 12px;
        border: 1px solid #0b1d3c;
        border-radius: 2px;
        background-color: #ffffff;
        font-weight: 600;
        color: #0b1d3c;
    }

    #agents .outerFrame {
        display: flex;
        width: 360px;
        height: 176px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        border-bottom: 2px solid #010425;
    }

        #agents .outerFrame:last-child {
            border-bottom: none;
        }

    #agents .agentName,
    #agents .agentAddress,
    #agents .agentPhone {
        /*    border-left: 3px solid #0b1d3c;
        padding-left: 12px;*/
    }

    #agents .agentName {
        font-weight: 700;
        text-transform: uppercase;
        color: #0b1d3c;
        margin-top: 14px;
    }

    #agents .agentAddress,
    #agents .agentPhone {
        color: #4a4a4a;
        font-size: 0.95rem;
    }

    #agents .agentPhone {
        margin-bottom: 18px;
    }

    #agents .subContent + .subContent {
        margin-top: 24px;
    }

.agentAddressIconCnt {
    display: flex;
    align-items: center;
    gap: 10px;
}

.agentAddressIcon {
    background-image: url('../../images/agents/my_location.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 28px;
    height: 28px;
    display: flex;
}

.agentAddressCnt {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.agentAddressTitle {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 138.462% */
    letter-spacing: 0.26px;
    text-transform: uppercase;
}

.agentAddressText {
    color: #4D4D4D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.32px;
}


.agentPhoneIconCnt {
    display: flex;
    align-items: center;
    gap: 10px;
}

.agentPhoneIcon {
    background-image: url('../../images/agents/phone-icon.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 28px;
    height: 28px;
    display: flex;
}

.agentPhoneCnt {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.agentPhoneTitle {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 138.462% */
    letter-spacing: 0.26px;
    text-transform: uppercase;
}

.agentPhoneText {
    color: #4D4D4D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.32px;
}


@media (max-width: 991px) {

    #agents .outerFrame {
        width: 100%;
    }
}
