.hw-even
{
    width: 100%;
    height: 100%;
}
.wt-500
{
    font-weight: 500;
}
.list-style
{
    display: flex;
    align-items: baseline;
}
.h-100
{
    height: 100%;
}
.even-space
{
    display: flex;
    align-items: center;
}

.about-section-three img.left-sp
{
    width: 100%;
    height: 37rem;
    object-fit: cover;
}

.about-section-three img.left-sp { width: 100%; }
.connecting {
    color: #DF893D;
}
.connecting:hover {
    color: #DF893D;
}


@media (max-width: 767px)
{
    .pd-none
    {
        padding: 0px;
    }
    .pdtb-sp
    {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 768px) and (max-width: 991px)
{
    .left-sp {
        margin-left: 0px;
    }
    .pdtb-sp
    {
        padding-top: 20px;
    }
}