.built-text-color{
    color: #fff;
}
.toggle-built {
    background-color: transparent !important;
    border-color: white !important;
    border-top: 1px solid white; /* Add border at the top */
    border-bottom: 1px solid white; /* Add border at the bottom */
    font-size: 22px !important;
    padding: 30px !important;
}

.toggle .toggle-built{
    color: white !important;
}
.margin-toggle{
    margin-bottom: 25px !important;
}

.built-img {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.img-built{
    padding: 15px 15px 0px 10px;
}
